Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2014 16:55:02 +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: r347406 - in head: editors/fte editors/omegaT editors/treeform editors/uemacs emulators/dtcyber emulators/dynamips-community emulators/fmsx emulators/ia64sim emulators/jzintv emulators/...
Message-ID:  <201403071655.s27Gt2lY044644@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Mar  7 16:55:01 2014
New Revision: 347406
URL: http://svnweb.freebsd.org/changeset/ports/347406
QAT: https://qat.redports.org/buildarchive/r347406/

Log:
  Convert e* to USES=zip

Modified:
  head/editors/fte/Makefile
  head/editors/omegaT/Makefile
  head/editors/treeform/Makefile
  head/editors/uemacs/Makefile
  head/emulators/dtcyber/Makefile
  head/emulators/dynamips-community/Makefile
  head/emulators/fmsx/Makefile
  head/emulators/ia64sim/Makefile
  head/emulators/jzintv/Makefile
  head/emulators/linux-geepee32/Makefile
  head/emulators/o2em/Makefile
  head/emulators/ods2reader/Makefile
  head/emulators/simh/Makefile
  head/emulators/vboxtool/Makefile

Modified: head/editors/fte/Makefile
==============================================================================
--- head/editors/fte/Makefile	Fri Mar  7 16:49:09 2014	(r347405)
+++ head/editors/fte/Makefile	Fri Mar  7 16:55:01 2014	(r347406)
@@ -16,8 +16,7 @@ COMMENT=		A full-featured text editor fo
 WRKSRC=			${WRKDIR}/fte
 
 USE_XORG=	x11 xpm
-USE_ZIP=		yes
-USES=		perl5
+USES=		perl5 zip
 USE_PERL5=	build
 
 NO_STAGE=	yes

Modified: head/editors/omegaT/Makefile
==============================================================================
--- head/editors/omegaT/Makefile	Fri Mar  7 16:49:09 2014	(r347405)
+++ head/editors/omegaT/Makefile	Fri Mar  7 16:55:01 2014	(r347406)
@@ -17,7 +17,7 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	ant:${PORTSDIR}/devel/apache-ant
 RUN_DEPENDS=	java:${PORTSDIR}/java/javavmwrapper
 
-USE_ZIP=	yes
+USES=		zip
 USE_ANT=	yes
 USE_JAVA=	yes
 JAVA_VENDOR=openjdk

Modified: head/editors/treeform/Makefile
==============================================================================
--- head/editors/treeform/Makefile	Fri Mar  7 16:49:09 2014	(r347405)
+++ head/editors/treeform/Makefile	Fri Mar  7 16:55:01 2014	(r347406)
@@ -10,7 +10,7 @@ DISTNAME=	TreeForm_1_0_3
 MAINTAINER=	buganini@gmail.com
 COMMENT=	A Linguistic Syntax/Semantics tree drawing editor
 
-USE_ZIP=	yes
+USES=		zip
 NO_BUILD=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+

Modified: head/editors/uemacs/Makefile
==============================================================================
--- head/editors/uemacs/Makefile	Fri Mar  7 16:49:09 2014	(r347405)
+++ head/editors/uemacs/Makefile	Fri Mar  7 16:55:01 2014	(r347406)
@@ -14,7 +14,7 @@ NO_CDROM=	Resale allowed for media cost 
 
 NO_STAGE=	yes
 NO_WRKSUBDIR=	yes
-USE_ZIP=	yes
+USES=		zip:infozip
 EXTRACT_BEFORE_ARGS=	-Laq
 
 post-patch:

Modified: head/emulators/dtcyber/Makefile
==============================================================================
--- head/emulators/dtcyber/Makefile	Fri Mar  7 16:49:09 2014	(r347405)
+++ head/emulators/dtcyber/Makefile	Fri Mar  7 16:55:01 2014	(r347406)
@@ -13,8 +13,7 @@ DISTNAME=	dtcyber20b1
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Desktop CYBER Emulator
 
-USES=		dos2unix
-USE_ZIP=	yes
+USES=		dos2unix zip
 USE_XORG=	x11
 NO_WRKSUBDIR=	yes
 INSTALL_TARGET=

Modified: head/emulators/dynamips-community/Makefile
==============================================================================
--- head/emulators/dynamips-community/Makefile	Fri Mar  7 16:49:09 2014	(r347405)
+++ head/emulators/dynamips-community/Makefile	Fri Mar  7 16:55:01 2014	(r347406)
@@ -18,8 +18,7 @@ LIB_DEPENDS=	libelf.so:${PORTSDIR}/devel
 
 CONFLICTS=	dynamips-[0-9]* dynamips-devel-[0-9]*
 
-USES=		gmake
-USE_ZIP=	yes
+USES=		gmake zip
 MAKE_JOBS_UNSAFE=	yes
 
 OPTIONS_DEFINE=	DOCS UNSTABLE

Modified: head/emulators/fmsx/Makefile
==============================================================================
--- head/emulators/fmsx/Makefile	Fri Mar  7 16:49:09 2014	(r347405)
+++ head/emulators/fmsx/Makefile	Fri Mar  7 16:55:01 2014	(r347406)
@@ -17,8 +17,7 @@ MAINTAINER=	dk@farm.org
 COMMENT=	Portable MSX/MSX2/MSX2+ Emulator
 
 USE_XORG=	xi x11
