svn commit: r355314 - in head/java: eclipse jc jode mmake sablevm sqlitejdbc

Martin Wilke miwi at FreeBSD.org
Mon May 26 12:19:34 UTC 2014


Author: miwi
Date: Mon May 26 12:19:32 2014
New Revision: 355314
URL: http://svnweb.freebsd.org/changeset/ports/355314
QAT: https://qat.redports.org/buildarchive/r355314/

Log:
  - Covert gmake, xz to USES
  
  Approved by:	portmgr

Modified:
  head/java/eclipse/Makefile
  head/java/jc/Makefile
  head/java/jode/Makefile
  head/java/mmake/Makefile
  head/java/sablevm/Makefile
  head/java/sqlitejdbc/Makefile

Modified: head/java/eclipse/Makefile
==============================================================================
--- head/java/eclipse/Makefile	Mon May 26 12:16:06 2014	(r355313)
+++ head/java/eclipse/Makefile	Mon May 26 12:19:32 2014	(r355314)
@@ -40,13 +40,11 @@ TESTS_DESC=	Build SDK test suite
 
 ONLY_FOR_ARCHS=	i386 amd64
 
-USES=		pkgconfig
+USES=		pkgconfig gmake tar:xz
 USE_ANT=	yes
 USE_GL=		glu
-USE_GMAKE=	yes
 USE_GNOME=	desktopfileutils gconf2 gtk20 gnomevfs2 libgnome libgnomeui
 USE_JAVA=	yes
-USE_XZ=		yes
 BZIP2_SUFX=	.tar.bz2
 ZIP_CMD?=	${LOCALBASE}/bin/zip
 

Modified: head/java/jc/Makefile
==============================================================================
--- head/java/jc/Makefile	Mon May 26 12:16:06 2014	(r355313)
+++ head/java/jc/Makefile	Mon May 26 12:19:32 2014	(r355314)
@@ -19,8 +19,8 @@ NO_PACKAGE=	Takes too many resources to 
 
 MAN1=		jc.1
 
+USES=		gmake
 USE_JAVA=	yes
-USE_GMAKE=	yes
 JAVA_BUILD=	jre
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes

Modified: head/java/jode/Makefile
==============================================================================
--- head/java/jode/Makefile	Mon May 26 12:16:06 2014	(r355313)
+++ head/java/jode/Makefile	Mon May 26 12:19:32 2014	(r355314)
@@ -19,7 +19,7 @@ USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 NEED_JAVAC=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 MAKE_JOBS_UNSAFE=	yes
 
 GETOPT_JAR=	${JAVALIBDIR}/java-getopt.jar

Modified: head/java/mmake/Makefile
==============================================================================
--- head/java/mmake/Makefile	Mon May 26 12:16:06 2014	(r355313)
+++ head/java/mmake/Makefile	Mon May 26 12:19:32 2014	(r355314)
@@ -13,9 +13,8 @@ COMMENT=	Create a Makefile for Your Java
 BUILD_DEPENDS=	jikes:${PORTSDIR}/java/jikes
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		perl5 gmake
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 NO_BUILD=	yes
 
 MAN1=		mmake.1

Modified: head/java/sablevm/Makefile
==============================================================================
--- head/java/sablevm/Makefile	Mon May 26 12:16:06 2014	(r355313)
+++ head/java/sablevm/Makefile	Mon May 26 12:19:32 2014	(r355314)
@@ -17,9 +17,8 @@ RUN_DEPENDS=	fastjar:${PORTSDIR}/archive
 
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libltdl
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
-USES=		pkgconfig gettext iconv
+USES=		pkgconfig gettext iconv gmake
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/java/sqlitejdbc/Makefile
==============================================================================
--- head/java/sqlitejdbc/Makefile	Mon May 26 12:16:06 2014	(r355313)
+++ head/java/sqlitejdbc/Makefile	Mon May 26 12:19:32 2014	(r355314)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libsqlite3.so:${PORTSDIR}/d
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
-USE_GMAKE=	yes
+USES=		gmake
 MAKE_ENV=	JAVA_HOME="${JAVA_HOME}"
 ALL_TARGET=	native
 


More information about the svn-ports-all mailing list