svn commit: r347276 - in branches/2014Q1/databases/kyototycoon: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 6 16:44:34 UTC 2014


Author: sunpoet
Date: Thu Mar  6 16:44:34 2014
New Revision: 347276
URL: http://svnweb.freebsd.org/changeset/ports/347276
QAT: https://qat.redports.org/buildarchive/r347276/

Log:
  MFH: r338064
  
  - Allow build with clang [1]
  - Remove explicit -lstdc++
  - Bump PORTREVISION for package change
  
  Submitted by:	vanilla [1]
  Approved by:	portmgr (mat, via IRC)

Added:
  branches/2014Q1/databases/kyototycoon/files/
     - copied from r338064, head/databases/kyototycoon/files/
Modified:
  branches/2014Q1/databases/kyototycoon/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/databases/kyototycoon/Makefile
==============================================================================
--- branches/2014Q1/databases/kyototycoon/Makefile	Thu Mar  6 16:43:23 2014	(r347275)
+++ branches/2014Q1/databases/kyototycoon/Makefile	Thu Mar  6 16:44:34 2014	(r347276)
@@ -3,6 +3,7 @@
 
 PORTNAME=	kyototycoon
 PORTVERSION=	0.9.56
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://fallabs.com/${PORTNAME}/pkg/ \
 		LOCAL/sunpoet
@@ -16,19 +17,18 @@ LIB_DEPENDS=	libkyotocabinet.so:${PORTSD
 
 OPTIONS_DEFINE=	DOCS
 
-CONFIGURE_ARGS=	--enable-profile --enable-uyield
+CONFIGURE_ARGS=	--enable-uyield
 CPPFLAGS+=	-fPIC
 GNU_CONFIGURE=	yes
 MAKE_ARGS=	PCDIR=${PREFIX}/libdata/pkgconfig
 REINPLACE_ARGS=	-i ''
-USE_GCC=	any
 USE_LDCONFIG=	yes
 USES=		gmake pkgconfig
 
 .include <bsd.port.pre.mk>
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure ${WRKSRC}/doc/spex.html ${WRKSRC}/example/Makefile
+	@${REINPLACE_CMD} -e 's|-lpthread|-pthread|g; s|-lstdc++ ||g' ${WRKSRC}/configure ${WRKSRC}/doc/spex.html ${WRKSRC}/example/Makefile
 .if !${PORT_OPTIONS:MDOCS}
 	@${REINPLACE_CMD} -e '/DOCDIR/d' ${WRKSRC}/Makefile.in
 .endif


More information about the svn-ports-branches mailing list