svn commit: r324362 - head/devel/monotone

Guido Falsi madpilot at FreeBSD.org
Wed Aug 7 19:36:52 UTC 2013


Author: madpilot
Date: Wed Aug  7 19:36:51 2013
New Revision: 324362
URL: http://svnweb.freebsd.org/changeset/ports/324362

Log:
  - Fix build by disabling use of xgettext
  
  While here:
  
  - Convert to new LIB_DEPENDS format
  - Convert to new USES=perl5
  - Remove obsolete MAKE_JOBS_SAFE knob
  
  PR:		ports/180536
  Submitted by:	Bugs <bugs at mailinator.com>
  Approved by:	Lapo Luchini <lapo at lapo.it> (maintainer)

Modified:
  head/devel/monotone/Makefile

Modified: head/devel/monotone/Makefile
==============================================================================
--- head/devel/monotone/Makefile	Wed Aug  7 17:44:15 2013	(r324361)
+++ head/devel/monotone/Makefile	Wed Aug  7 19:36:51 2013	(r324362)
@@ -14,17 +14,16 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
-LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre \
-		idn:${PORTSDIR}/dns/libidn \
-		sqlite3:${PORTSDIR}/databases/sqlite3 \
-		botan-1.10:${PORTSDIR}/security/botan110
+LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre \
+		libidn.so:${PORTSDIR}/dns/libidn \
+		libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
+		libbotan-1.10.so:${PORTSDIR}/security/botan110
 
 SUB_FILES=	pkg-message
 USE_BZIP2=	yes
-USE_PERL5_BUILD=yes
-USES=		iconv pkgconfig gmake
+USES=		iconv pkgconfig gmake perl5
+USE_PERL5=	build
 USE_LUA=	5.1+
-MAKE_JOBS_SAFE=	yes
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
@@ -86,6 +85,7 @@ post-patch:
 		-e "s/\"idn/\"libidn/g" \
 		-e "s/\"pcre/\"libpcre/g" \
 		-e "s/\"botan/\"botan-1.10/g" \
+		-e "s/REBUILD_NLS=true/REBUILD_NLS=false/g" \
 		${WRKSRC}/configure
 
 post-install:


More information about the svn-ports-head mailing list