From owner-svn-ports-head@FreeBSD.ORG Sat Mar 15 08:12:29 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A0A5195; Sat, 15 Mar 2014 08:12:29 +0000 (UTC) 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 72AC0CD8; Sat, 15 Mar 2014 08:12:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2F8CTUi062140; Sat, 15 Mar 2014 08:12:29 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2F8CKXr062090; Sat, 15 Mar 2014 08:12:20 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201403150812.s2F8CKXr062090@svn.freebsd.org> From: Martin Wilke Date: Sat, 15 Mar 2014 08:12:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348295 - in head/www: aolserver aria blastbeat bluefish-devel boa caudium14 dpsearch elog erwn fnord gatling gtkhtml3 larbin libapreq2 libwww llgal luakit mod_encoding mod_gzip2 mod_lo... 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.17 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: Sat, 15 Mar 2014 08:12:29 -0000 Author: miwi Date: Sat Mar 15 08:12:20 2014 New Revision: 348295 URL: http://svnweb.freebsd.org/changeset/ports/348295 QAT: https://qat.redports.org/buildarchive/r348295/ Log: - Covert USE_GMAKE, USE_BZIP2, USE_XZ to USES Modified: head/www/aolserver/Makefile head/www/aria/Makefile head/www/blastbeat/Makefile head/www/bluefish-devel/Makefile head/www/boa/Makefile head/www/caudium14/Makefile head/www/dpsearch/Makefile head/www/elog/Makefile head/www/erwn/Makefile head/www/fnord/Makefile head/www/gatling/Makefile head/www/gtkhtml3/Makefile head/www/larbin/Makefile head/www/libapreq2/Makefile head/www/libwww/Makefile head/www/llgal/Makefile head/www/luakit/Makefile head/www/mod_encoding/Makefile head/www/mod_gzip2/Makefile head/www/mod_log_sql2/Makefile head/www/mod_spdy/Makefile head/www/netrik/Makefile head/www/ocaml-net/Makefile head/www/ocsigen/Makefile head/www/privoxy+ipv6/Makefile head/www/samidare/Makefile head/www/sams/Makefile head/www/screem/Makefile head/www/sitecopy/Makefile head/www/squidpurge/Makefile head/www/swish-e/Makefile head/www/tidy-devel/Makefile head/www/tinyproxy/Makefile head/www/tokyopromenade/Makefile head/www/ttf2eot/Makefile head/www/webfs/Makefile head/www/wml/Makefile head/www/wwwcount/Makefile head/www/wwwoffle/Makefile head/www/xsp/Makefile head/www/zerowait-httpd/Makefile Modified: head/www/aolserver/Makefile ============================================================================== --- head/www/aolserver/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/aolserver/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -29,7 +29,7 @@ USERS= ${AOLSERVERUSER} GROUPS= ${AOLSERVERGROUP} MANPREFIX= ${PREFIX}/${AOLSERVERBASE} -USE_GMAKE= yes +USES= gmake HAS_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} Modified: head/www/aria/Makefile ============================================================================== --- head/www/aria/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/aria/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -14,10 +14,9 @@ LICENSE= GPLv2 # (or later) OPTIONS_DEFINE= NLS DOCS -USE_BZIP2= yes USE_GNOME= gtk12 USE_OPENSSL= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes NO_PACKAGE= hangs on pointyhat Modified: head/www/blastbeat/Makefile ============================================================================== --- head/www/blastbeat/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/blastbeat/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -19,7 +19,7 @@ LIB_DEPENDS= ev:${PORTSDIR}/devel/libev uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ zmq:${PORTSDIR}/net/libzmq2 -USE_GMAKE= yes +USES= gmake USE_GITHUB= yes GH_ACCOUNT= zloidemon GH_COMMIT= cdac9a9 Modified: head/www/bluefish-devel/Makefile ============================================================================== --- head/www/bluefish-devel/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/bluefish-devel/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -21,8 +21,7 @@ INSTALLS_ICONS= yes DATADIR= share/${PORTNAME}-unstable -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 USE_GNOME= gnomeprefix gtk20 gnomevfs2 gnomemimedata desktopfileutils WANT_GNOME= yes GNU_CONFIGURE= yes Modified: head/www/boa/Makefile ============================================================================== --- head/www/boa/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/boa/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -11,8 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r MAINTAINER= ale@FreeBSD.org COMMENT= High performance single-tasking web server -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 GNU_CONFIGURE= yes INFO= boa Modified: head/www/caudium14/Makefile ============================================================================== --- head/www/caudium14/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/caudium14/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -14,8 +14,7 @@ BUILD_DEPENDS= pike76:${PORTSDIR}/lang/p LIB_DEPENDS= sablot:${PORTSDIR}/textproc/sablotron RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 PIKEVERSION= 7.6.112 SUB_LIST+= PIKEVERSION="${PIKEVERSION}" Modified: head/www/dpsearch/Makefile ============================================================================== --- head/www/dpsearch/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/dpsearch/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -12,8 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Open source search engine for Internet and Intranet sites USE_LDCONFIG= yes -USE_GMAKE= yes -USE_BZIP2= yes +USES= gmake tar:bzip2 GNU_CONFIGURE= yes PORTDOCS= * DOCSDIR= ${PREFIX}/share/doc/dataparksearch Modified: head/www/elog/Makefile ============================================================================== --- head/www/elog/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/elog/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -22,7 +22,7 @@ SUB_LIST= LOGBOOKDIR=${LOGBOOKDIR} LOGBOOKDIR?= www/elog PLIST_SUB+= LOGBOOKDIR=${LOGBOOKDIR} -USE_GMAKE= yes +USES= gmake WRKSRC= ${WRKDIR}/elog-2.9.2 MAKE_ENV= LOGBOOKDIR=${LOGBOOKDIR} Modified: head/www/erwn/Makefile ============================================================================== --- head/www/erwn/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/erwn/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -11,9 +11,8 @@ DISTNAME= erwin-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple GTK+-2 HTML editor -USES= pathfix pkgconfig +USES= pathfix pkgconfig gmake USE_GNOME= gnomeprefix gtksourceview gtkhtml3 -USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= erwin.1 Modified: head/www/fnord/Makefile ============================================================================== --- head/www/fnord/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/fnord/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -9,8 +9,7 @@ MASTER_SITES= http://www.fefe.de/fnord/ MAINTAINER= flz@FreeBSD.org COMMENT= Small and fast webserver with CGI-capability -USE_GMAKE= yes -USE_BZIP2= yes +USES= gmake tar:bzip2 PLIST_FILES= bin/fnord \ bin/fnord-conf \ Modified: head/www/gatling/Makefile ============================================================================== --- head/www/gatling/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/gatling/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -12,7 +12,7 @@ COMMENT= A high performance webserver wi BUILD_DEPENDS= libowfat>=0.29:${PORTSDIR}/devel/libowfat USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake USE_OPENSSL= yes USE_RC_SUBR= gatling Modified: head/www/gtkhtml3/Makefile ============================================================================== --- head/www/gtkhtml3/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/gtkhtml3/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -21,10 +21,8 @@ LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -USES= gettext pkgconfig -USE_BZIP2= yes +USES= gettext pkgconfig gmake tar:bzip2 USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gconf2 ltverhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool Modified: head/www/larbin/Makefile ============================================================================== --- head/www/larbin/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/larbin/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -15,9 +15,8 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/b OPTIONS_DEFINE= DOCS -USES= shebangfix +USES= shebangfix gmake SHEBANG_FILES= configure -USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes Modified: head/www/libapreq2/Makefile ============================================================================== --- head/www/libapreq2/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/libapreq2/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -14,7 +14,7 @@ COMMENT= Generic Apache2 Request Library LICENSE= APACHE20 USE_APACHE= 22+ -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf libtool CONFIGURE_ARGS+= --with-apache2-apxs=${APXS} --with-expat=${LOCALBASE} Modified: head/www/libwww/Makefile ============================================================================== --- head/www/libwww/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/libwww/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -14,9 +14,8 @@ COMMENT= The W3C Reference Library USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib --with-ssl=${OPENSSLBASE} -USES= perl5 +USES= perl5 gmake USE_PERL5= build USE_LDCONFIG= yes USE_OPENSSL= yes Modified: head/www/llgal/Makefile ============================================================================== --- head/www/llgal/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/llgal/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -23,9 +23,7 @@ RUN_DEPENDS= p5-Image-Size>=0:${PORTSDIR p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool \ convert:${PORTSDIR}/graphics/ImageMagick -USE_BZIP2= yes -USES= gettext perl5 -USE_GMAKE= yes +USES= gettext perl5 gmake tar:bzip2 MAN1= llgal.1 MAN5= llgalrc.5 Modified: head/www/luakit/Makefile ============================================================================== --- head/www/luakit/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/luakit/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -23,8 +23,7 @@ GH_PROGECT= ${PORTNAME} GH_TAGNAME= ${PORTVERSION:C/r/-r/} GH_COMMIT= 0d5f4ab -USE_GMAKE= yes -USES= pkgconfig +USES= pkgconfig gmake USE_GNOME= glib20 gtk20 USE_LUA= 5.1 MAKE_ARGS+= USE_UNIQUE=1 NO_JAVASCRIPTCORE=1 Modified: head/www/mod_encoding/Makefile ============================================================================== --- head/www/mod_encoding/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/mod_encoding/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -17,9 +17,8 @@ COMMENT= Apache module for non-ASCII fil #APACHE_VERSION= 1.3.6 USE_APACHE= 22+ -USES= iconv +USES= iconv gmake HAS_CONFIGURE= yes -USE_GMAKE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --bindir=${PREFIX}/bin \ Modified: head/www/mod_gzip2/Makefile ============================================================================== --- head/www/mod_gzip2/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/mod_gzip2/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -17,7 +17,7 @@ USE_APACHE= 22+ AP_FAST_BUILD= yes AP_GENPLIST= yes MAKE_ENV+= "APXS=${APXS}" -USE_GMAKE= yes +USES= gmake PORTDOCS= commands.txt samples.txt PORTEXAMPLES= mod_gzip2.conf.sample Modified: head/www/mod_log_sql2/Makefile ============================================================================== --- head/www/mod_log_sql2/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/mod_log_sql2/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -13,8 +13,7 @@ COMMENT= Allows Apache to log to a MySQL LATEST_LINK= mod_log_sql2 GNU_CONFIGURE= yes -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 CONFIGURE_ARGS+= --with-apxs=${APXS} SSL_PLIST= "" APACHE2X= "" Modified: head/www/mod_spdy/Makefile ============================================================================== --- head/www/mod_spdy/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/mod_spdy/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -24,11 +24,10 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/p bash:${PORTSDIR}/shells/bash ONLY_FOR_ARCHS= amd64 i386 -USE_XZ= yes USE_OPENSSL= yes USE_APACHE= 22 USE_PYTHON= 2 -USE_GMAKE= yes +USES= gmake tar:xz REINPLACE_ARGS= -i "" WRKSRC= ${WRKDIR}/${PORTNAME}_source_${PORTVERSION}/mod_spdy/src Modified: head/www/netrik/Makefile ============================================================================== --- head/www/netrik/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/netrik/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -11,7 +11,7 @@ COMMENT= Text web browser, ambitious, in RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes PLIST_FILES= bin/netrik \ Modified: head/www/ocaml-net/Makefile ============================================================================== --- head/www/ocaml-net/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/ocaml-net/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -16,7 +16,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= ocaml-equeue-2* ocaml-netclient-0* -USE_GMAKE= yes +USES= gmake USE_OCAML= yes USE_OCAML_FINDLIB= yes USE_OCAML_LDCONFIG= yes Modified: head/www/ocsigen/Makefile ============================================================================== --- head/www/ocsigen/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/ocsigen/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -32,7 +32,7 @@ OPTIONS_DEFINE= SQLITE CAMLZIP OPTIONS_DEFAULT= CAMLZIP CAMLZIP_DESC= Use camlzip for compression -USE_GMAKE= yes +USES= gmake HAS_CONFIGURE= yes CONFIGURE_ARGS= --name ${PORTNAME} \ --disable-nativecode \ Modified: head/www/privoxy+ipv6/Makefile ============================================================================== --- head/www/privoxy+ipv6/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/privoxy+ipv6/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -21,8 +21,7 @@ USER= nobody GROUP= nobody DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/+ipv6//} -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 USE_AUTOTOOLS= autoheader213 GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ Modified: head/www/samidare/Makefile ============================================================================== --- head/www/samidare/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/samidare/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -14,7 +14,7 @@ COMMENT= A web page update checker writt RUN_DEPENDS= ${RUBY_SITELIBDIR}/htree.rb:${PORTSDIR}/textproc/ruby-htree \ ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv -USE_GMAKE= yes +USES= gmake USE_RUBY= yes RUBY_REQUIRE= Ruby >= 181 Modified: head/www/sams/Makefile ============================================================================== --- head/www/sams/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/sams/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -30,9 +30,8 @@ NO_STAGE= yes USE_APACHE= 22+ .endif -USE_GMAKE= yes +USES= gmake tar:bzip2 GNU_CONFIGURE= yes -USE_BZIP2= yes USE_PHP= ctype curl gettext hash iconv json mysql \ pcre pdo pdo_sqlite posix session \ simplexml spl sqlite tokenizer \ Modified: head/www/screem/Makefile ============================================================================== --- head/www/screem/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/screem/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -15,11 +15,10 @@ EXPIRATION_DATE=2014-04-10 LIB_DEPENDS= croco-0.6.3:${PORTSDIR}/textproc/libcroco -USES= pathfix pkgconfig gettext +USES= pathfix pkgconfig gettext gmake USE_GNOME= desktopfileutils gnomemenus gnomeprefix \ gtksourceview intlhack libgnomeprintui libgnomeui libgtkhtml USE_XORG= xpm -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/www/sitecopy/Makefile ============================================================================== --- head/www/sitecopy/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/sitecopy/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -20,7 +20,7 @@ CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/ LIBS= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-neon --with-libxml2 USE_GNOME= libxml2 -USE_GMAKE= yes +USES= gmake OPTIONS_DEFINE= NLS Modified: head/www/squidpurge/Makefile ============================================================================== --- head/www/squidpurge/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/squidpurge/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -13,7 +13,7 @@ DISTNAME= purge-20040201-src MAINTAINER= dean@odyssey.apana.org.au COMMENT= Powerful object purging utility for the Squid web proxy cache -USE_GMAKE= yes +USES= gmake WRKSRC= ${WRKDIR}/purge PLIST_FILES= sbin/purge Modified: head/www/swish-e/Makefile ============================================================================== --- head/www/swish-e/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/swish-e/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -12,7 +12,7 @@ COMMENT= Simple web indexing for humans USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_GNOME= libxml2 -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes MAKE_ARGS+= pkgconfigdir="${PREFIX}/libdata/pkgconfig" \ pkgdatadir="${DATADIR}" Modified: head/www/tidy-devel/Makefile ============================================================================== --- head/www/tidy-devel/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/tidy-devel/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -17,7 +17,7 @@ COMMENT?= Utility to clean up and pretty BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt -USE_BZIP2= yes +USES= tar:bzip2 NO_STAGE= yes SLAVEDIRS= www/tidy-lib @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_JOBS_UNSAFE= yes .if !defined(WITH_SHLIB) -USE_GMAKE= yes +USES+= gmake PLIST_SUB= SHLIB="@comment " NSHLIB="" CONFLICTS= tidy-20000804* tidy-lib-[0-9]* .else Modified: head/www/tinyproxy/Makefile ============================================================================== --- head/www/tinyproxy/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/tinyproxy/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_RC_SUBR= tinyproxy GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \ --program-transform-name="" \ --disable-silent-rules \ Modified: head/www/tokyopromenade/Makefile ============================================================================== --- head/www/tokyopromenade/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/tokyopromenade/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -18,7 +18,7 @@ OPTIONS_DEFINE= LUA CONFIGURE_ARGS= --enable-fcgi GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake SUB_FILES= pkg-message Modified: head/www/ttf2eot/Makefile ============================================================================== --- head/www/ttf2eot/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/ttf2eot/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -9,7 +9,7 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= stb@lassitu.de COMMENT= Convert TTF font file to EOT web embeddable file -USE_GMAKE= yes +USES= gmake ALL_TARGET= ttf2eot PLIST_FILES= bin/ttf2eot Modified: head/www/webfs/Makefile ============================================================================== --- head/www/webfs/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/webfs/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -13,7 +13,7 @@ COMMENT= A simple http server for static RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} -USE_GMAKE= yes +USES= gmake MAKEFILE= GNUmakefile .if !defined(WITHOUT_OPENSSL) MAKE_ENV= USE_SSL=no Modified: head/www/wml/Makefile ============================================================================== --- head/www/wml/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/wml/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -25,8 +25,7 @@ BUILD_DEPENDS= lynx:${PORTSDIR}/www/lynx ${RUN_DEPENDS} GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= gettext perl5 +USES= gettext perl5 gmake USE_PERL5= run build patch CONFIGURE_ARGS= --with-perl=${PERL5} --with-catdir=man \ --prefix=${PREFIX} Modified: head/www/wwwcount/Makefile ============================================================================== --- head/www/wwwcount/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/wwwcount/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -13,7 +13,7 @@ COMMENT= Access counter, clock and date GNU_CONFIGURE= yes IS_INTERACTIVE= yes -USE_GMAKE= yes +USES= gmake MAN1= mkstrip.1 NO_STAGE= yes Modified: head/www/wwwoffle/Makefile ============================================================================== --- head/www/wwwoffle/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/wwwoffle/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -14,8 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls -USES= perl5 -USE_GMAKE= yes +USES= perl5 gmake USE_RC_SUBR= ${PORTNAME}d Modified: head/www/xsp/Makefile ============================================================================== --- head/www/xsp/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/xsp/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -15,10 +15,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/mono:${POR MAKE_JOBS_UNSAFE= yes USE_SQLITE= 3 -USE_BZIP2= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gmake tar:bzip2 GNU_CONFIGURE= yes -USE_GMAKE= yes MAN1= asp-state.1 dbsessmgr.1 mod-mono-server.1 xsp.1 \ fastcgi-mono-server.1 Modified: head/www/zerowait-httpd/Makefile ============================================================================== --- head/www/zerowait-httpd/Makefile Sat Mar 15 08:08:29 2014 (r348294) +++ head/www/zerowait-httpd/Makefile Sat Mar 15 08:12:20 2014 (r348295) @@ -12,7 +12,7 @@ DISTNAME= 0W-httpd-${PORTVERSION} MAINTAINER= dhn@FreeBSD.org COMMENT= Lightweight and fast http server -USE_GMAKE= yes +USES= gmake USE_OPENSSL= yes USE_RC_SUBR= 0W-httpd ALL_TARGET= #none