From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 11 01:50:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E2BAEC8E for ; Tue, 11 Dec 2012 01:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B50CF8FC15 for ; Tue, 11 Dec 2012 01:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBB1o0v2023499 for ; Tue, 11 Dec 2012 01:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBB1o0HG023498; Tue, 11 Dec 2012 01:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 11 Dec 2012 01:50:00 GMT Resent-Message-Id: <201212110150.qBB1o0HG023498@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, Geraud CONTINSOUZAS Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E407C64 for ; Tue, 11 Dec 2012 01:48:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 057968FC18 for ; Tue, 11 Dec 2012 01:48:02 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qBB1m1kV053635 for ; Tue, 11 Dec 2012 01:48:01 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qBB1m1Lf053634; Tue, 11 Dec 2012 01:48:01 GMT (envelope-from nobody) Message-Id: <201212110148.qBB1m1Lf053634@red.freebsd.org> Date: Tue, 11 Dec 2012 01:48:01 GMT From: Geraud CONTINSOUZAS To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/174350: [PATCH] security/cyrus-sasl2 : fix broken `make package` 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: Tue, 11 Dec 2012 01:50:00 -0000 >Number: 174350 >Category: ports >Synopsis: [PATCH] security/cyrus-sasl2 : fix broken `make package` >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 11 01:50:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Geraud CONTINSOUZAS >Release: FreeBSD 8.3 STABLE >Organization: >Environment: FreeBSD chauchau.xxxxx.local 8.3-STABLE FreeBSD 8.3-STABLE #0: Mon Jul 23 15:19:20 NCT 2012 root@chauchau.xxxxx.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Latest commit broke `make package`. The port will install its pkgconfig file in $PREFIX/lib/pkgconfig (with no configure flag to change the destination at configure time). >How-To-Repeat: cd /usr/ports/security/cyrus-sasl2 && make package install >Fix: See attached patch. Beware, I didn't do "subtle" (I wasn't even aiming for "subtle" anyway. There might be a better/cleaner way to do it but I don't have the tuits to do it so. All in all, it's a WORKSFORME patch... but might need some reworking. Patch attached with submission follows: --- /dev/null 2012-12-11 11:12:31.000000000 +1100 +++ security/cyrus-sasl2/files/patch-Makefile.in 2012-12-11 11:11:15.000000000 +1100 @@ -0,0 +1,12 @@ +--- Makefile.in.orig 2012-11-07 06:21:39.000000000 +1100 ++++ Makefile.in 2012-12-11 11:11:10.000000000 +1100 +@@ -357,7 +357,8 @@ + EXTRA_DIST = config cmulocal win32 mac dlcompat-20010505 NTMakefile INSTALL.TXT \ + libsasl2.pc.in + +-pkgconfigdir = $(libdir)/pkgconfig ++libdatadir = $(libdir)data ++pkgconfigdir = $(libdatadir)/pkgconfig + pkgconfig_DATA = libsasl2.pc + framedir = /Library/Frameworks/SASL2.framework + all: config.h >Release-Note: >Audit-Trail: >Unformatted: