ports/106593: [PATCH] devel/libconfuse: install pkgconfig file

trasz trasz at pin.if.uz.zgora.pl
Mon Dec 11 01:30:29 UTC 2006


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list