From owner-svn-ports-all@FreeBSD.ORG Mon Mar 10 16:38:08 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 7B75B462; Mon, 10 Mar 2014 16:38:08 +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 5BC5AEB4; Mon, 10 Mar 2014 16:38:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AGc895041740; Mon, 10 Mar 2014 16:38:08 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2AGc0OR041685; Mon, 10 Mar 2014 16:38:00 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201403101638.s2AGc0OR041685@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 10 Mar 2014 16:38:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347778 - in head: net-im/jitsi net-im/mercury net-im/openfire net-im/pwytter net-im/py-skype4py net-mgmt/lanmap net-mgmt/nagiosagent net-mgmt/phpweathermap net-mgmt/unifi2 net-mgmt/uni... 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.17 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, 10 Mar 2014 16:38:08 -0000 Author: bapt Date: Mon Mar 10 16:38:00 2014 New Revision: 347778 URL: http://svnweb.freebsd.org/changeset/ports/347778 QAT: https://qat.redports.org/buildarchive/r347778/ Log: Convert n* to USES=zip Modified: head/net-im/jitsi/Makefile head/net-im/mercury/Makefile head/net-im/openfire/Makefile head/net-im/pwytter/Makefile head/net-im/py-skype4py/Makefile head/net-mgmt/lanmap/Makefile head/net-mgmt/nagiosagent/Makefile head/net-mgmt/phpweathermap/Makefile head/net-mgmt/unifi2/Makefile head/net-mgmt/unifi3/Makefile head/net-mgmt/zenpack-macreport/Makefile head/net-p2p/azureus2/Makefile head/net-p2p/bittyrant/Makefile head/net-p2p/frost/Makefile head/net-p2p/phex/Makefile head/net-p2p/retroshare/Makefile head/net-p2p/solidcoin/Makefile head/net-p2p/transmission-remote-gui/Makefile head/net-p2p/vuze/Makefile head/net/binkd/Makefile head/net/hawknl-devel/Makefile head/net/hupnp/Makefile head/net/jsch/Makefile head/net/libtcp4u/Makefile head/net/nusoap/Makefile head/net/openmq/Makefile head/net/p5-Net-Ping-External/Makefile head/net/p5-S3/Makefile head/net/py-pysphere/Makefile head/net/py-xmlrpclib/Makefile head/net/py-zope.proxy/Makefile head/net/repeater/Makefile head/net/rsmb/Makefile head/net/sip_scenario/Makefile head/net/tn5250j/Makefile head/net/wizd/Makefile head/news/crashmail/Makefile Modified: head/net-im/jitsi/Makefile ============================================================================== --- head/net-im/jitsi/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net-im/jitsi/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -13,7 +13,7 @@ COMMENT= Open source IM and VoIP applica MAN1= jitsi.1 -USE_ZIP= yes +USES= zip USE_JAVA= yes USE_ANT= yes MAKE_ARGS= rebuild Modified: head/net-im/mercury/Makefile ============================================================================== --- head/net-im/mercury/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net-im/mercury/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -21,7 +21,7 @@ RUN_DEPENDS= java:${PORTSDIR}/java/javav RCVER= rc8a -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes Modified: head/net-im/openfire/Makefile ============================================================================== --- head/net-im/openfire/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net-im/openfire/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -20,9 +20,8 @@ OPTIONS_DEFINE= DOCS PLUGINS OPTIONS_DEFAULT=PLUGINS PLUGINS_DESC= Install bundled plugins -USES= dos2unix +USES= dos2unix zip DOS2UNIX_FILES= src/java/org/jivesoftware/openfire/server/ServerDialback.java -USE_ZIP= yes USE_LDCONFIG= yes USE_ANT= yes USE_JAVA= yes Modified: head/net-im/pwytter/Makefile ============================================================================== --- head/net-im/pwytter/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net-im/pwytter/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -19,8 +19,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tk RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_ZIP= yes -USES= gettext +USES= gettext zip USE_PYTHON= 2 USE_PYDISTUTILS= easy_install WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/net-im/py-skype4py/Makefile ============================================================================== --- head/net-im/py-skype4py/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net-im/py-skype4py/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -17,6 +17,6 @@ PYDISTUTILS_AUTOPLIST= yes USE_PYDISTUTILS= easy_install USE_PYTHON= 2 -USE_ZIP= yes +USES= zip .include Modified: head/net-mgmt/lanmap/Makefile ============================================================================== --- head/net-mgmt/lanmap/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net-mgmt/lanmap/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -13,7 +13,7 @@ RUN_DEPENDS= twopi:${PORTSDIR}/graphics/ WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes -USE_ZIP= yes +USES= zip NO_STAGE= yes .include Modified: head/net-mgmt/nagiosagent/Makefile ============================================================================== --- head/net-mgmt/nagiosagent/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net-mgmt/nagiosagent/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -15,8 +15,7 @@ COMMENT= Qt-based frontend to Nagios PLIST_FILES= bin/NagiosAgent \ share/pixmaps/NagiosAgent.png -USES= qmake -USE_ZIP= yes +USES= qmake zip USE_QT4= gui network corelib uic_build rcc_build moc_build DESKTOP_ENTRIES= "NagiosAgent" "GUI client for Nagios" \ Modified: head/net-mgmt/phpweathermap/Makefile ============================================================================== --- head/net-mgmt/phpweathermap/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net-mgmt/phpweathermap/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -15,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/pear/Con rrdtool:${PORTSDIR}/databases/rrdtool NO_BUILD= yes -USE_ZIP= yes +USES= zip USE_PHP= gd LICENSE= GPLv2 Modified: head/net-mgmt/unifi2/Makefile ============================================================================== --- head/net-mgmt/unifi2/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net-mgmt/unifi2/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -16,7 +16,7 @@ RUN_DEPENDS= mongodb>0:${PORTSDIR}/datab SUB_LIST+= USERS=${USERS} GROUPS=${GROUPS} JAVASHAREDIR=${JAVASHAREDIR} -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native Modified: head/net-mgmt/unifi3/Makefile ============================================================================== --- head/net-mgmt/unifi3/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net-mgmt/unifi3/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -16,7 +16,7 @@ RUN_DEPENDS= mongodb>0:${PORTSDIR}/datab SUB_LIST+= USERS=${USERS} GROUPS=${GROUPS} JAVASHAREDIR=${JAVASHAREDIR} -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native Modified: head/net-mgmt/zenpack-macreport/Makefile ============================================================================== --- head/net-mgmt/zenpack-macreport/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net-mgmt/zenpack-macreport/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -14,7 +14,7 @@ PLIST_FILES= zenoss/ZenPack/${ZPACK} PLIST_DIRS= zenoss/ZenPack USES= zenoss -USE_ZIP= yes +USES= zip ZPACKGROUP= community WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} TAG= b345f53 Modified: head/net-p2p/azureus2/Makefile ============================================================================== --- head/net-p2p/azureus2/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net-p2p/azureus2/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -24,8 +24,8 @@ JAVA_VERSION= 1.6+ JAVA_OS= native USE_ANT= yes -USE_ZIP= yes -USE_DOS2UNIX= org/gudy/azureus2/ui/swt/test/PrintTransferTypes.java \ +USES= dos2unix zip +DOS2UNIX_FILES= org/gudy/azureus2/ui/swt/test/PrintTransferTypes.java \ org/gudy/azureus2/platform/macosx/access/jnilib/OSXAccess.java NO_WRKSUBDIR= yes Modified: head/net-p2p/bittyrant/Makefile ============================================================================== --- head/net-p2p/bittyrant/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net-p2p/bittyrant/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -17,8 +17,7 @@ BUILD_DEPENDS= ${JAVALIBDIR}/log4j.jar:$ ${JAVALIBDIR}/${SWT}.jar:${PORTSDIR}/x11-toolkits/${SWT} RUN_DEPENDS= ${JAVALIBDIR}/${SWT}.jar:${PORTSDIR}/x11-toolkits/${SWT} -USES= dos2unix -USE_ZIP= yes +USES= dos2unix zip DOS2UNIX_FILES= build.xml \ org/gudy/azureus2/ui/swt/test/PrintTransferTypes.java \ org/gudy/azureus2/platform/macosx/access/jnilib/OSXAccess.java Modified: head/net-p2p/frost/Makefile ============================================================================== --- head/net-p2p/frost/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net-p2p/frost/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -12,10 +12,10 @@ DISTNAME= ${PORTNAME}-14-Mar-2009 MAINTAINER= peter.thoenen@yahoo.com COMMENT= Freenet client that provides messenger and file services +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_RUN= yes -USE_ZIP= yes NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_SUB= JAR_DIR=${JAR_DIR} Modified: head/net-p2p/phex/Makefile ============================================================================== --- head/net-p2p/phex/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net-p2p/phex/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -10,9 +10,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= jhale@FreeBSD.org COMMENT= A Java multi platform and spyware free gnutella client +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ -USE_ZIP= yes NO_BUILD= yes SUB_FILES= ${PORTNAME}.sh Modified: head/net-p2p/retroshare/Makefile ============================================================================== --- head/net-p2p/retroshare/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net-p2p/retroshare/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -30,8 +30,7 @@ LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/de libxslt.so:${PORTSDIR}/textproc/libxslt RUN_DEPENDS= pinentry-qt4:${PORTSDIR}/security/pinentry-qt4 -USES= qmake -USE_ZIP= yes +USES= qmake zip USE_GNOME= glib20 USE_XORG= ice sm x11 xau xcb xdmcp xext xrender USE_QT4= corelib gui network xml script designer_build uic_build \ Modified: head/net-p2p/solidcoin/Makefile ============================================================================== --- head/net-p2p/solidcoin/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net-p2p/solidcoin/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -22,8 +22,7 @@ OPTIONS_DEFAULT= WXGTK WRKSRC= ${WRKDIR}/src -USES= gmake dos2unix -USE_ZIP= yes +USES= gmake dos2unix zip USE_GNOME= glib20 USE_OPENSSL= yes USE_BDB= yes Modified: head/net-p2p/transmission-remote-gui/Makefile ============================================================================== --- head/net-p2p/transmission-remote-gui/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net-p2p/transmission-remote-gui/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -17,9 +17,8 @@ RUN_DEPENDS= transmission-daemon:${PORTS PROJECTHOST= transmisson-remote-gui -USE_ZIP= yes USE_FPC= fcl-net -USES= iconv +USES= iconv zip USE_GNOME= # WRKSRC= ${WRKDIR}/TransGUI Modified: head/net-p2p/vuze/Makefile ============================================================================== --- head/net-p2p/vuze/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net-p2p/vuze/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -16,11 +16,11 @@ BUILD_DEPENDS= ${JAVALIBDIR}/log4j.jar:$ ${JAVALIBDIR}/swt-devel.jar:${PORTSDIR}/x11-toolkits/swt-devel RUN_DEPENDS= ${JAVALIBDIR}/swt-devel.jar:${PORTSDIR}/x11-toolkits/swt-devel +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native USE_ANT= yes -USE_ZIP= yes NO_WRKSUBDIR= yes INSTALLS_ICONS= yes Modified: head/net/binkd/Makefile ============================================================================== --- head/net/binkd/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net/binkd/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -12,7 +12,7 @@ MAINTAINER= fjoe@FreeBSD.org COMMENT= Fidonet TCP/IP mailer WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_ZIP= yes +USES= zip USE_RC_SUBR= binkd GNU_CONFIGURE= yes Modified: head/net/hawknl-devel/Makefile ============================================================================== --- head/net/hawknl-devel/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net/hawknl-devel/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -14,9 +14,7 @@ COMMENT= Portable networking library (de CONFLICTS= hawknl-[0-9]* -USE_ZIP= yes -USE_DOS2UNIX= yes -USE_GMAKE= yes +USES= dos2unix gmake zip MAKEFILE= makefile.linux USE_LDCONFIG= yes Modified: head/net/hupnp/Makefile ============================================================================== --- head/net/hupnp/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net/hupnp/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -11,8 +11,7 @@ DISTNAME= herqq-${PORTVERSION} MAINTAINER= fluffy@FreeBSD.org COMMENT= Library for building UPnP devices and control points -USES= gmake qmake -USE_ZIP= yes +USES= gmake qmake zip USE_QT4= corelib network xml dbus gui \ moc_build rcc_build uic_build Modified: head/net/jsch/Makefile ============================================================================== --- head/net/jsch/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net/jsch/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -9,7 +9,7 @@ MASTER_SITES= SF MAINTAINER= miwi@FreeBSD.org COMMENT= A pure Java implementation of SSH2 -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ USE_ANT= yes Modified: head/net/libtcp4u/Makefile ============================================================================== --- head/net/libtcp4u/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net/libtcp4u/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -16,7 +16,7 @@ LICENSE= GPLv2 WRKSRC= ${WRKDIR}/tcp4u.331/src PATCH_WRKSRC= ${WRKDIR}/tcp4u.331 -USE_ZIP= yes +USES= zip PLIST_FILES= include/udp4u.h include/tcp4u.h \ include/smtp4u.h include/http4u.h \ Modified: head/net/nusoap/Makefile ============================================================================== --- head/net/nusoap/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net/nusoap/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -9,10 +9,10 @@ MASTER_SITES= SF MAINTAINER= clsung@FreeBSD.org COMMENT= SOAP Toolkit for PHP +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes USE_PHP= curl zlib xml -USE_ZIP= yes NO_STAGE= yes .include Modified: head/net/openmq/Makefile ============================================================================== --- head/net/openmq/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net/openmq/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -23,7 +23,7 @@ BOOTJARS= javaee-api-6.0.jar:2 \ grizzly-nio-framework-1.9.18a.jar:3 \ jhall-2.0.jar:4 -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6 JAVA_VENDOR= openjdk Modified: head/net/p5-Net-Ping-External/Makefile ============================================================================== --- head/net/p5-Net-Ping-External/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net/p5-Net-Ping-External/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -13,8 +13,7 @@ COMMENT= Perl cross-platform interface t LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USE_ZIP= yes -USES= perl5 +USES= perl5 zip USE_PERL5= configure .include Modified: head/net/p5-S3/Makefile ============================================================================== --- head/net/p5-S3/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net/p5-S3/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -17,9 +17,8 @@ RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDI p5-libwww>=0:${PORTSDIR}/www/p5-libwww NO_BUILD= yes -USES= perl5 +USES= perl5 zip USE_PERL5= run -USE_ZIP= yes WRKSRC= ${WRKDIR}/s3-example-libraries/perl do-install: Modified: head/net/py-pysphere/Makefile ============================================================================== --- head/net/py-pysphere/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net/py-pysphere/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -13,8 +13,7 @@ COMMENT= Python API for interaction with LICENSE= BSD -USE_ZIP= yes -USE_DOS2UNIX= yes +USES= dos2unix zip USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes Modified: head/net/py-xmlrpclib/Makefile ============================================================================== --- head/net/py-xmlrpclib/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net/py-xmlrpclib/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Python implementation of the XML-RPC protocol USE_PYTHON= yes -USE_ZIP= yes +USES= zip DOCSDIR= ${PREFIX}/share/doc/py-xmlrpclib EXAMPLESDIR= ${PREFIX}/share/examples/py-xmlrpclib Modified: head/net/py-zope.proxy/Makefile ============================================================================== --- head/net/py-zope.proxy/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net/py-zope.proxy/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -16,9 +16,9 @@ LICENSE= ZPL21 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface +USES= zip USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -USE_ZIP= yes .include Modified: head/net/repeater/Makefile ============================================================================== --- head/net/repeater/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net/repeater/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -10,7 +10,7 @@ DISTNAME= repeater${PORTVERSION:C/\.//} MAINTAINER= rick@sloservers.com COMMENT= UltraVNC repeater -USE_ZIP= yes +USES= zip USE_RC_SUBR= repeater WRKSRC= ${WRKDIR}/Ver${PORTVERSION:C/\.//} ALL_TARGET= repeater Modified: head/net/rsmb/Makefile ============================================================================== --- head/net/rsmb/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net/rsmb/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -12,7 +12,7 @@ COMMENT= Really Small Message Broker, an NO_BUILD= yes NO_WRKSUBDIR= yes -USE_ZIP= yes +USES= zip USE_LINUX= yes LINUX_OSRELEASE=2.6.16 IA32_BINARY_PORT= yes Modified: head/net/sip_scenario/Makefile ============================================================================== --- head/net/sip_scenario/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net/sip_scenario/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -12,8 +12,7 @@ COMMENT= SIP call flow creator (HTML for LICENSE= APACHE20 -USE_ZIP= yes -USES= perl5 +USES= perl5 zip USE_PERL5= run WRKSRC= ${WRKDIR} Modified: head/net/tn5250j/Makefile ============================================================================== --- head/net/tn5250j/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net/tn5250j/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -22,7 +22,7 @@ RUN_DEPENDS= ${JAVAJARDIR}/mail.jar:${PO ${JAVAJARDIR}/itext.jar:${PORTSDIR}/devel/itext \ ${JAVAJARDIR}/log4j.jar:${PORTSDIR}/devel/log4j -USE_ZIP= yes +USES= zip USE_ANT= yes USE_JAVA= 1.3+ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/net/wizd/Makefile ============================================================================== --- head/net/wizd/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/net/wizd/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -15,10 +15,10 @@ LIB_DEPENDS= libdvdread.so:${PORTSDIR}/m libjpeg.so:${PORTSDIR}/graphics/jpeg RUN_DEPENDS= nkf:${PORTSDIR}/japanese/nkf -USE_DOS2UNIX= Makefile nkfwrap/Makefile nkfwrap/nkfwrap_test.c \ +DOS2UNIX_FILES= Makefile nkfwrap/Makefile nkfwrap/nkfwrap_test.c \ wizd_http.c wizd_menu.c USE_RC_SUBR= wizd -USE_ZIP= yes +USES= dos2unix zip:infozip EXTRACT_AFTER_ARGS= -d ${WRKSRC} post-patch: Modified: head/news/crashmail/Makefile ============================================================================== --- head/news/crashmail/Makefile Mon Mar 10 16:30:16 2014 (r347777) +++ head/news/crashmail/Makefile Mon Mar 10 16:38:00 2014 (r347778) @@ -15,8 +15,7 @@ BUILD_WRKSRC= ${WRKSRC}/src INSTALL_WRKSRC= ${WRKSRC}/src ALL_TARGET= linux -USE_ZIP= yes -USE_GMAKE= yes +USES= gmake zip NO_STAGE= yes post-patch: