Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 May 2013 12:32:36 +0100
From:      Alan Hicks <ahicks@p-o.co.uk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/178419: Update to use USES=pkgconfig
Message-ID:  <E1Ua2bs-00002m-Co@p-o.co.uk>
Resent-Message-ID: <201305081150.r48Bo0mf037936@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Ua2bs-00002m-Co>