From owner-svn-ports-head@FreeBSD.ORG Wed Aug 7 19:36:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 66325C2A; Wed, 7 Aug 2013 19:36:52 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 516B923A9; Wed, 7 Aug 2013 19:36:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r77Jaq0K061296; Wed, 7 Aug 2013 19:36:52 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r77Jaqrx061294; Wed, 7 Aug 2013 19:36:52 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201308071936.r77Jaqrx061294@svn.freebsd.org> From: Guido Falsi Date: Wed, 7 Aug 2013 19:36:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324362 - head/devel/monotone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Aug 2013 19:36:52 -0000 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 Approved by: Lapo Luchini (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: