From owner-svn-ports-all@FreeBSD.ORG Thu May 29 12:00:42 2014 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 ESMTPS id E413DA9D; Thu, 29 May 2014 12:00:42 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF0152204; Thu, 29 May 2014 12:00:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4TC0gn4066975; Thu, 29 May 2014 12:00:42 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4TC0V7G066838; Thu, 29 May 2014 12:00:31 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405291200.s4TC0V7G066838@svn.freebsd.org> From: Martin Wilke Date: Thu, 29 May 2014 12:00:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355691 - in head/net: appkonference asio bcusdk-eibd bittwist c3270 click cnet coda6_server cvsync freeswitch-core-devel gogoc gopher gspoof gutenfetch hping-devel igmpproxy iplog jwho... 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.18 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: Thu, 29 May 2014 12:00:43 -0000 Author: miwi Date: Thu May 29 12:00:30 2014 New Revision: 355691 URL: http://svnweb.freebsd.org/changeset/ports/355691 QAT: https://qat.redports.org/buildarchive/r355691/ Log: - Convert gmake,bzip2 to USES Approved by: portmgr Modified: head/net/appkonference/Makefile head/net/asio/Makefile head/net/bcusdk-eibd/Makefile head/net/bittwist/Makefile head/net/c3270/Makefile head/net/click/Makefile head/net/cnet/Makefile head/net/coda6_server/Makefile head/net/cvsync/Makefile head/net/freeswitch-core-devel/Makefile head/net/gogoc/Makefile head/net/gopher/Makefile head/net/gspoof/Makefile head/net/gutenfetch/Makefile head/net/hping-devel/Makefile head/net/igmpproxy/Makefile head/net/iplog/Makefile head/net/jwhois/Makefile head/net/l4ip/Makefile head/net/libopennet/Makefile head/net/libpcap/Makefile head/net/linuxigd/Makefile head/net/mgen/Makefile head/net/mknbi/Makefile head/net/mmucl/Makefile head/net/mrouted/Makefile head/net/nepim/Makefile head/net/ntop/Makefile head/net/olsrd/Makefile head/net/openam/Makefile head/net/openmcu/Makefile head/net/opennx/Makefile head/net/openser/Makefile head/net/proxy-suite/Makefile head/net/proxychains/Makefile head/net/ptunnel/Makefile head/net/quoted/Makefile head/net/rabbitmq-c-devel/Makefile head/net/rabbitmq-c/Makefile head/net/rexx-sock/Makefile head/net/ser/Makefile head/net/silc-server/Makefile head/net/skstream/Makefile head/net/spread4/Makefile head/net/spserver/Makefile head/net/tcpdump/Makefile head/net/tcptraceroute-devel/Makefile head/net/throttled/Makefile head/net/torsocks/Makefile head/net/traff/Makefile head/net/tramp/Makefile head/net/wire/Makefile head/net/wired-tracker/Makefile head/net/wired/Makefile head/net/wmping/Makefile head/net/xbone/Makefile Modified: head/net/appkonference/Makefile ============================================================================== --- head/net/appkonference/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/appkonference/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -13,7 +13,7 @@ BUILD_DEPENDS= asterisk:${PORTSDIR}/net/ RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk USE_CSTD= gnu89 -USE_GMAKE= yes +USES= gmake WRKSRC= ${WRKDIR}/${PORTNAME}/konference PLIST_FILES= lib/asterisk/modules/app_konference.so Modified: head/net/asio/Makefile ============================================================================== --- head/net/asio/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/asio/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -13,7 +13,7 @@ COMMENT= Cross-platform C++ library for LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include Modified: head/net/bcusdk-eibd/Makefile ============================================================================== --- head/net/bcusdk-eibd/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/bcusdk-eibd/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -15,7 +15,7 @@ LIB_DEPENDS= pthsem.20:${PORTSDIR}/devel BUILD_DEPENDS= ${LOCALBASE}/lib/libargp.a:${PORTSDIR}/devel/argp-standalone GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake CONFIGURE_ARGS+=--enable-onlyeibd \ --disable-usb \ --enable-eibnetip \ Modified: head/net/bittwist/Makefile ============================================================================== --- head/net/bittwist/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/bittwist/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -10,7 +10,7 @@ MAINTAINER= wxs@FreeBSD.org COMMENT= Libpcap-based Ethernet packet generator, with PCAP editor WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_GMAKE= yes +USES= gmake MAN1= bittwist.1 bittwistb.1 bittwiste.1 PLIST_FILES= bin/bittwist bin/bittwistb bin/bittwiste Modified: head/net/c3270/Makefile ============================================================================== --- head/net/c3270/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/c3270/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -15,10 +15,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER # Conflict due to x3270if CONFLICTS= x3270-* -USE_GMAKE= yes GNU_CONFIGURE= yes - -USES= iconv readline +USES= iconv readline gmake USE_OPENSSL= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include Modified: head/net/click/Makefile ============================================================================== --- head/net/click/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/click/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -11,10 +11,9 @@ MASTER_SITES= http://www.read.cs.ucla.ed MAINTAINER= ports@FreeBSD.org COMMENT= The Click Modular Router -USES= perl5 +USES= perl5 gmake USE_PERL5= build GNU_CONFIGURE= yes -USE_GMAKE= yes INC_BASE?= /usr/include Modified: head/net/cnet/Makefile ============================================================================== --- head/net/cnet/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/cnet/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -16,7 +16,7 @@ COMMENT= A networking simulator LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 USE_XORG= xpm -USE_GMAKE= yes +USES= gmake ALL_TARGET= # empty MAN1= cnet.1 Modified: head/net/coda6_server/Makefile ============================================================================== --- head/net/coda6_server/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/coda6_server/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -18,8 +18,7 @@ LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp rpc2.9:${PORTSDIR}/devel/rpc2 \ rvmlwp.3:${PORTSDIR}/devel/rvm -USES= pkgconfig -USE_GMAKE= yes +USES= pkgconfig gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-${CODA_SUITE} Modified: head/net/cvsync/Makefile ============================================================================== --- head/net/cvsync/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/cvsync/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -13,7 +13,7 @@ COMMENT= A portable CVS repository synch LICENSE= BSD LICENSE_FILE= ${WRKSRC}/doc/COPYRIGHT -USE_GMAKE= yes +USES= gmake USE_RC_SUBR= cvsyncd USE_OPENSSL= yes Modified: head/net/freeswitch-core-devel/Makefile ============================================================================== --- head/net/freeswitch-core-devel/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/freeswitch-core-devel/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -43,9 +43,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVER USE_AUTOTOOLS= autoconf:env automake:env libtool:env USE_PERL5= build -USES= bison:both pkgconfig perl5 +USES= bison:both pkgconfig perl5 gmake USE_GCC= any -USE_GMAKE= yes SUB_FILES= pkg-install USE_RC_SUBR= freeswitch HAS_CONFIGURE= yes Modified: head/net/gogoc/Makefile ============================================================================== --- head/net/gogoc/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/gogoc/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -10,7 +10,7 @@ DISTNAME= gogoc-1_2-RELEASE MAINTAINER= kami@k5-storitve.net COMMENT= GogoCLIENT, connect to Freenet6 tunnel -USE_GMAKE= yes +USES= gmake USE_RC_SUBR= gogoc USE_OPENSSL= yes Modified: head/net/gopher/Makefile ============================================================================== --- head/net/gopher/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/gopher/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -14,7 +14,7 @@ MAINTAINER= erwin@FreeBSD.org COMMENT= Gopher client for access to a distributed document service GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pre-patch: @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \ Modified: head/net/gspoof/Makefile ============================================================================== --- head/net/gspoof/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/gspoof/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -13,8 +13,8 @@ COMMENT= Console/GTK+ TCP/IP Packets For LIB_DEPENDS= net:${PORTSDIR}/net/libnet USE_GNOME= gtk20 -USE_GMAKE= yes GNU_CONFIGURE= yes +USES= gmake LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config Modified: head/net/gutenfetch/Makefile ============================================================================== --- head/net/gutenfetch/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/gutenfetch/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -14,8 +14,7 @@ LIB_DEPENDS= gutenfetch:${PORTSDIR}/deve GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -USE_GMAKE= yes -USE_BZIP2= yes +USES= gmake tar:bzip2 MAN1= gutenfetch.1 PLIST_FILES= bin/gutenfetch Modified: head/net/hping-devel/Makefile ============================================================================== --- head/net/hping-devel/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/hping-devel/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -17,7 +17,7 @@ NO_LATEST_LINK= yes CONFLICTS= hping-[0-9]* GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake PLIST_DIRS+= lib/hping PLIST_FILES= sbin/hping lib/hping/hpingstdlib.htcl Modified: head/net/igmpproxy/Makefile ============================================================================== --- head/net/igmpproxy/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/igmpproxy/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -15,7 +15,7 @@ COMMENT= Multicast forwarding IGMP proxy HOMEPAGE= http://igmpproxy.sourceforge.net/ USE_RC_SUBR= igmpproxy -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes .include Modified: head/net/iplog/Makefile ============================================================================== --- head/net/iplog/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/iplog/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -10,7 +10,7 @@ MASTER_SITES= SF/ojnk/${PORTNAME}/${PORT MAINTAINER= udo.schweigert@siemens.com COMMENT= TCP/IP traffic logging tool -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} Modified: head/net/jwhois/Makefile ============================================================================== --- head/net/jwhois/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/jwhois/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -13,8 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT=An improved WHOIS client capable of selecting server to query GNU_CONFIGURE= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake CPPFLAGS+= -I${PREFIX}/include LDFLAGS+= -L${PREFIX}/lib CONFIGURE_ARGS= --localstatedir=${PREFIX}/var/jwhois Modified: head/net/l4ip/Makefile ============================================================================== --- head/net/l4ip/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/l4ip/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= leeym@FreeBSD.org COMMENT= L4 health check daemon for IPFILTER -USE_GMAKE= yes +USES= gmake WRKSRC= ${WRKDIR}/${PORTNAME}/src NO_STAGE= yes Modified: head/net/libopennet/Makefile ============================================================================== --- head/net/libopennet/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/libopennet/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -12,7 +12,7 @@ COMMENT= A library for opening files ove GNU_CONFIGURE= yes PLIST_SUB= PORTVERSION=${PORTVERSION} -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes MAN3= fopen_net.3 \ Modified: head/net/libpcap/Makefile ============================================================================== --- head/net/libpcap/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/libpcap/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -10,8 +10,7 @@ MAINTAINER= wxs@FreeBSD.org COMMENT= Ubiquitous network traffic capture library GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= bison +USES= bison gmake USE_LDCONFIG= yes .if defined(LIBPCAP_OVERWRITE_BASE) Modified: head/net/linuxigd/Makefile ============================================================================== --- head/net/linuxigd/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/linuxigd/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -13,7 +13,7 @@ COMMENT= Linux UPnP Internet Gateway Dev LIB_DEPENDS= upnp.9:${PORTSDIR}/devel/upnp USE_RC_SUBR= linuxigd -USE_GMAKE= yes +USES= gmake MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} MAN8= upnpd.8 Modified: head/net/mgen/Makefile ============================================================================== --- head/net/mgen/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/mgen/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -18,7 +18,7 @@ COMMENT= An IP network performance tests ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_GMAKE= yes +USES= gmake PLIST_FILES= bin/mgen PORTDOCS= README.TXT VERSION.TXT mgen.html example.mgn Modified: head/net/mknbi/Makefile ============================================================================== --- head/net/mknbi/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/mknbi/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -20,8 +20,7 @@ MLINKS+= mknbi.1 ${i} PORTDOCS= COPYING README LOG spec.txt -USES= perl5 -USE_GMAKE= yes +USES= perl5 gmake ONLY_FOR_ARCHS= i386 NO_STAGE= yes Modified: head/net/mmucl/Makefile ============================================================================== --- head/net/mmucl/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/mmucl/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -13,7 +13,7 @@ COMMENT= Powerful GUI MUD client written LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 -USE_GMAKE= yes +USES= gmake MAKE_ARGS= BASE_DIR=${PREFIX} TCLSH=tclsh8.4 INFO_DIR=${PREFIX}/info \ INSTALL_INFO=/usr/bin/install-info INFO= mmucl Modified: head/net/mrouted/Makefile ============================================================================== --- head/net/mrouted/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/mrouted/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -14,8 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USE_RC_SUBR= mrouted -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 MAKE_ARGS= sysconfdir=${PREFIX}/etc \ mandir=${MAN8PREFIX}/man/man8 PORTDOCS= README AUTHORS ChangeLog Modified: head/net/nepim/Makefile ============================================================================== --- head/net/nepim/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/nepim/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -12,7 +12,7 @@ COMMENT= Tool for measuring available ba LIB_DEPENDS= oop.4:${PORTSDIR}/devel/liboop -USE_GMAKE= yes +USES= gmake ALL_TARGET= default WRKSRC= ${WRKDIR}/${DISTNAME}/src Modified: head/net/ntop/Makefile ============================================================================== --- head/net/ntop/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/ntop/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -21,10 +21,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ DBDIR?= /var/db +USES= gmake USE_AUTOTOOLS= libtool automake autoconf USE_GNOME= libxml2 USE_PYTHON= yes -USE_GMAKE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/net/olsrd/Makefile ============================================================================== --- head/net/olsrd/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/olsrd/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -16,10 +16,7 @@ BUILD_DEPENDS= makedepend:${PORTSDIR}/de BUILD_DEPENDS+= libnet*>=1.1.2,1:${PORTSDIR}/net/libnet .endif -USE_BZIP2= yes -USES= bison -USE_GMAKE= yes - +USES= bison gmake tar:bzip2 USE_RC_SUBR= olsrd MAN8= olsrd.8 MAN5= olsrd.conf.5 Modified: head/net/openam/Makefile ============================================================================== --- head/net/openam/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/openam/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -16,7 +16,7 @@ LIB_DEPENDS= h323_r.1:${PORTSDIR}/net/op WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g} -USE_GMAKE= yes +USES= gmake ALL_TARGET= optshared MAKE_ENV= PWLIBDIR=${LOCALBASE}/share/pwlib \ OPENH323DIR=${LOCALBASE}/share/openh323 \ Modified: head/net/openmcu/Makefile ============================================================================== --- head/net/openmcu/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/openmcu/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -15,8 +15,7 @@ LIB_DEPENDS= h323_r.1:${PORTSDIR}/net/op WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g} -USES= bison -USE_GMAKE= yes +USES= bison gmake ALL_TARGET= optshared MAKE_ENV= PWLIBDIR=${LOCALBASE}/share/pwlib \ OPENH323DIR=${LOCALBASE}/share/openh323 \ Modified: head/net/opennx/Makefile ============================================================================== --- head/net/opennx/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/opennx/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -21,7 +21,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ WRKSRC= ${WRKDIR}/${PORTNAME}-0.16 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_XORG= xmu USE_WX= 2.8+ WX_UNICODE= yes Modified: head/net/openser/Makefile ============================================================================== --- head/net/openser/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/openser/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -15,7 +15,7 @@ LIB_DEPENDS= radiusclient-ng.2:${PORTSDI WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-tls -USE_GMAKE= yes +USES= gmake USE_GNOME= libxml2 MAKE_ENV= CC_EXTRA_OPTS="${CFLAGS}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ Modified: head/net/proxy-suite/Makefile ============================================================================== --- head/net/proxy-suite/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/proxy-suite/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -12,8 +12,7 @@ COMMENT= The SuSE Proxy-Suite, a set of LICENSE= GPLv2 USE_AUTOTOOLS= autoconf -USE_GMAKE= yes -USE_BZIP2= yes +USES= gmake tar:bzip2 # # basic configure args Modified: head/net/proxychains/Makefile ============================================================================== --- head/net/proxychains/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/proxychains/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Redirect connection through proxy servers GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes NO_STAGE= yes Modified: head/net/ptunnel/Makefile ============================================================================== --- head/net/ptunnel/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/ptunnel/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -13,7 +13,7 @@ COMMENT= Tunneling TCP connections over LICENSE= BSD3CLAUSE WRKSRC= ${WRKDIR}/PingTunnel -USE_GMAKE= yes +USES= gmake PLIST_FILES= bin/ptunnel man/man8/ptunnel.8.gz Modified: head/net/quoted/Makefile ============================================================================== --- head/net/quoted/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/quoted/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -13,7 +13,7 @@ COMMENT= Easily configured QOTD daemon w MAN1= quoted.1 MANCOMPRESSED= no GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_RC_SUBR= ${PORTNAME} Modified: head/net/rabbitmq-c-devel/Makefile ============================================================================== --- head/net/rabbitmq-c-devel/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/rabbitmq-c-devel/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -24,8 +24,7 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/p CONFLICTS= rabbitmq-c-[0-9]* -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 USE_PYTHON= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/net/rabbitmq-c/Makefile ============================================================================== --- head/net/rabbitmq-c/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/rabbitmq-c/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -23,8 +23,7 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/p CONFLICTS= rabbitmq-c-devel-[0-9]* -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 USE_PYTHON= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/net/rexx-sock/Makefile ============================================================================== --- head/net/rexx-sock/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/rexx-sock/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -14,7 +14,7 @@ COMMENT= A function package for Rexx pro BUILD_DEPENDS= rexx-regina>=3.3_1:${PORTSDIR}/lang/rexx-regina RUN_DEPENDS= rexx-regina>=3.3_1:${PORTSDIR}/lang/rexx-regina -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} Modified: head/net/ser/Makefile ============================================================================== --- head/net/ser/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/ser/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -14,7 +14,7 @@ COMMENT= Fast and configurable SIP proxy WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_GMAKE= yes +USES= gmake USE_GNOME= # empty USE_RC_SUBR= ser CFLAGS+= -I${LOCALBASE}/include Modified: head/net/silc-server/Makefile ============================================================================== --- head/net/silc-server/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/silc-server/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -22,8 +22,7 @@ LIB_DEPENDS= silc-1.1:${PORTSDIR}/devel/ SUB_FILES= pkg-message pkg-deinstall USE_RC_SUBR= silcd -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 GNU_CONFIGURE= yes CFLAGS+= ${PTHREAD_CFLAGS} ${PTHREAD_LIBS} CONFIGURE_ARGS= --with-silcd-config-file=${PREFIX}/etc/${PORTNAME}/silcd.conf \ Modified: head/net/skstream/Makefile ============================================================================== --- head/net/skstream/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/skstream/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -10,8 +10,7 @@ MASTER_SITES= SF/worldforge/${PORTNAME}% MAINTAINER= oliver@FreeBSD.org COMMENT= An iostream based C++ socket library -USE_GMAKE= yes -USES= pathfix pkgconfig compiler:c++11-lib +USES= pathfix pkgconfig compiler:c++11-lib gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/net/spread4/Makefile ============================================================================== --- head/net/spread4/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/spread4/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The Spread Group Communication System, a network toolkit GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_RC_SUBR= spread USE_LDCONFIG= yes ALL_TARGET= all Modified: head/net/spserver/Makefile ============================================================================== --- head/net/spserver/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/spserver/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -15,7 +15,7 @@ LIB_DEPENDS= event-1.4:${PORTSDIR}/devel WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_LDCONFIG= yes -USE_GMAKE= yes +USES= gmake ALL_TARGET= all build_openssl MAKE_JOBS_UNSAFE= yes Modified: head/net/tcpdump/Makefile ============================================================================== --- head/net/tcpdump/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/tcpdump/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -12,7 +12,7 @@ COMMENT= Ubiquitous network traffic anal LIB_DEPENDS= pcap:${PORTSDIR}/net/libpcap GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake UNPRIV_USER?= nobody CHROOTDIR?= /var/run/tcpdump Modified: head/net/tcptraceroute-devel/Makefile ============================================================================== --- head/net/tcptraceroute-devel/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/tcptraceroute-devel/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSD CONFLICTS= tcptraceroute-1.4* -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes MAN1= tcptraceroute.1 Modified: head/net/throttled/Makefile ============================================================================== --- head/net/throttled/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/throttled/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -12,7 +12,7 @@ COMMENT= Bandwidth shaping and QoS solut LICENSE= GPLv3 -USE_GMAKE= yes +USES= gmake USE_RC_SUBR= ${PORTNAME} Modified: head/net/torsocks/Makefile ============================================================================== --- head/net/torsocks/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/torsocks/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -16,7 +16,7 @@ LICENSE= GPLv2 USE_AUTOTOOLS= libtool aclocal autoconf libtoolize ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes MAN1= torsocks.1 usewithtor.1 Modified: head/net/traff/Makefile ============================================================================== --- head/net/traff/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/traff/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -12,7 +12,7 @@ COMMENT= Libpcab based fast traffic acco BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone USE_RC_SUBR= traff -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CFLAGS+= ${PTHREAD_CFLAGS} -L${LOCALBASE}/lib Modified: head/net/tramp/Makefile ============================================================================== --- head/net/tramp/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/tramp/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -13,7 +13,7 @@ COMMENT= Transparent remote file access USE_EMACS= yes -USE_GMAKE= yes +USES= gmake USE_AUTOTOOLS= autoconf TRAMP_LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} Modified: head/net/wire/Makefile ============================================================================== --- head/net/wire/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/wire/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -17,9 +17,8 @@ CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --libdir="${LOCALBASE}/lib" --includedir="${LOCALBASE}/include" -USE_GMAKE= yes USE_OPENSSL= yes -USES= iconv +USES= iconv gmake PLIST_FILES= bin/wire Modified: head/net/wired-tracker/Makefile ============================================================================== --- head/net/wired-tracker/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/wired-tracker/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/wired:${P WRKSRC= ${WRKDIR}/wired-tracker-${PORTVERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir="${LOCALBASE}/lib" --includedir="${LOCALBASE}/include" -USE_GMAKE= yes +USES= gmake USE_RC_SUBR= trackerd MAN1= trackerdctl.1 Modified: head/net/wired/Makefile ============================================================================== --- head/net/wired/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/wired/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -12,7 +12,7 @@ COMMENT= Wired server GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir="${LOCALBASE}/lib" --includedir="${LOCALBASE}/include" -USE_GMAKE= yes +USES= gmake USE_RC_SUBR= wired MAN1= wiredctl.1 Modified: head/net/wmping/Makefile ============================================================================== --- head/net/wmping/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/wmping/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -11,7 +11,7 @@ MAINTAINER= serg@cad.kiev.ua COMMENT= Windowmaker dock app to display network hosts status USE_XORG= xpm -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes MAN1= wmping.1 Modified: head/net/xbone/Makefile ============================================================================== --- head/net/xbone/Makefile Thu May 29 11:39:16 2014 (r355690) +++ head/net/xbone/Makefile Thu May 29 12:00:30 2014 (r355691) @@ -35,10 +35,9 @@ BUILD_DEPENDS= p5-AppConfig>=0:${PORTSDI p5-Tk-Getopt>=0:${PORTSDIR}/x11-toolkits/p5-Tk-Getopt \ p5-Tk-TableMatrix>=0:${PORTSDIR}/x11-toolkits/p5-Tk-TableMatrix -USE_GMAKE= yes #IS_INTERACTIVE= yes NO_BUILD= yes -USES= perl5 +USES= perl5 gmake USE_OPENLDAP= yes INSTALL_TARGET= node