From owner-svn-ports-head@FreeBSD.ORG Thu Feb 6 19:17:52 2014 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 ESMTPS id BD842650; Thu, 6 Feb 2014 19:17:52 +0000 (UTC) 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 A74F31A88; Thu, 6 Feb 2014 19:17:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s16JHqSc083955; Thu, 6 Feb 2014 19:17:52 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s16JHqw6083953; Thu, 6 Feb 2014 19:17:52 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201402061917.s16JHqw6083953@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Thu, 6 Feb 2014 19:17:52 +0000 (UTC) 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 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.17 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: Thu, 06 Feb 2014 19:17:52 -0000 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"