svn commit: r316318 - in head: graphics/exrtools graphics/iec16022 security/proxytunnel sysutils/fusefs-ext4fuse sysutils/logstalgia

Emanuel Haupt ehaupt at FreeBSD.org
Tue Apr 23 07:59:08 UTC 2013


Author: ehaupt
Date: Tue Apr 23 07:59:07 2013
New Revision: 316318
URL: http://svnweb.freebsd.org/changeset/ports/316318

Log:
  Convert to USES=pkgconfig

Modified:
  head/graphics/exrtools/Makefile
  head/graphics/iec16022/Makefile
  head/security/proxytunnel/Makefile
  head/sysutils/fusefs-ext4fuse/Makefile
  head/sysutils/logstalgia/Makefile

Modified: head/graphics/exrtools/Makefile
==============================================================================
--- head/graphics/exrtools/Makefile	Tue Apr 23 07:35:05 2013	(r316317)
+++ head/graphics/exrtools/Makefile	Tue Apr 23 07:59:07 2013	(r316318)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	exrtools
-# Date created:				15 Aug 2005
-# Whom:					Emanuel Haupt <ehaupt at critical.ch>
-#
+# Created by: Emanuel Haupt <ehaupt at critical.ch>
 # $FreeBSD$
-#
 
 PORTNAME=	exrtools
 PORTVERSION=	0.4
@@ -22,11 +18,10 @@ LIB_DEPENDS=	IlmImf:${PORTSDIR}/graphics
 		jpeg:${PORTSDIR}/graphics/jpeg
 
 GNU_CONFIGURE=	yes
+USES=		pkgconfig:build
 USE_GMAKE=	yes
 MAKE_JOBS_SAFE=	yes
 
-USE_PKGCONFIG=	build
-
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 

Modified: head/graphics/iec16022/Makefile
==============================================================================
--- head/graphics/iec16022/Makefile	Tue Apr 23 07:35:05 2013	(r316317)
+++ head/graphics/iec16022/Makefile	Tue Apr 23 07:59:07 2013	(r316318)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    iec16022
-# Date created:                         Thu Jul  3 14:13:08 CEST 2008
-# Whom:                                 Emanuel Haupt <ehaupt at FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	iec16022
 PORTVERSION=	0.2.4
@@ -20,7 +16,7 @@ LIB_DEPENDS=	popt:${PORTSDIR}/devel/popt
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_PKGCONFIG=	build
+USES=		pkgconfig:build
 
 MAKE_JOBS_SAFE=	yes
 

Modified: head/security/proxytunnel/Makefile
==============================================================================
--- head/security/proxytunnel/Makefile	Tue Apr 23 07:35:05 2013	(r316317)
+++ head/security/proxytunnel/Makefile	Tue Apr 23 07:59:07 2013	(r316318)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:		proxytunnel
-# Date created:					Sun Nov 25 15:16:44 BRST 2001
-# Whom:						Hammurabi Mendes <hmendes at brturbo.com>
-#
+# Created by: Hammurabi Mendes <hmendes at brturbo.com>
 # $FreeBSD$
-#
 
 PORTNAME=	proxytunnel
 PORTVERSION=	1.9.0
@@ -15,7 +11,7 @@ MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Connects stdin and stdout to an origin server through an HTTPS proxy
 
 USE_GMAKE=	yes
-USE_PKGCONFIG=	build
+USES=		pkgconfig:build
 MAKE_JOBS_SAFE=	yes
 
 ALL_TARGET=	${PORTNAME}

Modified: head/sysutils/fusefs-ext4fuse/Makefile
==============================================================================
--- head/sysutils/fusefs-ext4fuse/Makefile	Tue Apr 23 07:35:05 2013	(r316317)
+++ head/sysutils/fusefs-ext4fuse/Makefile	Tue Apr 23 07:59:07 2013	(r316318)
@@ -14,9 +14,8 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo
 
-USES=		fuse
+USES=		fuse pkgconfig:build
 USE_GMAKE=	yes
-USE_PKGCONFIG=	build
 USE_GITHUB=	yes
 GH_ACCOUNT=	gerard
 GH_COMMIT=	33f57f6

Modified: head/sysutils/logstalgia/Makefile
==============================================================================
--- head/sysutils/logstalgia/Makefile	Tue Apr 23 07:35:05 2013	(r316317)
+++ head/sysutils/logstalgia/Makefile	Tue Apr 23 07:59:07 2013	(r316318)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	ftgl:${PORTSDIR}/graphics/f
 		pcre.3:${PORTSDIR}/devel/pcre
 
 GNU_CONFIGURE=	yes
-USE_PKGCONFIG=	build
+USES=		pkgconfig:build
 USE_SDL=	sdl image
 
 CFLAGS+=	-L/usr/local/lib -I/usr/local/include


More information about the svn-ports-head mailing list