Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 16:32:07 +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: 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...
Message-ID:  <201309161632.r8GGW7hc070068@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
 
 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 <bsd.port.post.mk>
+.include <bsd.port.mk>

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 <bsd.port.pre.mk>
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

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 <bsd.port.pre.mk>
 

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 <mhsin@mhsin.org>
-#
+# Created by: Michael Hsin <mhsin@mhsin.org>
 # $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 <dryice@liu.com.cn>
-#
+# Created by: Dryice Liu <dryice@liu.com.cn>
 # $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}" \



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