Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 17:07:26 +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: r327419 - in head: audio/gnormalize audio/ripit audio/squeezeboxserver graphics/bugle graphics/cadubi graphics/cbview graphics/feh graphics/gd graphics/graphviz graphics/gscan2pdf graph...
Message-ID:  <201309161707.r8GH7Qfh089201@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep 16 17:07:26 2013
New Revision: 327419
URL: http://svnweb.freebsd.org/changeset/ports/327419

Log:
  Convert to new perl framework
  Convert from USE_GMAKE to USES=gmake

Modified:
  head/audio/gnormalize/Makefile
  head/audio/ripit/Makefile
  head/audio/squeezeboxserver/Makefile
  head/graphics/bugle/Makefile
  head/graphics/cadubi/Makefile
  head/graphics/cbview/Makefile
  head/graphics/feh/Makefile
  head/graphics/gd/Makefile
  head/graphics/graphviz/Makefile
  head/graphics/gscan2pdf/Makefile
  head/graphics/import-pictures/Makefile
  head/graphics/libwpg/Makefile
  head/graphics/mapserver/Makefile
  head/graphics/opengtl/Makefile
  head/graphics/pgplot/Makefile
  head/graphics/renrot/Makefile
  head/graphics/sketch/Makefile
  head/x11-fm/thunar-vfs/Makefile
  head/x11-fm/thunar/Makefile

Modified: head/audio/gnormalize/Makefile
==============================================================================
--- head/audio/gnormalize/Makefile	Mon Sep 16 17:03:42 2013	(r327418)
+++ head/audio/gnormalize/Makefile	Mon Sep 16 17:07:26 2013	(r327419)
@@ -13,8 +13,8 @@ COMMENT=	An alternative for replaygain
 RUN_DEPENDS+=	p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
 		wavegain:${PORTSDIR}/audio/wavegain
 
-USES=		shebangfix
-USE_PERL5_RUN=	yes
+USES=		perl5 shebangfix
+USE_PERL5=	run
 INSTALLS_ICONS=	yes
 
 SHEBANGFILES=	${PORTNAME}

Modified: head/audio/ripit/Makefile
==============================================================================
--- head/audio/ripit/Makefile	Mon Sep 16 17:03:42 2013	(r327418)
+++ head/audio/ripit/Makefile	Mon Sep 16 17:07:26 2013	(r327419)
@@ -8,7 +8,7 @@ CATEGORIES=	audio
 MASTER_SITES=	http://www.suwald.com/ripit/
 
 MAINTAINER=	tobias.rehbein@web.de
-COMMENT=	A command line audio CD ripper
+COMMENT=	Command line audio CD ripper
 
 # See pkg-message about other dependencies.
 RUN_DEPENDS=	p5-CDDB_get>=0:${PORTSDIR}/audio/p5-CDDB_get \
@@ -18,12 +18,12 @@ RUN_DEPENDS=	p5-CDDB_get>=0:${PORTSDIR}/
 	lame:${PORTSDIR}/audio/lame \
 	cdparanoia:${PORTSDIR}/audio/cdparanoia \
 
-USES=	shebangfix
+USES=		perl5 shebangfix
 NO_BUILD=	yes
 PLIST_FILES=	bin/ripit
 MAN1=		ripit.1
 PORTEXAMPLES=	config
-USE_PERL5_RUN=	yes
+USE_PERL5=	run
 USE_BZIP2=	yes
 SHEBANG_FILES=	ripit.pl
 perl_OLD_CMD=	/usr/bin/env perl

Modified: head/audio/squeezeboxserver/Makefile
==============================================================================
--- head/audio/squeezeboxserver/Makefile	Mon Sep 16 17:03:42 2013	(r327418)
+++ head/audio/squeezeboxserver/Makefile	Mon Sep 16 17:07:26 2013	(r327419)
@@ -44,7 +44,7 @@ RUN_DEPENDS+=	p5-Package-DeprecationMana
 
 USERS=		${SLIMUSER}
 GROUPS=		${SLIMGROUP}
