From owner-svn-ports-all@FreeBSD.ORG Mon Sep 2 09:45:04 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 546218DB; Mon, 2 Sep 2013 09:45:04 +0000 (UTC) (envelope-from garga@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 40E572D13; Mon, 2 Sep 2013 09:45:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r829j4oC034974; Mon, 2 Sep 2013 09:45:04 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r829j0e9034935; Mon, 2 Sep 2013 09:45:00 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201309020945.r829j0e9034935@svn.freebsd.org> From: Renato Botelho Date: Mon, 2 Sep 2013 09:45:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325961 - in head: archivers/sharutils ftp/ftpmirror mail/mb2md net/wmnd net/xmlrpc-c net/xmlrpc-c-devel security/keychain textproc/cdiff textproc/po4a www/sarg x11/gmrun x11/xcb-util x... 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, 02 Sep 2013 09:45:04 -0000 Author: garga Date: Mon Sep 2 09:45:00 2013 New Revision: 325961 URL: http://svnweb.freebsd.org/changeset/ports/325961 Log: Change my ports to USES (gmake|perl5) Modified: head/archivers/sharutils/Makefile head/ftp/ftpmirror/Makefile head/mail/mb2md/Makefile head/net/wmnd/Makefile head/net/xmlrpc-c-devel/Makefile head/net/xmlrpc-c/Makefile head/security/keychain/Makefile head/textproc/cdiff/Makefile head/textproc/po4a/Makefile head/www/sarg/Makefile head/x11/gmrun/Makefile head/x11/xcb-util-image/Makefile head/x11/xcb-util-keysyms/Makefile head/x11/xcb-util-renderutil/Makefile head/x11/xcb-util-wm/Makefile head/x11/xcb-util/Makefile Modified: head/archivers/sharutils/Makefile ============================================================================== --- head/archivers/sharutils/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/archivers/sharutils/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -15,13 +15,12 @@ LICENSE= GPLv3 OPTIONS_DEFINE= NLS USE_XZ= yes -USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g --disable-uucode INSTALL_TARGET= install install-man MAN1= gshar.1 gunshar.1 INFO= sharutils -USES= charsetfix +USES= charsetfix perl5 .include Modified: head/ftp/ftpmirror/Makefile ============================================================================== --- head/ftp/ftpmirror/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/ftp/ftpmirror/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -14,10 +14,9 @@ RUN_DEPENDS= p5-Socket6>=0:${PORTSDIR}/n OPTIONS_DEFINE= DOCS -USE_PERL5= yes GNU_CONFIGURE= yes -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= ftpmirror rotate CONFIGURE_ENV+= PERL="${PERL}" INSTALL_PROGRAM="${INSTALL_SCRIPT}" Modified: head/mail/mb2md/Makefile ============================================================================== --- head/mail/mb2md/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/mail/mb2md/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -20,8 +20,7 @@ EXTRACT_AFTER_ARGS= > ${WRKDIR}/${PORTNA NO_WRKSUBDIR= yes NO_BUILD= yes -USE_PERL5= yes -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= mb2md PLIST_FILES= bin/mb2md Modified: head/net/wmnd/Makefile ============================================================================== --- head/net/wmnd/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/net/wmnd/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -14,8 +14,8 @@ LICENSE= GPLv2 OPTIONS_DEFINE= EXAMPLES +USES= gmake USE_XORG= ice sm x11 xext xpm -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dummy-driver Modified: head/net/xmlrpc-c-devel/Makefile ============================================================================== --- head/net/xmlrpc-c-devel/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/net/xmlrpc-c-devel/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -21,8 +21,8 @@ CPLUSPLUS_DESC= Build xmlrpc-c c++ libs CONFLICTS= xmlrpc-epi-0.* xmlrpc-c-[0-9]* +USES= gmake USE_XZ= yes -USE_GMAKE= yes GNU_CONFIGURE= yes MAKEFILE= GNUmakefile MAKE_JOBS_UNSAFE= yes Modified: head/net/xmlrpc-c/Makefile ============================================================================== --- head/net/xmlrpc-c/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/net/xmlrpc-c/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -20,8 +20,7 @@ LIBWWW_DESC= Compile with libwww support CONFLICTS= xmlrpc-epi-0.* xmlrpc-c-devel-[0-9]* -USE_PERL5= yes -USE_GMAKE= yes +USES= gmake perl5 USE_AUTOTOOLS= libtool:env GNU_CONFIGURE= yes MAKEFILE= GNUmakefile Modified: head/security/keychain/Makefile ============================================================================== --- head/security/keychain/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/security/keychain/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -12,11 +12,11 @@ COMMENT= User-friendly front-end to ssh- LICENSE= GPLv2 +USES= gmake perl5 +USE_PERL5= build OPTIONS_DEFINE= DOCS FETCH_ARGS?= -Fpr USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5_BUILD=yes MAN1= keychain.1 Modified: head/textproc/cdiff/Makefile ============================================================================== --- head/textproc/cdiff/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/textproc/cdiff/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -14,7 +14,7 @@ COMMENT= Diff readability enhancer for c NO_BUILD= yes NO_WRKSUBDIR= yes -USE_PERL5= yes +USES= perl5 SRC= ${.CURDIR}/src Modified: head/textproc/po4a/Makefile ============================================================================== --- head/textproc/po4a/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/textproc/po4a/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -17,9 +17,8 @@ BUILD_DEPENDS= p5-Term-ReadKey>=2.30:${P jade>=0:${PORTSDIR}/textproc/jade RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gettext -USE_PERL5= yes -PERL_MODBUILD= yes +USES= gettext perl5 +USE_PERL5= modbuild WRKSRC= ${WRKDIR}/${PORTNAME}-v0.40.1 MANPREFIX= ${PREFIX} Modified: head/www/sarg/Makefile ============================================================================== --- head/www/sarg/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/www/sarg/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -18,8 +18,8 @@ OPTIONS_DEFAULT=GD PHP NLS PCRE LDAP ICO PHP_DESC= Install PHP for reporting generating +USES= gmake USE_AUTOTOOLS= autoconf aclocal -USE_GMAKE= yes GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= CPPFLAGS=-I${LOCALBASE}/include \ Modified: head/x11/gmrun/Makefile ============================================================================== --- head/x11/gmrun/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/x11/gmrun/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -14,8 +14,8 @@ LIB_DEPENDS= popt:${PORTSDIR}/devel/popt OPTIONS_DEFINE= DOCS +USES= gmake USE_GNOME= gtk20 -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/x11/xcb-util-image/Makefile ============================================================================== --- head/x11/xcb-util-image/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/x11/xcb-util-image/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -11,8 +11,8 @@ COMMENT= A port of Xlib's XImage and XSh LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= xcb xorg-macros #USE_XORG= xau xdmcp Modified: head/x11/xcb-util-keysyms/Makefile ============================================================================== --- head/x11/xcb-util-keysyms/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/x11/xcb-util-keysyms/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -11,8 +11,8 @@ COMMENT= Standard X key constants and co LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= xcb xorg-macros #USE_XORG= xau xdmcp Modified: head/x11/xcb-util-renderutil/Makefile ============================================================================== --- head/x11/xcb-util-renderutil/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/x11/xcb-util-renderutil/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -11,8 +11,8 @@ COMMENT= Convenience functions for the R LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes USE_XORG= xcb xorg-macros USE_LDCONFIG= yes #USE_XORG= xau xdmcp Modified: head/x11/xcb-util-wm/Makefile ============================================================================== --- head/x11/xcb-util-wm/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/x11/xcb-util-wm/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -11,8 +11,8 @@ COMMENT= Framework for window manager im LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= xcb xorg-macros #USE_XORG= xau xdmcp Modified: head/x11/xcb-util/Makefile ============================================================================== --- head/x11/xcb-util/Makefile Mon Sep 2 09:44:14 2013 (r325960) +++ head/x11/xcb-util/Makefile Mon Sep 2 09:45:00 2013 (r325961) @@ -11,8 +11,8 @@ MASTER_SITES= http://xcb.freedesktop.org MAINTAINER= garga@FreeBSD.org COMMENT= A module with libxcb/libX11 extension/replacement libraries +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= xau xcb xdmcp xorg-macros USE_AUTOTOOLS= libtool