svn commit: r355707 - in head/devel: aros-sdk asmutils avr-libc binutils c-unit cross-binutils cross-gcc e4graph eieio elf entity ffcall google-gdata ifd-test jzmq libdsp libowfat mingw32-pdcurses ...

Martin Wilke miwi at FreeBSD.org
Thu May 29 15:09:53 UTC 2014


Author: miwi
Date: Thu May 29 15:09:42 2014
New Revision: 355707
URL: http://svnweb.freebsd.org/changeset/ports/355707
QAT: https://qat.redports.org/buildarchive/r355707/

Log:
  - Convert gmake, bzip2 to USES
  
  Approved by:	portmgr

Modified:
  head/devel/aros-sdk/Makefile
  head/devel/asmutils/Makefile
  head/devel/avr-libc/Makefile
  head/devel/binutils/Makefile
  head/devel/c-unit/Makefile
  head/devel/cross-binutils/Makefile
  head/devel/cross-gcc/Makefile
  head/devel/e4graph/Makefile
  head/devel/eieio/Makefile
  head/devel/elf/Makefile
  head/devel/entity/Makefile
  head/devel/ffcall/Makefile
  head/devel/google-gdata/Makefile
  head/devel/ifd-test/Makefile
  head/devel/jzmq/Makefile
  head/devel/libdsp/Makefile
  head/devel/libowfat/Makefile
  head/devel/mingw32-pdcurses/Makefile
  head/devel/mingw32-pthreads/Makefile
  head/devel/monotone-viz/Makefile
  head/devel/mpatrol/Makefile
  head/devel/ocaml-annexlib/Makefile
  head/devel/ocaml-camomile/Makefile
  head/devel/ocaml-cppo/Makefile
  head/devel/ocaml-deriving-ocsigen/Makefile
  head/devel/ocaml-event/Makefile
  head/devel/ocaml-ounit/Makefile
  head/devel/ocaml-sdl/Makefile
  head/devel/ocaml-sem/Makefile
  head/devel/ocaml-xstr/Makefile
  head/devel/ocaml-xstrp4/Makefile
  head/devel/ocfpcsc/Makefile
  head/devel/omniNotify/Makefile
  head/devel/open-usp-tukubai/Makefile
  head/devel/openwince-include/Makefile
  head/devel/p5-Sepia/Makefile
  head/devel/php-java-bridge/Makefile
  head/devel/prepstools/Makefile
  head/devel/psptoolchain-binutils/Makefile
  head/devel/psptoolchain-gcc-stage1/Makefile
  head/devel/psptoolchain-newlib/Makefile
  head/devel/psptoolchain-pspsdk-stage1/Makefile
  head/devel/publib/Makefile
  head/devel/semantic/Makefile
  head/devel/sfslite/Makefile
  head/devel/stlport/Makefile
  head/devel/tigcc/Makefile
  head/devel/ustl/Makefile
  head/devel/vtg/Makefile

Modified: head/devel/aros-sdk/Makefile
==============================================================================
--- head/devel/aros-sdk/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/aros-sdk/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -10,8 +10,7 @@ DISTNAME=	AROS-20060207-i386-all-sdk
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	The Software development kit (SDK) for the AROS Operating System
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake tar:bzip2
 
 NO_STAGE=	yes
 .include <bsd.port.pre.mk>

Modified: head/devel/asmutils/Makefile
==============================================================================
--- head/devel/asmutils/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/asmutils/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -16,7 +16,7 @@ ONLY_FOR_ARCHS=	i386
 
 BUILD_DEPENDS=	nasm:${PORTSDIR}/devel/nasm
 
