Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2006 02:27:19 +0100 (CET)
From:      trasz <trasz@pin.if.uz.zgora.pl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        otis@freebsd.sk
Subject:   ports/106593: [PATCH] devel/libconfuse: install pkgconfig file
Message-ID:  <20061211012719.D4BB739DBA@pin.if.uz.zgora.pl>
Resent-Message-ID: <200612110130.kBB1UOxB061240@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106593
>Category:       ports
>Synopsis:       [PATCH] devel/libconfuse: install pkgconfig file
>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:   Mon Dec 11 01:30:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     trasz
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006
>Description:
Install pkg-config file.  This is needed for ports/106497 (x11/tilda)
to build.

Port maintainer (otis@freebsd.sk) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libconfuse-2.5_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/libconfuse/Makefile /home/trasz/libconfuse/Makefile
--- /usr/ports/devel/libconfuse/Makefile	Thu Feb 23 11:35:50 2006
+++ /home/trasz/libconfuse/Makefile	Mon Dec 11 02:25:43 2006
@@ -17,13 +17,16 @@
 MAINTAINER=	otis@freebsd.sk
 COMMENT=	Configuration file parsing library
 
+BUILD_DEPENDS+=	pkg-config:${PORTSDIR}/devel/pkg-config
+
 .if defined(WITH_CHECK)
 LIB_DEPENDS+=	${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck
 .endif
 
 USE_ICONV=	yes
 USE_AUTOTOOLS=	libtool:15
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
+USE_GNOME=	gnomehack
 CONFIGURE_ARGS+=	--disable-nls
 CFLAGS+=	-I${WRKSRC}/src
 .if defined(WITH_CHECK)
diff -ruN --exclude=CVS /usr/ports/devel/libconfuse/pkg-plist /home/trasz/libconfuse/pkg-plist
--- /usr/ports/devel/libconfuse/pkg-plist	Thu Feb 23 11:35:50 2006
+++ /home/trasz/libconfuse/pkg-plist	Mon Dec 11 02:25:43 2006
@@ -1,6 +1,6 @@
-bin/confuse-config
 include/confuse.h
 lib/libconfuse.a
 lib/libconfuse.la
 lib/libconfuse.so
 lib/libconfuse.so.0
+libdata/pkgconfig/libconfuse.pc
--- libconfuse-2.5_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061211012719.D4BB739DBA>