Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2013 23:57:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325741 - in head/sysutils: cdrdao djmount eventlog fusefs-gstfs nut nvclock openipmi pam_mount usbutils
Message-ID:  <201308302357.r7UNvaPA014372@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Aug 30 23:57:36 2013
New Revision: 325741
URL: http://svnweb.freebsd.org/changeset/ports/325741

Log:
  Eradicate USE_GNOME=pkgconfig
  While here:
  - Trim headers
  - Convert USE_GMAKE to USES=gmake
  - Convert USE_GNOME=gnomehack to USES=pathfix
  - Convert USE_PERL5 to USES=perl5

Modified:
  head/sysutils/cdrdao/Makefile
  head/sysutils/djmount/Makefile
  head/sysutils/eventlog/Makefile
  head/sysutils/fusefs-gstfs/Makefile
  head/sysutils/nut/Makefile
  head/sysutils/nvclock/Makefile
  head/sysutils/openipmi/Makefile
  head/sysutils/pam_mount/Makefile
  head/sysutils/usbutils/Makefile

Modified: head/sysutils/cdrdao/Makefile
==============================================================================
--- head/sysutils/cdrdao/Makefile	Fri Aug 30 23:52:28 2013	(r325740)
+++ head/sysutils/cdrdao/Makefile	Fri Aug 30 23:57:36 2013	(r325741)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    cdrdao
-# Date created:         7 April 1999
-# Whom:                 futatuki
-#
+# Created by: futatuki
 # $FreeBSD$
-#
 
 PORTNAME?=	cdrdao
 PORTVERSION=	1.2.3
@@ -17,7 +13,7 @@ MAINTAINER=	marius@FreeBSD.org
 COMMENT?=	Record CD-R[W]s in disk-at-once mode
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 
 MP3OGG_LIB_DEPENDS=	ao.4:${PORTSDIR}/audio/libao \
@@ -25,7 +21,8 @@ MP3OGG_LIB_DEPENDS=	ao.4:${PORTSDIR}/aud
 			vorbis.4:${PORTSDIR}/audio/libvorbis
 
 .if ${PORTNAME} == "gcdmaster"
-USE_GNOME=		gnomehier pkgconfig
+USES+=			pkgconfig
+USE_GNOME=		gnomehier
 GCONF_SCHEMAS=		gcdmaster.schemas
 LIB_DEPENDS+=		${MP3OGG_LIB_DEPENDS} \
 			gnomeuimm-2.6.1:${PORTSDIR}/x11-toolkits/libgnomeuimm26
@@ -46,7 +43,7 @@ CONFIGURE_ARGS+=	--with-lame=no
 PLIST_SUB+=		TOC2MP3="@comment "
 .endif
 .if !defined(WITHOUT_MP3OGG)
-USE_GNOME=		pkgconfig
+USES+=			pkgconfig
 LIB_DEPENDS+=		${MP3OGG_LIB_DEPENDS}
 CONFIGURE_ENV+=		AO_CFLAGS=-I${LOCALBASE}/include \
 			AO_LIBS="-L${LOCALBASE}/lib -lao" \

Modified: head/sysutils/djmount/Makefile
==============================================================================
--- head/sysutils/djmount/Makefile	Fri Aug 30 23:52:28 2013	(r325740)
+++ head/sysutils/djmount/Makefile	Fri Aug 30 23:57:36 2013	(r325741)
@@ -15,8 +15,7 @@ BUILD_DEPENDS=	iconv:${PORTSDIR}/convert
 
 PLIST_FILES=	bin/${PORTNAME}
 GNU_CONFIGURE=	yes
-USES=		fuse
-USE_GNOME=	pkgconfig
+USES=		fuse pkgconfig
 CONFIGURE_ARGS=	--with-libiconv-prefix=${LOCALBASE} \
 		--with-fuse-prefix=${LOCALBASE} \
 		--with-external-libupnp --with-libupnp-prefix=${LOCALBASE}

Modified: head/sysutils/eventlog/Makefile
==============================================================================
--- head/sysutils/eventlog/Makefile	Fri Aug 30 23:52:28 2013	(r325740)
+++ head/sysutils/eventlog/Makefile	Fri Aug 30 23:57:36 2013	(r325741)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	eventlog
-# Date created:		10 november 2006
-# Whom:			Ivan Lago <ivan.lago@ifom-ieo-campus.it>
-#
+# Created by: Ivan Lago <ivan.lago@ifom-ieo-campus.it>
 # $FreeBSD$
