Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2013 19:36:52 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324362 - head/devel/monotone
Message-ID:  <201308071936.r77Jaqrx061294@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@mailinator.com>
  Approved by:	Lapo Luchini <lapo@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:



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