From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 19 09:10:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 AE269EFC for ; Thu, 19 Sep 2013 09:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 8A8962004 for ; Thu, 19 Sep 2013 09:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8J9A2T5063757 for ; Thu, 19 Sep 2013 09:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8J9A2sg063756; Thu, 19 Sep 2013 09:10:02 GMT (envelope-from gnats) Resent-Date: Thu, 19 Sep 2013 09:10:02 GMT Resent-Message-Id: <201309190910.r8J9A2sg063756@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kubilay Kocak 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 1C889E40 for ; Thu, 19 Sep 2013 09:07:32 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB79C2FE6 for ; Thu, 19 Sep 2013 09:07:31 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id kx10so9375349pab.41 for ; Thu, 19 Sep 2013 02:07:31 -0700 (PDT) Received: from 9-STABLE-amd64.elysium (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id ab4sm7844372pbc.43.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 19 Sep 2013 02:07:30 -0700 (PDT) Received: by 9-STABLE-amd64.elysium (Postfix, from userid 1001) id C0A783AC59; Thu, 19 Sep 2013 19:07:25 +1000 (EST) Message-Id: <20130919090725.C0A783AC59@9-STABLE-amd64.elysium> Date: Thu, 19 Sep 2013 19:07:25 +1000 (EST) From: Kubilay Kocak To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182224: [PATCH] dns/ldns: Fix linking for py-ldns when Python is linked to LOCALBASE libs Cc: jaap@NLnetLabs.nl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Sep 2013 09:10:02 -0000 >Number: 182224 >Category: ports >Synopsis: [PATCH] dns/ldns: Fix linking for py-ldns when Python is linked to LOCALBASE libs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 19 09:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kubilay Kocak >Release: FreeBSD 9.2-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 9-STABLE-amd64.elysium 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r254557: Tue Aug 20 21:44:31 EST >Description: dns/ldns: Fix linking for py-ldns when Python is linked to LOCALBASE libs - Bump port revision - Add LDFLAGS for PYLDNS portlint: WARN: Makefile: "PKGNAMEPREFIX" has to appear earlier. (fp?) porttest: ??? whats up with pkg-plist, is this not PREFIX safe ??? unittest: - Ran 68 tests in 12.590s - OK - Ran 6 tests in 41.549s - OK Port maintainer (jaap@NLnetLabs.nl) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- ldns-1.6.16_3.patch begins here --- diff -ruN /usr/ports/dns/ldns/Makefile ./Makefile --- /usr/ports/dns/ldns/Makefile 2013-09-06 00:37:34.000000000 +1000 +++ ./Makefile 2013-09-17 21:32:54.002968827 +1000 @@ -1,9 +1,9 @@ # Created by: Konstantin Saurbier -# $FreeBSD: dns/ldns/Makefile 326404 2013-09-05 14:37:34Z sem $ +# $FreeBSD: head/dns/ldns/Makefile 326404 2013-09-05 14:37:34Z sem $ PORTNAME= ldns PORTVERSION= 1.6.16 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \ CRITICAL @@ -38,6 +38,7 @@ INSTALL_TARGET= install-pyldns CONFIGURE_ARGS+=--with-pyldns +LDFLAGS+= -L${LOCALBASE}/lib LIB_DEPENDS+= ldns:${PORTSDIR}/dns/ldns BUILD_DEPENDS+= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 --- ldns-1.6.16_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: