Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2013 23:47:19 +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: r325737 - in head/www: dansguardian egueb node04 nspluginwrapper py-webkitgtk varnish varnish-nagios varnish2
Message-ID:  <201308302347.r7UNlJiF008269@svn.freebsd.org>

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

Log:
  Eradicate USE_GNOME=pkgconfig from www
  While here:
  - Trim headers
  - Convert USE_GMAKE to USES=gmake

Modified:
  head/www/dansguardian/Makefile
  head/www/egueb/Makefile
  head/www/node04/Makefile
  head/www/nspluginwrapper/Makefile
  head/www/py-webkitgtk/Makefile
  head/www/varnish-nagios/Makefile
  head/www/varnish/Makefile
  head/www/varnish2/Makefile

Modified: head/www/dansguardian/Makefile
==============================================================================
--- head/www/dansguardian/Makefile	Fri Aug 30 23:40:56 2013	(r325736)
+++ head/www/dansguardian/Makefile	Fri Aug 30 23:47:19 2013	(r325737)
@@ -14,7 +14,7 @@ RUN_DEPENDS=	${LOCALBASE}/sbin/squid:${P
 LIB_DEPENDS+=	pcre:${PORTSDIR}/devel/pcre
 
 USE_RC_SUBR=	dansguardian
-USE_GNOME=	pkgconfig
+USES=		pkgconfig
 
 CONFLICTS=	dansguardian-2.12.*
 LATEST_LINK=	dansguardian

Modified: head/www/egueb/Makefile
==============================================================================
--- head/www/egueb/Makefile	Fri Aug 30 23:40:56 2013	(r325736)
+++ head/www/egueb/Makefile	Fri Aug 30 23:47:19 2013	(r325737)
@@ -16,10 +16,8 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${P
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=		bison pathfix
+USES=		bison gmake pathfix pkgconfig
 USE_EFL=	eina enesim ender etch libtool_hack
-USE_GNOME=	pkgconfig
 USE_LDCONFIG=	yes
 
 CONFIGURE_ARGS=	--disable-static

Modified: head/www/node04/Makefile
==============================================================================
--- head/www/node04/Makefile	Fri Aug 30 23:40:56 2013	(r325736)
+++ head/www/node04/Makefile	Fri Aug 30 23:47:19 2013	(r325737)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:		node
-# Date created:					2010-04-12
-# Whom:						Jin-Sih Lin <linpct@gmail.com>
-#
+# Created by: Jin-Sih Lin <linpct@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	node
 PORTVERSION=	0.4.12
@@ -22,7 +18,7 @@ MAN1=		node.1
 HAS_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_PYTHON=	yes
-USE_GNOME=	pkgconfig
+USES=		pkgconfig
 
 CONFLICTS=	node-0.[0-35-9]* node-devel-0.[0-9]*
 

Modified: head/www/nspluginwrapper/Makefile
==============================================================================
--- head/www/nspluginwrapper/Makefile	Fri Aug 30 23:40:56 2013	(r325736)
+++ head/www/nspluginwrapper/Makefile	Fri Aug 30 23:47:19 2013	(r325737)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: nspluginwrapper
-# Date created:         30 March 2007
-# Whom:                 Dave Grochowski
-#
+# Created by: Dave Grochowski
 # $FreeBSD$
-#
 
 PORTNAME=	nspluginwrapper
 PORTVERSION=	1.4.4
@@ -29,7 +25,8 @@ ONLY_FOR_ARCHS=	i386 amd64
 USE_LINUX=	yes
 USE_LINUX_APPS=	gtk2
 USE_XORG=	x11 xext xt
-USE_GNOME=	glib20 gtk20 pkgconfig
+USES=		pkgconfig
+USE_GNOME=	glib20 gtk20
 
 CFLAGS+=	-std=c99
 

Modified: head/www/py-webkitgtk/Makefile
==============================================================================
--- head/www/py-webkitgtk/Makefile	Fri Aug 30 23:40:56 2013	(r325736)
+++ head/www/py-webkitgtk/Makefile	Fri Aug 30 23:47:19 2013	(r325737)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	py-webkitgtk
-# Date created:				07 Mar 2010
-# Whom:					Ju Pengfei <jupengfei@gmail.com>
-#
+# Created by: Ju Pengfei <jupengfei@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	webkitgtk
 PORTVERSION=	1.1.8
@@ -25,8 +21,8 @@ PROJECTHOST=	pywebkitgtk
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_GNOME=	glib20 libxslt pkgconfig pygtk2
-USE_GMAKE=	yes
+USE_GNOME=	glib20 libxslt pygtk2
+USES=		gmake pkgconfig
 USE_PYTHON=	yes
 
 post-patch:

Modified: head/www/varnish-nagios/Makefile
==============================================================================
--- head/www/varnish-nagios/Makefile	Fri Aug 30 23:40:56 2013	(r325736)
+++ head/www/varnish-nagios/Makefile	Fri Aug 30 23:47:19 2013	(r325737)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	varnish-nagios
-# Date created:				2012-04-15
-# Whom:					anders
-#
+# Created by: anders
 # $FreeBSD$
-#
 
 PORTNAME=	varnish-nagios
 DISTVERSION=	1.1
@@ -20,7 +16,7 @@ LICENSE=	BSD
 
 GNU_CONFIGURE=	yes
 
-USE_GNOME=	pkgconfig
+USES=		pkgconfig
 
 PLIST_DIRSTRY=	libexec/nagios
 PLIST_FILES=	libexec/nagios/check_varnish

Modified: head/www/varnish/Makefile
==============================================================================
--- head/www/varnish/Makefile	Fri Aug 30 23:40:56 2013	(r325736)
+++ head/www/varnish/Makefile	Fri Aug 30 23:47:19 2013	(r325737)
@@ -16,12 +16,11 @@ LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
 CONFLICTS=	varnish-2.*
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_PYTHON_BUILD=	yes
 CONFIGURE_ARGS=	--localstatedir=${PREFIX} --enable-tests
 CONFIGURE_ENV=	RST2MAN=true
 USE_LDCONFIG=	yes
-USE_GNOME=	pkgconfig
 USE_AUTOTOOLS=  aclocal libtool libtoolize automake autoconf
 ACLOCAL_ARGS=	-I m4
 LIBTOOLFLAGS=	--copy --force --disable-static

Modified: head/www/varnish2/Makefile
==============================================================================
--- head/www/varnish2/Makefile	Fri Aug 30 23:40:56 2013	(r325736)
+++ head/www/varnish2/Makefile	Fri Aug 30 23:47:19 2013	(r325737)
@@ -17,11 +17,10 @@ LATEST_LINK=	varnish2
 CONFLICTS=	varnish-3.*
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 CONFIGURE_ARGS=	--localstatedir=${PREFIX}
 CONFIGURE_ENV=	RST2MAN=true
 USE_LDCONFIG=	yes
-USE_GNOME=	pkgconfig
 
 MAN1=		varnishadm.1 varnishd.1 varnishhist.1 varnishlog.1 \
 		varnishncsa.1 varnishreplay.1 varnishsizes.1 \



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