svn commit: r346774 - in branches/2014Q1/databases/kyotocabinet: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 2 15:30:50 UTC 2014
Author: sunpoet
Date: Sun Mar 2 15:30:50 2014
New Revision: 346774
URL: http://svnweb.freebsd.org/changeset/ports/346774
QAT: https://qat.redports.org/buildarchive/r346774/
Log:
MFH: r338063
- Allow build with clang [1]
- Remove explicit -lstdc++
- Bump PORTREVISION for package change
Submitted by: vanilla [1]
Approved by: portmgr (bapt, via IRC)
Added:
branches/2014Q1/databases/kyotocabinet/files/
- copied from r338063, head/databases/kyotocabinet/files/
Modified:
branches/2014Q1/databases/kyotocabinet/Makefile
Directory Properties:
branches/2014Q1/ (props changed)
Modified: branches/2014Q1/databases/kyotocabinet/Makefile
==============================================================================
--- branches/2014Q1/databases/kyotocabinet/Makefile Sun Mar 2 15:29:23 2014 (r346773)
+++ branches/2014Q1/databases/kyotocabinet/Makefile Sun Mar 2 15:30:50 2014 (r346774)
@@ -3,6 +3,7 @@
PORTNAME= kyotocabinet
PORTVERSION= 1.2.76
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://fallabs.com/${PORTNAME}/pkg/ \
LOCAL/sunpoet
@@ -18,7 +19,6 @@ CPPFLAGS+= -fPIC
GNU_CONFIGURE= yes
MAKE_ARGS= PCDIR=${PREFIX}/libdata/pkgconfig
REINPLACE_ARGS= -i ''
-USE_GCC= any
USE_LDCONFIG= yes
USES= gmake
@@ -28,6 +28,7 @@ NOT_FOR_ARCHS_REASON= does not link
.include <bsd.port.pre.mk>
post-patch:
+ @${REINPLACE_CMD} -e 's|-lstdc++ ||g' ${WRKSRC}/configure ${WRKSRC}/doc/spex.html ${WRKSRC}/example/Makefile ${WRKSRC}/lab/kcdict/Makefile
.if !${PORT_OPTIONS:MDOCS}
@${REINPLACE_CMD} -e '/DOCDIR/d' ${WRKSRC}/Makefile.in
.endif
More information about the svn-ports-all
mailing list