Bug 178419 - Update to use USES=pkgconfig
Summary: Update to use USES=pkgconfig
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-08 12:50 UTC by Alan Hicks
Modified: 2013-05-08 17:10 UTC (History)
0 users

See Also:


Attachments
dbmail22.diff (498 bytes, patch)
2013-05-08 12:50 UTC, Alan Hicks
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Hicks 2013-05-08 12:50:00 UTC
	Update Makefile to use USES=pkgconfig as per CHANGES/20130422/20120726

Fix: Apply patch
Comment 1 Bryan Drewery freebsd_committer freebsd_triage 2013-05-08 17:00:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

I'll take it.
Comment 2 Bryan Drewery freebsd_committer freebsd_triage 2013-05-08 17:03:26 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-08 17:03:28 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"