From owner-svn-ports-all@FreeBSD.ORG Mon Sep 16 16:32:11 2013 Return-Path: Delivered-To: svn-ports-all@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 702F2730; Mon, 16 Sep 2013 16:32:11 +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 5B66D2A78; Mon, 16 Sep 2013 16:32:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GGWBWZ070092; Mon, 16 Sep 2013 16:32:11 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8GGW7hc070068; Mon, 16 Sep 2013 16:32:07 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309161632.r8GGW7hc070068@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 16 Sep 2013 16:32:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327411 - in head: comms/gnuradio comms/mgetty+sendfax math/R math/cvc3 math/maxima math/octave math/p5-Parse-Range math/proofgeneral math/pspp math/stp x11-fonts/terminus-font x11-font... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 16:32:11 -0000 Author: bapt Date: Mon Sep 16 16:32:07 2013 New Revision: 327411 URL: http://svnweb.freebsd.org/changeset/ports/327411 Log: Convert to new perl framework Convert USE_GMAKE to USES Modified: head/comms/gnuradio/Makefile head/comms/mgetty+sendfax/Makefile head/math/R/Makefile head/math/cvc3/Makefile head/math/maxima/Makefile head/math/octave/Makefile head/math/p5-Parse-Range/Makefile head/math/proofgeneral/Makefile head/math/pspp/Makefile head/math/stp/Makefile head/x11-fonts/terminus-font/Makefile head/x11-fonts/wqy/Makefile head/x11/kdelibs4/Makefile head/x11/libexo/Makefile head/x11/libxfce4util/Makefile head/x11/mlterm/Makefile head/x11/xfce4-conf/Makefile head/x11/xkbset/Makefile Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/comms/gnuradio/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -32,14 +32,13 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_SITELIBDIR}/ephem/__init__.py:${PORTSDIR}/astro/pyephem\ ${PYTHON_SITELIBDIR}/PyQt4/Qt.py:${PORTSDIR}/devel/py-qt4 -USES= cmake:outsource +USES= cmake:outsource perl5 CMAKE_VERBOSE= yes DOCSDIR= share/doc/${PORTNAME}-${PORTVERSION} USE_PYTHON= 2.7+ USE_WX= 2.6+ USE_QT4= gui xml qmake moc rcc uic WX_COMPS= wx wx:build wx:run python:build python:run -USE_PERL5= yes USE_LDCONFIG= yes PLIST_SUB+= MAJOR_VERSION="3" Modified: head/comms/mgetty+sendfax/Makefile ============================================================================== --- head/comms/mgetty+sendfax/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/comms/mgetty+sendfax/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -12,7 +12,7 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= Handle external logins, send and receive faxes USE_CSTD= gnu89 -USE_PERL5= yes +USES= perl5 SUB_FILES= pkg-message mgettycfg WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/math/R/Makefile ============================================================================== --- head/math/R/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/math/R/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -66,7 +66,8 @@ OPTIONS_DEFAULT+= ICU PCRE_PORT THREADS RUN_DEPENDS+= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed USE_LDCONFIG= ${PREFIX}/lib/R/lib #now only used to build the R.1 manpage: -USE_PERL5_BUILD= yes +USES+= perl5 +USE_PERL5= build MAN1= R.1 Rscript.1 Modified: head/math/cvc3/Makefile ============================================================================== --- head/math/cvc3/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/math/cvc3/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -18,12 +18,8 @@ CONFIGURE_ARGS= --enable-dynamic \ --with-extra-libs=${LOCALBASE}/lib CXXFLAGS+= -fPIC GNU_CONFIGURE= yes -USES= bison -USE_GMAKE= yes +USES= bison gmake perl5 USE_LDCONFIG= yes -USE_PERL5= yes - -.include post-patch: ${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' ${WRKSRC}/Makefile.std @@ -33,4 +29,4 @@ post-patch: post-install: ${INSTALL_PROGRAM} `readlink ${WRKSRC}/bin/cvc3` ${PREFIX}/bin -.include +.include Modified: head/math/maxima/Makefile ============================================================================== --- head/math/maxima/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/math/maxima/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -19,8 +19,9 @@ RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash USE_TK = 84+ +USES= gmake perl5 USE_GMAKE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build USE_PYTHON_BUILD= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} \ Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/math/octave/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -32,10 +32,9 @@ LIB_DEPENDS= GraphicsMagick:${PORTSDIR}/ umfpack.1:${PORTSDIR}/math/suitesparse \ glpk:${PORTSDIR}/math/glpk -USES= charsetfix pkgconfig +USES= charsetfix gmake perl5 pkgconfig USE_BZIP2= yes -USE_PERL5_BUILD=yes -USE_GMAKE= yes +USE_PERL5= build USE_TEX= dvipsk:build GNU_CONFIGURE= yes #USE_AUTOTOOLS= autoconf Modified: head/math/p5-Parse-Range/Makefile ============================================================================== --- head/math/p5-Parse-Range/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/math/p5-Parse-Range/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -20,10 +20,9 @@ BUILD_DEPENDS= p5-Module-Build>=0.4:${PO RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Parse::Range.3 -.include - -.include +.include Modified: head/math/proofgeneral/Makefile ============================================================================== --- head/math/proofgeneral/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/math/proofgeneral/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -20,9 +20,8 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/b RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme USE_EMACS= yes -USE_GMAKE= yes INSTALLS_ICONS= yes -USE_PERL5= yes +USES= gmake perl5 .include Modified: head/math/pspp/Makefile ============================================================================== --- head/math/pspp/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/math/pspp/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -16,8 +16,8 @@ LIB_DEPENDS= plot.4:${PORTSDIR}/graphics OPTIONS_DEFINE= GUI PGSQL USE_GNOME= libxml2 -USE_PERL5_BUILD=yes -USES= iconv +USE_PERL5= build +USES= iconv gmake perl5 USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Modified: head/math/stp/Makefile ============================================================================== --- head/math/stp/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/math/stp/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -12,10 +12,9 @@ COMMENT= A Decision Procedure for Bitvec LICENSE= MIT -USES= bison +USES= bison gmake perl5 USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build CONFIGURE_SCRIPT= scripts/configure CONFIGURE_ARGS= --with-prefix=${PREFIX} \ Modified: head/x11-fonts/terminus-font/Makefile ============================================================================== --- head/x11-fonts/terminus-font/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/x11-fonts/terminus-font/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -1,9 +1,5 @@ -# New ports collection makefile for: terminus-font -# Date Created: 04 Nov 2002 -# Whom: Michael Hsin -# +# Created by: Michael Hsin # $FreeBSD$ -# PORTNAME= terminus-font PORTVERSION= 4.38 @@ -18,8 +14,8 @@ BUILD_DEPENDS= mkitalic:${PORTSDIR}/x11- mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir -USE_PERL5_BUILD=yes -USE_GMAKE= yes +USES= gmake perl5 +USE_PERL5= build OPTIONS_DEFINE= AO2 DV1 GE2 GQ2 IJ1 KA2 HI2 LL2 TD1 AO2_DESC= Variant of letter 'a' Modified: head/x11-fonts/wqy/Makefile ============================================================================== --- head/x11-fonts/wqy/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/x11-fonts/wqy/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wqy font -# Date created: 11 May 2005 -# Whom: Dryice Liu -# +# Created by: Dryice Liu # $FreeBSD$ -# PORTNAME= wqy-fonts PORTVERSION= 20100803 @@ -29,7 +25,8 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11- fc-cache:${PORTSDIR}/x11-fonts/fontconfig USE_XORG= x11 -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build FONTSDIR= lib/X11/fonts/wqy CONFDDIR= etc/fonts/conf.d Modified: head/x11/kdelibs4/Makefile ============================================================================== --- head/x11/kdelibs4/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/x11/kdelibs4/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -42,9 +42,8 @@ USE_FAM= yes USE_GNOME= libxml2 libxslt USE_KDE4= kdehier kdeprefix oxygen \ attica automoc4 ontologies sharedmime soprano strigi -USES= cmake:outsource gettext +USES= cmake:outsource gettext perl5 USE_OPENSSL= yes -USE_PERL5= yes USE_QT4= corelib dbus declarative designer_build gui \ network opengl phonon qt3support \ qtestlib script sql svg webkit xml \ Modified: head/x11/libexo/Makefile ============================================================================== --- head/x11/libexo/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/x11/libexo/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -23,13 +23,11 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME: GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= glib20 gtk20 intltool intlhack USE_LDCONFIG= yes -USE_PERL5= yes USE_XFCE= configenv libmenu libutil USE_XORG= x11 -USES= desktop-file-utils pathfix pkgconfig +USES= desktop-file-utils gmake pathfix perl5 pkgconfig OPTIONS_DEFINE= DOCS NLS Modified: head/x11/libxfce4util/Makefile ============================================================================== --- head/x11/libxfce4util/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/x11/libxfce4util/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -13,12 +13,10 @@ COMMENT= Extension library for the Xfce GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= glib20 intltool intlhack -USE_PERL5= yes USE_LDCONFIG= yes USE_XFCE= configenv -USES= pathfix pkgconfig +USES= gmake pathfix perl5 pkgconfig OPTIONS_DEFINE= NLS DOCS Modified: head/x11/mlterm/Makefile ============================================================================== --- head/x11/mlterm/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/x11/mlterm/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -15,8 +15,8 @@ USE_XORG= sm USE_GNOME= gtk20 lthack vte USE_AUTOTOOLS= libtool LIBTOOLFILES= configure kiklib/configure mkf/configure -USE_PERL5_BUILD=yes -USES= gettext pkgconfig +USE_PERL5= build +USES= gettext pkgconfig perl5 CONFIGURE_ARGS= --with-imagelib=gdk-pixbuf2 --enable-utmp \ --enable-optimize-redrawing \ --with-tools="mlclient,mlconfig,mlterm-menu,mlcc,w3mmlconfig,mlimgloader" \ Modified: head/x11/xfce4-conf/Makefile ============================================================================== --- head/x11/xfce4-conf/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/x11/xfce4-conf/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -17,13 +17,12 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/dev GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= glib20 gtk20 intltool intlhack USE_LDCONFIG= yes -USE_PERL5_BUILD= yes +USE_PERL5= build USE_XFCE= configenv libutil USE_XORG= x11 -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig perl5 OPTIONS_DEFINE= DOCS PERL NLS Modified: head/x11/xkbset/Makefile ============================================================================== --- head/x11/xkbset/Makefile Mon Sep 16 15:42:40 2013 (r327410) +++ head/x11/xkbset/Makefile Mon Sep 16 16:32:07 2013 (r327411) @@ -12,7 +12,8 @@ COMMENT= Manage various XKB features of MAN1= xkbset.1 USE_XORG= x11 -USE_PERL5_BUILD= yes +USE_PERL5= build +USES= perl5 MAKE_ARGS= X11BASE="${LOCALBASE}" X11PREFIX="${PREFIX}" \ INSTALL_DATA="${INSTALL_DATA}" \