From owner-svn-ports-head@FreeBSD.ORG Mon Sep 16 17:07:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 00A5A47D; Mon, 16 Sep 2013 17:07:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D39752C73; Mon, 16 Sep 2013 17:07:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GH7UvA089227; Mon, 16 Sep 2013 17:07:30 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GH7Qfh089201; Mon, 16 Sep 2013 17:07:26 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309161707.r8GH7Qfh089201@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 17:07:26 +0000 (UTC) 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 17:07:31 -0000 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 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