-USE_PERL5=	yes
+USES=		perl5
 
 .include <bsd.port.pre.mk>
 

Modified: head/graphics/bugle/Makefile
==============================================================================
--- head/graphics/bugle/Makefile	Mon Sep 16 17:03:42 2013	(r327418)
+++ head/graphics/bugle/Makefile	Mon Sep 16 17:07:26 2013	(r327419)
@@ -15,7 +15,7 @@ AVCODEC_DESC=	LAVC codec support
 
 GNU_CONFIGURE=	yes
 USE_GL=		gl
-USE_PERL5=	yes
+USES=		perl5
 USE_AUTOTOOLS=	libltdl
 USE_LDCONFIG=	${PREFIX}/lib ${PREFIX}/lib/${PORTNAME}
 

Modified: head/graphics/cadubi/Makefile
==============================================================================
--- head/graphics/cadubi/Makefile	Mon Sep 16 17:03:42 2013	(r327418)
+++ head/graphics/cadubi/Makefile	Mon Sep 16 17:07:26 2013	(r327419)
@@ -14,7 +14,7 @@ LICENSE=	ART10
 
 RUN_DEPENDS=	p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
 
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/${PORTNAME}

Modified: head/graphics/cbview/Makefile
==============================================================================
--- head/graphics/cbview/Makefile	Mon Sep 16 17:03:42 2013	(r327418)
+++ head/graphics/cbview/Makefile	Mon Sep 16 17:07:26 2013	(r327419)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	unrar:${PORTSDIR}/archivers
 		p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote
 
 NO_BUILD=	yes
-USE_PERL5=	yes
+USES=		perl5
 
 PLIST_FILES=	bin/${PORTNAME}
 

Modified: head/graphics/feh/Makefile
==============================================================================
--- head/graphics/feh/Makefile	Mon Sep 16 17:03:42 2013	(r327418)
+++ head/graphics/feh/Makefile	Mon Sep 16 17:07:26 2013	(r327419)
@@ -18,8 +18,8 @@ LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
 		giblib.1:${PORTSDIR}/graphics/giblib
 
 USE_XORG=	x11 xt xinerama
-USE_PERL5_RUN=	yes
-USE_GMAKE=	yes
+USES=		gmake perl5
+USE_PERL5=	run
 USE_BZIP2=	yes
 
 MAN1=		feh.1 feh-cam.1 gen-cam-menu.1

Modified: head/graphics/gd/Makefile
==============================================================================
--- head/graphics/gd/Makefile	Mon Sep 16 17:03:42 2013	(r327418)
+++ head/graphics/gd/Makefile	Mon Sep 16 17:07:26 2013	(r327419)
@@ -24,7 +24,6 @@ GNU_CONFIGURE=	yes
 GNU_CONFIGURE_ENV=	PKG_CONFIG_LIBDIR=${LOCALBASE}/libdata/pkgconfig
 GNU_CONFIGURE_ARGS=
 USE_LDCONFIG=	yes
-WANT_PERL=	yes
 
 OPTIONS_DEFINE=	FONTCONFIG ICONV VPX XPM
 OPTIONS_DEFAULT=FONTCONFIG
@@ -76,7 +75,8 @@ GNU_CONFIGURE_ARGS+=	--with-xpm=no
 #       koi9x15.bdf koi12x24.bdf koi10x20.bdf"
 #
 .if defined(GD_FONTS)
-USE_PERL5_BUILD=	yes
+USES+=		perl5
+USE_PERL5=	build
 WRKFONTS=	${WRKSRC}/src
 .endif
 

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Mon Sep 16 17:03:42 2013	(r327418)
+++ head/graphics/graphviz/Makefile	Mon Sep 16 17:07:26 2013	(r327419)
@@ -334,7 +334,7 @@ CONFIGURE_ENV+=		SWIG="/nonexistent"
 .if ${PORT_OPTIONS:MPERL}
 CONFIGURE_ARGS+=	--enable-perl
 PLIST_SUB+=		WITH_PERL=""
