From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 24 04:30: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]) by hub.freebsd.org (Postfix) with ESMTP id 5FF12A31 for ; Wed, 24 Apr 2013 04:30:02 +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 51F3F1E2D for ; Wed, 24 Apr 2013 04:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3O4U21L002377 for ; Wed, 24 Apr 2013 04:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3O4U2Zw002368; Wed, 24 Apr 2013 04:30:02 GMT (envelope-from gnats) Date: Wed, 24 Apr 2013 04:30:02 GMT Message-Id: <201304240430.r3O4U2Zw002368@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Garrett Cooper Subject: Re: ports/178097: [PATCH] devel/libconfuse: use USE_PKGCONFIG=build instead of USE_GNOME= pkgconfig X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Garrett Cooper List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Apr 2013 04:30:02 -0000 The following reply was made to PR ports/178097; it has been noted by GNATS. From: Garrett Cooper To: bug-followup@FreeBSD.org, yaneurabeya@gmail.com Cc: Subject: Re: ports/178097: [PATCH] devel/libconfuse: use USE_PKGCONFIG=build instead of USE_GNOME= pkgconfig Date: Tue, 23 Apr 2013 21:28:05 -0700 --Apple-Mail=_74B8C9FB-81D4-4380-9223-0D871B638B00 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 And=85 here's the forgotten patch! Thanks! -Garrett --Apple-Mail=_74B8C9FB-81D4-4380-9223-0D871B638B00 Content-Disposition: attachment; filename*0=0001-Use-USE_PKGCONFIG-build-instead-of-USE_GNOME-pkgconf.patch.; filename*1=txt Content-Type: text/plain; x-unix-mode=0644; name="0001-Use-USE_PKGCONFIG-build-instead-of-USE_GNOME-pkgconf.patch.txt" Content-Transfer-Encoding: quoted-printable =46rom 84055b34450c7421c650f01d8db6e9293de9697a Mon Sep 17 00:00:00 2001 From: Garrett Cooper Date: Tue, 23 Apr 2013 19:39:47 -0700 Subject: [PATCH] Use USE_PKGCONFIG=3D build instead of USE_GNOME=3D = pkgconfig Signed-off-by: Garrett Cooper --- devel/libconfuse/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/libconfuse/Makefile b/devel/libconfuse/Makefile index d94ea12..925b81b 100644 --- a/devel/libconfuse/Makefile +++ b/devel/libconfuse/Makefile @@ -22,7 +22,8 @@ LIB_DEPENDS+=3D = ${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck USE_ICONV=3D yes USE_AUTOTOOLS=3D libtool USE_LDCONFIG=3D yes -USE_GNOME=3D gnomehack pkgconfig +USE_PKGCONFIG=3D build +USE_GNOME=3D gnomehack CONFIGURE_ARGS+=3D --disable-nls CFLAGS+=3D -I${WRKSRC}/src .if defined(WITH_CHECK) --=20 1.8.2 --Apple-Mail=_74B8C9FB-81D4-4380-9223-0D871B638B00--