summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-16 17:07:26 +0000
committerbapt <bapt@FreeBSD.org>2013-09-16 17:07:26 +0000
commite8c033346292b58e029cbed33f2020fa29fab8ec (patch)
tree4fe3821c37cb6d078630d18fa663115222471e1a
parent07673ea56e79850a055955863f379793fb272d54 (diff)
downloadFreeBSD-ports-e8c033346292b58e029cbed33f2020fa29fab8ec.zip
FreeBSD-ports-e8c033346292b58e029cbed33f2020fa29fab8ec.tar.gz
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
-rw-r--r--audio/gnormalize/Makefile4
-rw-r--r--audio/ripit/Makefile6
-rw-r--r--audio/squeezeboxserver/Makefile2
-rw-r--r--graphics/bugle/Makefile2
-rw-r--r--graphics/cadubi/Makefile2
-rw-r--r--graphics/cbview/Makefile2
-rw-r--r--graphics/feh/Makefile4
-rw-r--r--graphics/gd/Makefile4
-rw-r--r--graphics/graphviz/Makefile2
-rw-r--r--graphics/gscan2pdf/Makefile4
-rw-r--r--graphics/import-pictures/Makefile3
-rw-r--r--graphics/libwpg/Makefile3
-rw-r--r--graphics/mapserver/Makefile6
-rw-r--r--graphics/opengtl/Makefile3
-rw-r--r--graphics/pgplot/Makefile3
-rw-r--r--graphics/renrot/Makefile3
-rw-r--r--graphics/sketch/Makefile4
-rw-r--r--x11-fm/thunar-vfs/Makefile4
-rw-r--r--x11-fm/thunar/Makefile4
19 files changed, 30 insertions, 35 deletions
diff --git a/audio/gnormalize/Makefile b/audio/gnormalize/Makefile
index c664508..10f1e11 100644
--- a/audio/gnormalize/Makefile
+++ b/audio/gnormalize/Makefile
@@ -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}
diff --git a/audio/ripit/Makefile b/audio/ripit/Makefile
index 4572927..6c86fb6 100644
--- a/audio/ripit/Makefile
+++ b/audio/ripit/Makefile
@@ -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}/audio/p5-CDDB_get \
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
diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile
index 7e50c1c..e5574b7 100644
--- a/audio/squeezeboxserver/Makefile
+++ b/audio/squeezeboxserver/Makefile
@@ -44,7 +44,7 @@ RUN_DEPENDS+= p5-Package-DeprecationManager>=0.10:${PORTSDIR}/devel/p5-Package-D
USERS= ${SLIMUSER}
GROUPS= ${SLIMGROUP}
-USE_PERL5= yes
+USES= perl5
.include <bsd.port.pre.mk>
diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile
index 0e3af13..64480f6 100644
--- a/graphics/bugle/Makefile
+++ b/graphics/bugle/Makefile
@@ -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}
diff --git a/graphics/cadubi/Makefile b/graphics/cadubi/Makefile
index e6d7925..4420324 100644
--- a/graphics/cadubi/Makefile
+++ b/graphics/cadubi/Makefile
@@ -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}
diff --git a/graphics/cbview/Makefile b/graphics/cbview/Makefile
index 91804e7..b0e2021 100644
--- a/graphics/cbview/Makefile
+++ b/graphics/cbview/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar \
p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
PLIST_FILES= bin/${PORTNAME}
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile
index 9df9dc0..2ee635f 100644
--- a/graphics/feh/Makefile
+++ b/graphics/feh/Makefile
@@ -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
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 5922649..32be11d 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -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
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index bff208a..252edc8 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -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
diff --git a/graphics/gscan2pdf/Makefile b/graphics/gscan2pdf/Makefile
index d768a21..bd8a48c 100644
--- a/graphics/gscan2pdf/Makefile
+++ b/graphics/gscan2pdf/Makefile
@@ -62,9 +62,9 @@ RUN_DEPENDS= p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar \
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
diff --git a/graphics/import-pictures/Makefile b/graphics/import-pictures/Makefile
index ce243ff..b8b84ba 100644
--- a/graphics/import-pictures/Makefile
+++ b/graphics/import-pictures/Makefile
@@ -16,8 +16,7 @@ RUN_DEPENDS= p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool \
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}
diff --git a/graphics/libwpg/Makefile b/graphics/libwpg/Makefile
index ce36eff..8ee20a9 100644
--- a/graphics/libwpg/Makefile
+++ b/graphics/libwpg/Makefile
@@ -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
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile
index bd42f93..7b2522d 100644
--- a/graphics/mapserver/Makefile
+++ b/graphics/mapserver/Makefile
@@ -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}
diff --git a/graphics/opengtl/Makefile b/graphics/opengtl/Makefile
index 93c00ab..b65d9e9 100644
--- a/graphics/opengtl/Makefile
+++ b/graphics/opengtl/Makefile
@@ -15,9 +15,8 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
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
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile
index 8b15b96..5ffd852 100644
--- a/graphics/pgplot/Makefile
+++ b/graphics/pgplot/Makefile
@@ -40,7 +40,8 @@ DOCS= cpg/cpgplot.doc pgplot-routines.tex pgplot.doc pgplot.html \
readme.pgdisp rgb.txt
SUFFIXES+= doc
PORTDOCS= ${DOCS:C|.*/||}
-USE_PERL5_BUILD= yes
+USES+= perl5
+USE_PERL5= build
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
diff --git a/graphics/renrot/Makefile b/graphics/renrot/Makefile
index 745d80e..789f72f 100644
--- a/graphics/renrot/Makefile
+++ b/graphics/renrot/Makefile
@@ -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
diff --git a/graphics/sketch/Makefile b/graphics/sketch/Makefile
index f5420d4..8f57312 100644
--- a/graphics/sketch/Makefile
+++ b/graphics/sketch/Makefile
@@ -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
diff --git a/x11-fm/thunar-vfs/Makefile b/x11-fm/thunar-vfs/Makefile
index 347daf8..13e8d2b 100644
--- a/x11-fm/thunar-vfs/Makefile
+++ b/x11-fm/thunar-vfs/Makefile
@@ -19,13 +19,11 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
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
diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile
index 139d2b1..5339c49 100644
--- a/x11-fm/thunar/Makefile
+++ b/x11-fm/thunar/Makefile
@@ -16,13 +16,11 @@ LIB_DEPENDS= tumbler-1:${PORTSDIR}/deskutils/xfce4-tumbler
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
OpenPOWER on IntegriCloud