-USE_PERL5=	yes
+USES+=			perl5
 MAN3+=			gv.3perl
 .else
 CONFIGURE_ARGS+=	--disable-perl

Modified: head/graphics/gscan2pdf/Makefile
==============================================================================
--- head/graphics/gscan2pdf/Makefile	Mon Sep 16 17:03:42 2013	(r327418)
+++ head/graphics/gscan2pdf/Makefile	Mon Sep 16 17:07:26 2013	(r327419)
@@ -62,9 +62,9 @@ RUN_DEPENDS=	p5-Archive-Tar>=0:${PORTSDI
 		p5-Gtk2-ImageView>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2-ImageView \
 		bash:${PORTSDIR}/shells/bash
 
-USE_GMAKE=	yes
+USES=		gmake perl5
 USE_GNOME=	gtk20 librsvg2
-PERL_CONFIGURE=	yes
+PERL5=		configure
 MAN1=		${PORTNAME}.1 scanadf-perl.1 scanimage-perl.1
 PORT_VERBS=	${PORTNAME} Gscan2pdf
 

Modified: head/graphics/import-pictures/Makefile
==============================================================================
--- head/graphics/import-pictures/Makefile	Mon Sep 16 17:03:42 2013	(r327418)
+++ head/graphics/import-pictures/Makefile	Mon Sep 16 17:07:26 2013	(r327419)
@@ -16,8 +16,7 @@ RUN_DEPENDS=	p5-Image-ExifTool>=0:${PORT
 		p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_PERL5=	yes
+USES=		gmake perl5
 
 PLIST_FILES=	bin/${PORTNAME}
 

Modified: head/graphics/libwpg/Makefile
==============================================================================
--- head/graphics/libwpg/Makefile	Mon Sep 16 17:03:42 2013	(r327418)
+++ head/graphics/libwpg/Makefile	Mon Sep 16 17:07:26 2013	(r327419)
@@ -14,10 +14,9 @@ LICENSE_COMB=	dual
 LIB_DEPENDS=	wpd-0.9:${PORTSDIR}/textproc/libwpd
 
 USE_AUTOTOOLS=	libtool
-USES=		pkgconfig
+USES=		pkgconfig perl5
 USE_GNOME=	gnomeprefix gnomehack ltverhack
 USE_BZIP2=	yes
-USE_PERL5=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-werror
 

Modified: head/graphics/mapserver/Makefile
==============================================================================
--- head/graphics/mapserver/Makefile	Mon Sep 16 17:03:42 2013	(r327418)
+++ head/graphics/mapserver/Makefile	Mon Sep 16 17:07:26 2013	(r327419)
@@ -149,10 +149,10 @@ PLIST_SUB+=		PHP="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MPERL}
-USE_PERL5=yes
-PLIST_SUB+=		PERL=""
+USES+=		perl5
+PLIST_SUB+=	PERL=""
 .else
-PLIST_SUB+=		PERL="@comment "
+PLIST_SUB+=	PERL="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MCURL}

Modified: head/graphics/opengtl/Makefile
==============================================================================
--- head/graphics/opengtl/Makefile	Mon Sep 16 17:03:42 2013	(r327418)
+++ head/graphics/opengtl/Makefile	Mon Sep 16 17:07:26 2013	(r327419)
@@ -15,9 +15,8 @@ LIB_DEPENDS=	png15:${PORTSDIR}/graphics/
 BUILD_DEPENDS=	${LOCALBASE}/lib/libLLVM-3.2.so:${PORTSDIR}/devel/llvm
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_PERL5=	yes
 USE_BZIP2=	yes
-USES=		cmake
+USES=		cmake perl5
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	SHIVA

Modified: head/graphics/pgplot/Makefile
==============================================================================
--- head/graphics/pgplot/Makefile	Mon Sep 16 17:03:42 2013	(r327418)
+++ head/graphics/pgplot/Makefile	Mon Sep 16 17:07:26 2013	(r327419)
@@ -40,7 +40,8 @@ DOCS=	cpg/cpgplot.doc pgplot-routines.te
 	readme.pgdisp rgb.txt
 SUFFIXES+=	doc
 PORTDOCS=	${DOCS:C|.*/||}
-USE_PERL5_BUILD=	yes
+USES+=		perl5
+USE_PERL5=	build
 .endif
 
 .if ${PORT_OPTIONS:MEXAMPLES}

Modified: head/graphics/renrot/Makefile
==============================================================================
--- head/graphics/renrot/Makefile	Mon Sep 16 17:03:42 2013	(r327418)
+++ head/graphics/renrot/Makefile	Mon Sep 16 17:07:26 2013	(r327419)
@@ -14,7 +14,8 @@ LICENSE=	ART20
 BUILD_DEPENDS=	p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool
 RUN_DEPENDS:=	${BUILD_DEPENDS} jpegtran:${PORTSDIR}/graphics/jpeg
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 OPTIONS_DEFINE=	IMAGEMAGICK DOCS
 IMAGEMAGICK_DESC=	Image::Magick Perl module support

Modified: head/graphics/sketch/Makefile
==============================================================================
--- head/graphics/sketch/Makefile	Mon Sep 16 17:03:42 2013	(r327418)
+++ head/graphics/sketch/Makefile	Mon Sep 16 17:07:26 2013	(r327419)
@@ -14,8 +14,8 @@ LICENSE=	GPLv3
 
 MAKEFILE=	makefile
 ALL_TARGET=
-USE_GMAKE=	yes
-USE_PERL5_BUILD=yes
+USES=		gmake perl5
+USE_PERL5=	build
 USE_DOS2UNIX=	yes
 
 PLIST_FILES=	bin/sketch

Modified: head/x11-fm/thunar-vfs/Makefile
==============================================================================
--- head/x11-fm/thunar-vfs/Makefile	Mon Sep 16 17:03:42 2013	(r327418)
+++ head/x11-fm/thunar-vfs/Makefile	Mon Sep 16 17:07:26 2013	(r327419)
@@ -19,13 +19,11 @@ LIB_DEPENDS=	png15:${PORTSDIR}/graphics/
 
 USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool
-USE_PERL5=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_GNOME=	glib20 gtk20 intltool intlhack
 USE_XFCE=	configenv libutil libexo
 USE_XORG=	x11
-USES=		pkgconfig pathfix
+USES=		gmake pathfix perl5 pkgconfig
 
 CONFIGURE_ARGS=	--disable-debug
 

Modified: head/x11-fm/thunar/Makefile
==============================================================================
--- head/x11-fm/thunar/Makefile	Mon Sep 16 17:03:42 2013	(r327418)
+++ head/x11-fm/thunar/Makefile	Mon Sep 16 17:07:26 2013	(r327419)
@@ -16,13 +16,11 @@ LIB_DEPENDS=	tumbler-1:${PORTSDIR}/desku
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 USE_BZIP2=	yes
-USE_PERL5=	yes
-USE_GMAKE=	yes
 USE_GNOME=	gtk20 intltool intlhack gdkpixbuf2
 USE_LDCONFIG=	yes
 USE_XFCE=	configenv libexo libmenu libutil
 USE_XORG=	sm x11
-USES=		desktop-file-utils pathfix pkgconfig
+USES=		desktop-file-utils gmake pathfix perl5 pkgconfig
 
 OPTIONS_DEFINE=	DBUS DOCS GVFS NLS NOTIFY STARTUP
 OPTIONS_GROUP=	PLUGINS



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