ports/178419: Update to use USES=pkgconfig
Alan Hicks
ahicks at p-o.co.uk
Wed May 8 11:50:01 UTC 2013
>Number: 178419
>Category: ports
>Synopsis: Update to use USES=pkgconfig
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed May 08 11:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Alan Hicks
>Release: FreeBSD 9.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD schnittke.p-o.co.uk 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root at obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Update Makefile to use USES=pkgconfig as per CHANGES/20130422/20120726
>How-To-Repeat:
>Fix:
Apply patch
--- dbmail22.diff begins here ---
diff -ur dbmail22.orig/Makefile dbmail22/Makefile
--- dbmail22.orig/Makefile 2012-11-17 05:59:00.000000000 +0000
+++ dbmail22/Makefile 2013-05-08 09:50:12.000000000 +0100
@@ -26,8 +26,9 @@
USE_GMAKE= yes
USE_LDCONFIG= ${PREFIX}/lib/dbmail
USE_RC_SUBR= dbmail-pop3d dbmail-lmtpd dbmail-imapd dbmail-timsieved
-USE_GNOME= glib20 pkgconfig
+USE_GNOME= glib20
USE_OPENSSL= yes
+USES= pkgconfig
CFLAGS+= -fPIC -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
--- dbmail22.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list