-#
 
 PORTNAME=	eventlog
 PORTVERSION=	0.2.12
@@ -15,7 +11,7 @@ MAINTAINER=	cy@FreeBSD.org
 COMMENT=	Replacement of the simple syslog() API providing structure to messages
 
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack pkgconfig
+USES=		pathfix pkgconfig
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>

Modified: head/sysutils/fusefs-gstfs/Makefile
==============================================================================
--- head/sysutils/fusefs-gstfs/Makefile	Fri Aug 30 23:52:28 2013	(r325740)
+++ head/sysutils/fusefs-gstfs/Makefile	Fri Aug 30 23:57:36 2013	(r325741)
@@ -11,8 +11,7 @@ PKGNAMEPREFIX=	fusefs-
 MAINTAINER=	dhn@FreeBSD.org
 COMMENT=	On-demand, transcoding filesystem (using GStreamer pipeline)
 
-USES=		fuse
-USE_GNOME=	pkgconfig
+USES=		fuse pkgconfig
 USE_GSTREAMER=	yes
 
 PLIST_FILES=	bin/${PORTNAME}

Modified: head/sysutils/nut/Makefile
==============================================================================
--- head/sysutils/nut/Makefile	Fri Aug 30 23:52:28 2013	(r325740)
+++ head/sysutils/nut/Makefile	Fri Aug 30 23:57:36 2013	(r325741)
@@ -14,9 +14,8 @@ COMMENT=	Network UPS Tools
 
 USE_AUTOTOOLS=	autoconf
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	pkgconfig
+USES=		gmake pkgconfig
 
 NUT_USER?=	uucp
 NUT_GROUP?=	uucp

Modified: head/sysutils/nvclock/Makefile
==============================================================================
--- head/sysutils/nvclock/Makefile	Fri Aug 30 23:52:28 2013	(r325740)
+++ head/sysutils/nvclock/Makefile	Fri Aug 30 23:57:36 2013	(r325741)
@@ -13,7 +13,7 @@ COMMENT=	NVidia graphic card status and 
 
 LICENSE=	GPLv2
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/nvclock bin/smartdimmer
@@ -30,7 +30,7 @@ X11_DESC=	Build GUI program (requires GT
 
 .if ${PORT_OPTIONS:MNVCONTROL}
 USE_XORG=	xext
-USE_GNOME=	pkgconfig
+USES+=		pkgconfig
 .else
 CONFIGURE_ARGS+=	--disable-nvcontrol
 .endif

Modified: head/sysutils/openipmi/Makefile
==============================================================================
--- head/sysutils/openipmi/Makefile	Fri Aug 30 23:52:28 2013	(r325740)
+++ head/sysutils/openipmi/Makefile	Fri Aug 30 23:57:36 2013	(r325741)
@@ -13,10 +13,9 @@ COMMENT=	Complex IPMI management softwar
 
 LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt
 
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	pkgconfig
 USE_AUTOTOOLS=	autoconf autoheader automake aclocal libtool
 
 AUTOMAKE_ARGS+=	--add-missing --copy --foreign

Modified: head/sysutils/pam_mount/Makefile
==============================================================================
--- head/sysutils/pam_mount/Makefile	Fri Aug 30 23:52:28 2013	(r325740)
+++ head/sysutils/pam_mount/Makefile	Fri Aug 30 23:57:36 2013	(r325741)
@@ -11,8 +11,8 @@ COMMENT=	A PAM that can mount volumes fo
 
 LIB_DEPENDS=	HX:${PORTSDIR}/lang/libhx
 
-USE_GNOME=	pkgconfig libxml2
-USE_PERL5=	yes
+USES=		pkgconfig perl5
+USE_GNOME=	libxml2
 USE_XZ=		yes
 
 GNU_CONFIGURE=	yes

Modified: head/sysutils/usbutils/Makefile
==============================================================================
--- head/sysutils/usbutils/Makefile	Fri Aug 30 23:52:28 2013	(r325740)
+++ head/sysutils/usbutils/Makefile	Fri Aug 30 23:57:36 2013	(r325741)
@@ -16,8 +16,7 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--datadir=${DATADIR} --enable-zlib
-USE_GMAKE=	yes
-USE_GNOME=	pkgconfig
+USES=		gmake pkgconfig
 
 MAN1=		usb-devices.1
 MAN8=		lsusb.8



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308302357.r7UNvaPA014372>