Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2014 15:30:50 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r346774 - in branches/2014Q1/databases/kyotocabinet: . files
Message-ID:  <201403021530.s22FUosB030829@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403021530.s22FUosB030829>