svn commit: r343142 - in head/dns: ldns py-ldns
Danilo Egea Gondolfo
danilo at FreeBSD.org
Thu Feb 6 19:17:52 UTC 2014
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"
More information about the svn-ports-all
mailing list