-USE_ZIP=	yes
-USES=		gmake dos2unix
+USES=		gmake dos2unix zip
 DOS2UNIX_FILES=	EMULib/Unix/LibUnix.c EMULib/Unix/NetUnix.c EMULib/Rules.gcc \
 		EMULib/Rules.Unix
 RESTRICTED=	Legal status of distributed ROM images unclear

Modified: head/emulators/ia64sim/Makefile
==============================================================================
--- head/emulators/ia64sim/Makefile	Fri Mar  7 16:49:09 2014	(r347405)
+++ head/emulators/ia64sim/Makefile	Fri Mar  7 16:55:01 2014	(r347406)
@@ -11,8 +11,7 @@ DISTNAME=	${PORTNAME}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	IA64 simulator (Intel(R) Architecture 64)
 
-USE_ZIP=	yes
-USES=		gmake
+USES=		gmake zip
 MAKEFILE=	makefile.unx
 MAKE_ARGS=	CC="${CC}"
 

Modified: head/emulators/jzintv/Makefile
==============================================================================
--- head/emulators/jzintv/Makefile	Fri Mar  7 16:49:09 2014	(r347405)
+++ head/emulators/jzintv/Makefile	Fri Mar  7 16:55:01 2014	(r347406)
@@ -16,10 +16,9 @@ LICENSE=	GPLv2
 
 WRKSRC=		${WRKDIR}/jzintv-1.0-beta4
 BUILD_WRKSRC=	${WRKSRC}/src
-USES=	gmake
+USES=	gmake zip
 USE_XORG=	x11 xau xdmcp
 USE_SDL=	sdl
-USE_ZIP=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include `${SDL_CONFIG} --cflags`
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS} `${SDL_CONFIG} --libs`
 

Modified: head/emulators/linux-geepee32/Makefile
==============================================================================
--- head/emulators/linux-geepee32/Makefile	Fri Mar  7 16:49:09 2014	(r347405)
+++ head/emulators/linux-geepee32/Makefile	Fri Mar  7 16:55:01 2014	(r347406)
@@ -13,9 +13,9 @@ MAINTAINER=	arundel@h3c.de
 COMMENT=	The only GP32 emulator for i386
 
 ONLY_FOR_ARCHS=	i386
+USES=		zip
 USE_LINUX=	yes
 USE_LINUX_APPS=	sdl12 xorglibs
-USE_ZIP=	yes
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 REINPLACE_ARGS=

Modified: head/emulators/o2em/Makefile
==============================================================================
--- head/emulators/o2em/Makefile	Fri Mar  7 16:49:09 2014	(r347405)
+++ head/emulators/o2em/Makefile	Fri Mar  7 16:55:01 2014	(r347406)
@@ -17,8 +17,7 @@ LIB_DEPENDS=		alleg:${PORTSDIR}/devel/al
 
 WRKSRC=			${WRKDIR}/o2em117src
 MAKEFILE=		Makefile.freebsd
-USE_ZIP=		yes
-USE_GMAKE=		yes
+USES=			gmake zip
 LDFLAGS+=		${PTHREAD_LIBS}
 
 NO_STAGE=	yes

Modified: head/emulators/ods2reader/Makefile
==============================================================================
--- head/emulators/ods2reader/Makefile	Fri Mar  7 16:49:09 2014	(r347405)
+++ head/emulators/ods2reader/Makefile	Fri Mar  7 16:55:01 2014	(r347406)
@@ -13,7 +13,7 @@ EXTRACT_SUFX=	.ZIP
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Copies files from VMS Files-11 (ODS2) file systems
 
-USE_ZIP=	yes
+USES=		zip:infozip
 EXTRACT_BEFORE_ARGS=	-qoa
 NO_WRKSUBDIR=	yes
 PLIST_FILES=	bin/ods2reader

Modified: head/emulators/simh/Makefile
==============================================================================
--- head/emulators/simh/Makefile	Fri Mar  7 16:49:09 2014	(r347405)
+++ head/emulators/simh/Makefile	Fri Mar  7 16:55:01 2014	(r347406)
@@ -12,8 +12,7 @@ COMMENT=	Emulates classic DEC, HP, GRI, 
 
 NO_WRKSUBDIR=	yes
 
-USES=		gmake dos2unix
-USE_ZIP=	yes
+USES=		gmake dos2unix zip
 DOS2UNIX_FILES=	VAX/vax_sysdev.c
 MAKE_ENV=	GCC="${CC}" CFLAGS_O="${CFLAGS}" USE_NETWORK=1
 MAKEFILE=	makefile

Modified: head/emulators/vboxtool/Makefile
==============================================================================
--- head/emulators/vboxtool/Makefile	Fri Mar  7 16:49:09 2014	(r347405)
+++ head/emulators/vboxtool/Makefile	Fri Mar  7 16:55:01 2014	(r347406)
@@ -19,8 +19,8 @@ RUN_DEPENDS=	VBoxManage:${PORTSDIR}/emul
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 
+USES=		zip
 GROUPS=		vboxusers
-USE_ZIP=	yes
 
 SAMPLESDIR=	${PREFIX}/share/${PORTNAME}
 



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