From alan@p-o.co.uk  Wed May  8 11:41:06 2013
Return-Path: <alan@p-o.co.uk>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id B2B77899
	for <freebsd-gnats-submit@freebsd.org>; Wed,  8 May 2013 11:41:01 +0000 (UTC)
	(envelope-from alan@p-o.co.uk)
Received: from avasout05.plus.net (avasout05.plus.net [84.93.230.250])
	by mx1.freebsd.org (Postfix) with ESMTP id 5529A93E
	for <freebsd-gnats-submit@freebsd.org>; Wed,  8 May 2013 11:41:01 +0000 (UTC)
Received: from mail.p-o.co.uk ([80.229.143.200])
	by avasout05 with smtp
	id ZPgy1l0014Ke75s01Ph1U5; Wed, 08 May 2013 12:41:01 +0100
Received: from alan by p-o.co.uk with local (Exim 4.80.1 (FreeBSD))
	(envelope-from <alan@p-o.co.uk>)
	id 1Ua2bs-00002m-Co
	for FreeBSD-gnats-submit@freebsd.org; Wed, 08 May 2013 12:32:36 +0100
Message-Id: <E1Ua2bs-00002m-Co@p-o.co.uk>
Date: Wed, 08 May 2013 12:32:36 +0100
From: Alan Hicks <ahicks@p-o.co.uk>
Reply-To: Alan Hicks <ahicks@p-o.co.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update to use USES=pkgconfig
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         178419
>Category:       ports
>Synopsis:       Update to use USES=pkgconfig
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    bdrewery
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 08 11:50:00 UTC 2013
>Closed-Date:    Wed May 08 11:03:27 CDT 2013
>Last-Modified:  Wed May  8 16:10:00 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery 
Responsible-Changed-By: bdrewery 
Responsible-Changed-When: Wed May 8 11:00:04 CDT 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178419 
State-Changed-From-To: open->closed 
State-Changed-By: bdrewery 
State-Changed-When: Wed May 8 11:03:26 CDT 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178419 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178419: commit references a PR
Date: Wed,  8 May 2013 16:03:28 +0000 (UTC)

 Author: bdrewery
 Date: Wed May  8 16:03:20 2013
 New Revision: 317694
 URL: http://svnweb.freebsd.org/changeset/ports/317694
 
 Log:
   - Convert to USES=pkgconfig
   
   PR:		ports/178419
   Submitted by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)
 
 Modified:
   head/mail/dbmail22/Makefile
 
 Modified: head/mail/dbmail22/Makefile
 ==============================================================================
 --- head/mail/dbmail22/Makefile	Wed May  8 16:00:32 2013	(r317693)
 +++ head/mail/dbmail22/Makefile	Wed May  8 16:03:20 2013	(r317694)
 @@ -26,8 +26,9 @@ USE_AUTOTOOLS=	libtool
  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}
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