-USE_GMAKE=	yes
+USES=		gmake
 MAKE_ARGS=	OS=${OPSYS:tu} KERNEL=${OSREL:S/.//g}
 
 # This will play merry hell with portlint(1)

Modified: head/devel/avr-libc/Makefile
==============================================================================
--- head/devel/avr-libc/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/avr-libc/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -38,9 +38,7 @@ BUILD_DEPENDS+=	doxygen:${PORTSDIR}/deve
 		jpegtopnm:${PORTSDIR}/graphics/netpbm
 .endif
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
-USES=		gettext:build
+USES=		gettext:build tar:bzip2 gmake
 HAS_CONFIGURE=	yes
 
 CONFLICTS=	avr-libc-devel-[0-9]*

Modified: head/devel/binutils/Makefile
==============================================================================
--- head/devel/binutils/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/binutils/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -23,9 +23,7 @@ OPTIONS_DEFINE=	NLS
 LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING3
 LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING3.LIB
 
-USES=		bison
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		bison tar:bzip2 gmake
 GNU_CONFIGURE=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include

Modified: head/devel/c-unit/Makefile
==============================================================================
--- head/devel/c-unit/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/c-unit/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -12,7 +12,7 @@ COMMENT=	Unit testing framework for C
 CONFLICTS=	cunit-[0-9]*
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_AUTOTOOLS=	autoheader
 USE_LDCONFIG=	yes
 

Modified: head/devel/cross-binutils/Makefile
==============================================================================
--- head/devel/cross-binutils/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/cross-binutils/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -15,8 +15,7 @@ PATCH_DIST_STRIP=	-p1
 MAINTAINER=	christoph.mallon at gmx.de
 COMMENT=	GNU binutils port for cross-target development
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		tar:bzip2 gmake
 GNU_CONFIGURE=	yes
 ALL_TARGET=	all info
 MAKE_JOBS_UNSAFE=	yes

Modified: head/devel/cross-gcc/Makefile
==============================================================================
--- head/devel/cross-gcc/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/cross-gcc/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -27,9 +27,7 @@ LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/
 BUILD_DEPENDS?=	${OURTARGET}-as:${PORTSDIR}/devel/cross-binutils
 RUN_DEPENDS?=	${OURTARGET}-as:${PORTSDIR}/devel/cross-binutils
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
-USES=		bison iconv
+USES=		bison iconv gmake tar:bzip2
 STRIP=		#empty
 GNU_CONFIGURE=	yes
 ALL_TARGET=	all info

Modified: head/devel/e4graph/Makefile
==============================================================================
--- head/devel/e4graph/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/e4graph/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	mk4.0:${PORTSDIR}/databases
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/all
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-metakit=${LOCALBASE} \
 		--with-tcl=${LOCALBASE}/lib/tcl${TCL_VER} --enable-tcl \

Modified: head/devel/eieio/Makefile
==============================================================================
--- head/devel/eieio/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/eieio/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -23,7 +23,7 @@ PORTNAMESUFFIX=	${PKGNAMESUFFIX}
 
 BUILD_DEPENDS=	${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/speedbar/speedbar.el:${PORTSDIR}/editors/speedbar${PORTNAMESUFFIX}
 
-USE_GMAKE=	yes
+USES=		gmake
 CONFLICTS=	cedet*
 INFO=		eieio
 

Modified: head/devel/elf/Makefile
==============================================================================
--- head/devel/elf/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/elf/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -14,7 +14,7 @@ COMMENT=	A commandline based ELF header 
 MAN1=		elf.1
 MANCOMPRESSED=	no
 PLIST_FILES=	bin/elf
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 
 NO_STAGE=	yes

Modified: head/devel/entity/Makefile
==============================================================================
--- head/devel/entity/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/entity/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -16,9 +16,8 @@ RUN_DEPENDS=	python:${PORTSDIR}/lang/pyt
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--enable-tcl=no
 
-USES=		perl5
+USES=		perl5 gmake
 USE_AUTOTOOLS=	libtool
-USE_GMAKE=	yes
 USE_GNOME=	gtk12
 USE_LDCONFIG=	${PREFIX}/lib/entity/clib
 MAKE_JOBS_UNSAFE=	yes

Modified: head/devel/ffcall/Makefile
==============================================================================
--- head/devel/ffcall/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/ffcall/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -14,7 +14,7 @@ COMMENT=	Foreign function call libraries
 
 LICENSE=	GPLv2
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 
 MAKE_JOBS_UNSAFE=	yes

Modified: head/devel/google-gdata/Makefile
==============================================================================
--- head/devel/google-gdata/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/google-gdata/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	gmcs:${PORTSDIR}/lang/mon
 # google-gdata depends on _THIS_ version of zlib so make them happy.
 ZLIB_VERSION=	1.2.3
 
-USE_GMAKE=	yes
+USES=		gmake
 
 NO_STAGE=	yes
 pre-configure:

Modified: head/devel/ifd-test/Makefile
==============================================================================
--- head/devel/ifd-test/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/ifd-test/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -12,8 +12,7 @@ COMMENT=	IFD Test Suite for PC/SC Lite
 
 LIB_DEPENDS=    pcsclite.1:${PORTSDIR}/devel/pcsc-lite
 
-USE_GMAKE=	yes
-
+USES=		gmake
 NOMAN=
 PLIST_FILES=	sbin/ifdtest
 MAKE_ENV=	LIBS="-L${PREFIX}/lib -lpcsclite"

Modified: head/devel/jzmq/Makefile
==============================================================================
--- head/devel/jzmq/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/jzmq/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -12,9 +12,8 @@ COMMENT=	Java bindings for ZeroMQ
 
 LIB_DEPENDS=	zmq.1:${PORTSDIR}/net/libzmq2
 
-USES=		pkgconfig
+USES=		pkgconfig gmake
 USE_AUTOTOOLS=	autoconf:env libtool automake:env
-USE_GMAKE=	yes
 USE_JAVA=	1.4+
 USE_LDCONFIG=	yes
 

Modified: head/devel/libdsp/Makefile
==============================================================================
--- head/devel/libdsp/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/libdsp/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -15,7 +15,7 @@ COMMENT=	C++ class library of common dig
 WRKSRC=		${WRKDIR}/libdsp-src-${PORTVERSION}/${PORTNAME:S/dsp/DSP/}-${PORTVERSION}
 
 USE_AUTOTOOLS=	libtool:env
-USE_GMAKE=	yes
+USES=		gmake
 MAKE_ENV=	MKDIR="${MKDIR}" INLINE_VER="${INLINE_VER}"
 MAKEFILE=	Makefile.BSD
 USE_LDCONFIG=	yes

Modified: head/devel/libowfat/Makefile
==============================================================================
--- head/devel/libowfat/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/libowfat/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -9,8 +9,7 @@ MASTER_SITES=	http://dl.fefe.de/
 MAINTAINER=	lx at FreeBSD.org
 COMMENT=	A general purpose library based on code by D. J. Bernstein
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake tar:bzip2
 ALL_TARGET=	dep all
 
 MAKEFILE=	GNUmakefile

Modified: head/devel/mingw32-pdcurses/Makefile
==============================================================================
--- head/devel/mingw32-pdcurses/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/mingw32-pdcurses/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -14,7 +14,7 @@ COMMENT=	Curses and Panel terminal libra
 BUILD_DEPENDS=	${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \
 		mingwm10.dll:${PORTSDIR}/devel/mingw32-bin-msvcrt
 
-USE_GMAKE=	yes
+USES=		gmake
 MAKEFILE=	gccwin32.mak
 WRKSRC=		${WRKDIR}/${DISTNAME}/win32
 MAKE_ARGS+=	CC=${PKGNAMEPREFIX}gcc LIBEXE=${PKGNAMEPREFIX}ar

Modified: head/devel/mingw32-pthreads/Makefile
==============================================================================
--- head/devel/mingw32-pthreads/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/mingw32-pthreads/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -14,7 +14,7 @@ COMMENT=	POSIX threads library for Windo
 BUILD_DEPENDS=	${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \
 		mingwm10.dll:${PORTSDIR}/devel/mingw32-bin-msvcrt
 
-USE_GMAKE=	yes
+USES=		gmake
 
 NO_STAGE=	yes
 do-build:

Modified: head/devel/monotone-viz/Makefile
==============================================================================
--- head/devel/monotone-viz/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/monotone-viz/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -18,7 +18,7 @@ RUN_DEPENDS+=	dot:${PORTSDIR}/graphics/g
 		mtn:${PORTSDIR}/devel/monotone \
 		lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_OCAML=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--without-local-lablgtk

Modified: head/devel/mpatrol/Makefile
==============================================================================
--- head/devel/mpatrol/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/mpatrol/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -18,7 +18,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}/build/uni
 ONLY_FOR_ARCHS=	i386 amd64
 USE_LDCONFIG=	yes
 
-USE_GMAKE=	yes
+USES=		gmake
 
 MAN1=		hexwords.1 mleak.1 mpatrol.1 mprof.1 \
 		mpsym.1 mptrace.1 mpedit.1

Modified: head/devel/ocaml-annexlib/Makefile
==============================================================================
--- head/devel/ocaml-annexlib/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/ocaml-annexlib/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -14,7 +14,7 @@ COMMENT=	OCaml subroutines collection
 BUILD_DEPENDS=	${SA_DIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre
 RUN_DEPENDS=	${SA_DIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_OCAML=	yes
 USE_OCAML_FINDLIB=yes
 USE_OCAML_LDCONFIG=yes

Modified: head/devel/ocaml-camomile/Makefile
==============================================================================
--- head/devel/ocaml-camomile/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/ocaml-camomile/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -10,8 +10,7 @@ PKGNAMEPREFIX=	ocaml-
 MAINTAINER=	michael.grunewald at laposte.net
 COMMENT=	A comprehensive Unicode library for objective caml language
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake tar:bzip2
 USE_OCAML=	yes
 USE_OCAML_FINDLIB=yes
 USE_OCAML_LDCONFIG=yes

Modified: head/devel/ocaml-cppo/Makefile
==============================================================================
--- head/devel/ocaml-cppo/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/ocaml-cppo/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	ocaml-
 MAINTAINER=	michael.grunewald at laposte.net
 COMMENT=	A simple preprocessor for OCaml
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_OCAML=	yes
 MAKE_JOBS_UNSAFE=	yes
 

Modified: head/devel/ocaml-deriving-ocsigen/Makefile
==============================================================================
--- head/devel/ocaml-deriving-ocsigen/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/ocaml-deriving-ocsigen/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -15,7 +15,7 @@ USE_OCAML_FINDLIB=	yes
 USE_OCAMLFIND_PLIST=	yes
 USE_OCAML_LDCONFIG=	yes
 
-USE_GMAKE=	yes
+USES=		gmake
 
 NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/ocaml-event/Makefile
==============================================================================
--- head/devel/ocaml-event/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/ocaml-event/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/o
 LIB_DEPENDS=	event-1.4:${PORTSDIR}/devel/libevent
 
 ALL_TARGET=	all allopt
-USE_GMAKE=	yes
+USES=		gmake
 
 .ifndef(NOPORTDOCS)
 ALL_TARGET+=	doc

Modified: head/devel/ocaml-ounit/Makefile
==============================================================================
--- head/devel/ocaml-ounit/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/ocaml-ounit/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -14,7 +14,7 @@ COMMENT=	OCaml unit test framework
 BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml \
 		ocamlfind:${PORTSDIR}/devel/ocaml-findlib
 
-USE_GMAKE=	yes
+USES=		gmake
 
 DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
 PORTDOCS=	README style.css *.html

Modified: head/devel/ocaml-sdl/Makefile
==============================================================================
--- head/devel/ocaml-sdl/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/ocaml-sdl/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -27,8 +27,8 @@ USE_OCAML_FINDLIB=yes
 USE_OCAMLFIND_PLIST=yes
 USE_OCAML_LDCONFIG=yes
 
+USES=		gmake
 USE_SDL=	sdl
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-lablgldir=${LOCALBASE} \
 		--with-sdl-prefix=${LOCALBASE} \

Modified: head/devel/ocaml-sem/Makefile
==============================================================================
--- head/devel/ocaml-sem/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/ocaml-sem/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -28,8 +28,7 @@ ALL_TARGET=	all
 PORTDOCS=	html README
 DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake tar:bizp2
 
 PKGDEINSTALL=	${PKGINSTALL}
 

Modified: head/devel/ocaml-xstr/Makefile
==============================================================================
--- head/devel/ocaml-xstr/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/ocaml-xstr/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -20,7 +20,7 @@ USE_OCAML=	yes
 USE_OCAML_FINDLIB=yes
 USE_OCAMLFIND_PLIST=yes
 
-USE_GMAKE=	yes
+USES=		gmake
 ALL_TARGET=	all opt
 
 NO_STAGE=	yes

Modified: head/devel/ocaml-xstrp4/Makefile
==============================================================================
--- head/devel/ocaml-xstrp4/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/ocaml-xstrp4/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -15,7 +15,7 @@ LICENSE=	MIT
 
 OPTIONS_DEFINE=	EXAMPLES
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_OCAML=	yes
 USE_OCAML_FINDLIB=yes
 USE_OCAMLFIND_PLIST=yes

Modified: head/devel/ocfpcsc/Makefile
==============================================================================
--- head/devel/ocfpcsc/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/ocfpcsc/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -13,7 +13,7 @@ COMMENT=	Open Card Framework to PC/SC br
 
 LIB_DEPENDS=	pcsclite.1:${PORTSDIR}/devel/pcsc-lite
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_JAVA=	1.2+
 USE_LDCONFIG=	yes
 

Modified: head/devel/omniNotify/Makefile
==============================================================================
--- head/devel/omniNotify/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/omniNotify/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -22,8 +22,8 @@ BUILD_WRKSRC=	${CONFIGURE_WRKSRC}
 INSTALL_WRKSRC=	${CONFIGURE_WRKSRC}
 OMNIORB_WRKSRC!=	cd ${.CURDIR}/../omniORB && ${MAKE} -V WRKSRC
 
+USES=		gmake
 USE_PYTHON=	yes
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 MAKEFILE=	GNUmakefile
 USE_LDCONFIG=	yes

Modified: head/devel/open-usp-tukubai/Makefile
==============================================================================
--- head/devel/open-usp-tukubai/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/open-usp-tukubai/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -9,8 +9,7 @@ MASTER_SITES=	https://uec.usp-lab.com/TU
 MAINTAINER=	daichi at FreeBSD.org
 COMMENT=	Open usp Tukubai is OSS version of Tukubai commands set
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake tar:bzip2
 USE_PYTHON=	yes
 
 NO_BUILD=	yes

Modified: head/devel/openwince-include/Makefile
==============================================================================
--- head/devel/openwince-include/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/openwince-include/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -10,8 +10,7 @@ PKGNAMEPREFIX=	openwince-
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A collection of the useful include files for embedded developers
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake tar:bzip2
 GNU_CONFIGURE=	yes
 
 NO_STAGE=	yes

Modified: head/devel/p5-Sepia/Makefile
==============================================================================
--- head/devel/p5-Sepia/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/p5-Sepia/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -20,10 +20,9 @@ BUILD_DEPENDS=	p5-Devel-Size>=0:${PORTSD
 		p5-BSD-Resource>=0:${PORTSDIR}/devel/p5-BSD-Resource
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		perl5 gmake
 USE_PERL5=	configure
 USE_EMACS=	yes
-USE_GMAKE=	yes
 
 INFO=	sepia
 

Modified: head/devel/php-java-bridge/Makefile
==============================================================================
--- head/devel/php-java-bridge/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/php-java-bridge/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -13,7 +13,7 @@ COMMENT=	PHP module wich connects the PH
 
 USE_AUTOTOOLS=	autoconf:env automake:env libtool:env
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_JAVA=	yes
 JAVA_BUILD=	jdk
 

Modified: head/devel/prepstools/Makefile
==============================================================================
--- head/devel/prepstools/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/prepstools/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -17,7 +17,6 @@ LICENSE=	GPLv2
 USE_AUTOTOOLS=	libtool
 USE_PGSQL=	yes
 USES=		gmake pkgconfig
-USE_GMAKE=	yes
 USE_GNOME=	gtk20 gconf2 glib20 libgnomeui
 
 GNU_CONFIGURE=	yes

Modified: head/devel/psptoolchain-binutils/Makefile
==============================================================================
--- head/devel/psptoolchain-binutils/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/psptoolchain-binutils/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -12,9 +12,8 @@ PKGNAMEPREFIX=		psptoolchain-
 MAINTAINER=		tphilipp at potion-studios.com
 COMMENT=		PlayStation Portable development toolchain ${PORTNAME}
 
-USE_BZIP2=		yes
+USES=		gmake tar:bzip2
 USE_GCC=		any
-USE_GMAKE=		yes
 
 HAS_CONFIGURE=		yes
 CONFIGURE_TARGET=	${ARCH:S/amd64/x86_64/}-unknown-freebsd${OSREL}

Modified: head/devel/psptoolchain-gcc-stage1/Makefile
==============================================================================
--- head/devel/psptoolchain-gcc-stage1/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/psptoolchain-gcc-stage1/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -35,9 +35,8 @@ BUILD_DEPENDS+=		psp-addr2line:${PORTSDI
 			psp-strings:${PORTSDIR}/devel/psptoolchain-binutils \
 			psp-strip:${PORTSDIR}/devel/psptoolchain-binutils
 
-USE_BZIP2=		yes
-USE_GMAKE=		yes
 
+USES=		gmake tar:bzip2
 PATCH_WRKSRC=		${SRCDIR}
 CONFIGURE_SCRIPT=	../${SRCDIR:S/${WRKDIR}\///}/configure
 

Modified: head/devel/psptoolchain-newlib/Makefile
==============================================================================
--- head/devel/psptoolchain-newlib/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/psptoolchain-newlib/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -21,8 +21,7 @@ BUILD_DEPENDS+=		${LOCALBASE}/${PSP_SDK_
 			psp-ld:${PORTSDIR}/devel/psptoolchain-binutils \
 			${LOCALBASE}/${PSP_GCC_STAGE_PREFIX}/bin/psp-gcc:${PORTSDIR}/devel/psptoolchain-gcc-stage1
 
-USE_GMAKE=		yes
-
+USES=		gmake
 HAS_CONFIGURE=		yes
 CONFIGURE_ENV=		PATH=${LOCALBASE}/${PSP_GCC_STAGE_PREFIX}/bin:${PATH}
 MAKE_ENV=		PATH=${LOCALBASE}/${PSP_GCC_STAGE_PREFIX}/bin:${PATH}

Modified: head/devel/psptoolchain-pspsdk-stage1/Makefile
==============================================================================
--- head/devel/psptoolchain-pspsdk-stage1/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/psptoolchain-pspsdk-stage1/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -14,8 +14,8 @@ COMMENT=		PlayStation Portable developme
 PSP_SDK_STAGE_PREFIX=	psp/stage1
 
 USE_AUTOTOOLS=		libtool:env aclocal:env autoheader:env automake:env autoconf:env
-USE_GMAKE=		yes
 HAS_CONFIGURE=		yes
+USES=		gmake
 CONFIGURE_ARGS?=	--prefix=${PREFIX}/${PSP_SDK_STAGE_PREFIX} \
 			--with-pspdev="${LOCALBASE}/${PSP_SDK_STAGE_PREFIX}"
 

Modified: head/devel/publib/Makefile
==============================================================================
--- head/devel/publib/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/publib/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -16,7 +16,7 @@ BUILD_WRKSRC=	${CONFIGURE_WRKSRC}
 INSTALL_WRKSRC=	${CONFIGURE_WRKSRC}
 CONFIGURE_SCRIPT=	../framework/configure
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 
 MAN3=		dynarr.3 \

Modified: head/devel/semantic/Makefile
==============================================================================
--- head/devel/semantic/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/semantic/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -25,7 +25,7 @@ BUILD_DEPENDS=	${LOCALBASE}/${EMACS_VERS
 		${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/speedbar/speedbar.el:${PORTSDIR}/editors/speedbar${PORTNAMESUFFIX}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_GMAKE=	yes
+USES=		gmake
 MAKE_ARGS=	LOADPATH=
 CONFLICTS=	cedet*
 INFO=		semantic

Modified: head/devel/sfslite/Makefile
==============================================================================
--- head/devel/sfslite/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/sfslite/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -15,11 +15,10 @@ LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp
 CONFIGURE_ARGS=	--with-gmp=${LOCALBASE}
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 #
 # rpcc does not work with byacc, so just require BISON
 #
-USES=		bison
+USES=		bison gmake
 
 #
 # Map X.Y.Z.Q => X.Y

Modified: head/devel/stlport/Makefile
==============================================================================
--- head/devel/stlport/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/stlport/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -11,11 +11,11 @@ DISTNAME=	STLport-${PORTVERSION:S/.b/-b/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Adaptation of SGI\'s Standard Template Library
 
-USE_BZIP2=	yes
 
 WRKSRC=		${WRKDIR}/STLport-${PORTVERSION:S/.b/b/}/build/lib
 PATCH_WRKSRC=	${WRKDIR}/STLport-${PORTVERSION:S/.b/b/}
-USE_GMAKE=	yes
+
+USES=		gmake tar:bzip2
 USE_GCC=	any
 COMPILER?=	gcc
 MAKEFILE=	${COMPILER}.mak

Modified: head/devel/tigcc/Makefile
==============================================================================
--- head/devel/tigcc/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/tigcc/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -17,9 +17,7 @@ DISTFILES=		gcc-core-4.1-20060728.tar.bz
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	C compiler for the TI89, 92, and 92+ calculators
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
-USES=		bison
+USES=		bison tar:bzip2 gmake
 NO_WRKSUBDIR=	yes
 
 NO_STAGE=	yes

Modified: head/devel/ustl/Makefile
==============================================================================
--- head/devel/ustl/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/ustl/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -10,8 +10,7 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:R}-$
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Codespace-frugal STL implementation
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+USE=		gmake tar:bzip2
 USE_LDCONFIG=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
 HAS_CONFIGURE=	yes

Modified: head/devel/vtg/Makefile
==============================================================================
--- head/devel/vtg/Makefile	Thu May 29 14:53:47 2014	(r355706)
+++ head/devel/vtg/Makefile	Thu May 29 15:09:42 2014	(r355707)
@@ -21,8 +21,7 @@ IGNORE=		doesn't build with vala 0.18+
 CONFIGURE_ARGS=	--disable-vtg-plugin --disable-gen-project
 CPPFLAGS=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake tar:bzip2
 USE_GNOME=	gnomehack glib20 intltool
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list