Date: Thu, 6 Feb 2014 19:17:52 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343142 - in head/dns: ldns py-ldns Message-ID: <201402061917.s16JHqw6083953@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Thu Feb 6 19:17:51 2014 New Revision: 343142 URL: http://svnweb.freebsd.org/changeset/ports/343142 QAT: https://qat.redports.org/buildarchive/r343142/ Log: dns/ldns - Convert LIB_DEPENDS to new syntax dns/py-ldns - Add stage support [1] Reported by: mat [1] Modified: head/dns/ldns/Makefile head/dns/py-ldns/Makefile Modified: head/dns/ldns/Makefile ============================================================================== --- head/dns/ldns/Makefile Thu Feb 6 19:16:12 2014 (r343141) +++ head/dns/ldns/Makefile Thu Feb 6 19:17:51 2014 (r343142) @@ -45,7 +45,7 @@ ALL_TARGET= pyldns INSTALL_TARGET= install-pyldns CONFIGURE_ARGS+=--with-pyldns -LIB_DEPENDS+= ldns:${PORTSDIR}/dns/ldns +LIB_DEPENDS+= libldns.so:${PORTSDIR}/dns/ldns BUILD_DEPENDS+= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 post-patch: @@ -58,7 +58,7 @@ ALL_TARGET= p5-dns-ldns INSTALL_TARGET= install-p5-dns-ldns CONFIGURE_ARGS+=--with-p5-dns-ldns -LIB_DEPENDS+= ldns:${PORTSDIR}/dns/ldns +LIB_DEPENDS+= libldns.so:${PORTSDIR}/dns/ldns post-patch: @${SED} -i '' -e 's=-I./include/ldns=-I${LOCALBASE}/include/ldns=' ${WRKSRC}/Makefile.in Modified: head/dns/py-ldns/Makefile ============================================================================== --- head/dns/py-ldns/Makefile Thu Feb 6 19:16:12 2014 (r343141) +++ head/dns/py-ldns/Makefile Thu Feb 6 19:17:51 2014 (r343142) @@ -7,5 +7,4 @@ BUILD_PYLDNS=yes PLIST= ${.CURDIR}/pkg-plist -NO_STAGE= yes .include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402061917.s16JHqw6083953>