diff options
author | jlam <jlam@pkgsrc.org> | 2002-07-29 22:23:25 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-07-29 22:23:25 +0000 |
commit | e8398f5238da02249c7aaeb58a838e423f96de0d (patch) | |
tree | ee6f56c11e9a3098ae64b534a41cac1150b37ab5 | |
parent | fa208fe38d356d58623b8f64b6d3443ccf584bcb (diff) | |
download | pkgsrc-e8398f5238da02249c7aaeb58a838e423f96de0d.tar.gz |
Set USE_JAVA=run on some packages that obviously don't need a JDK for the
build. These packages set NO_BUILD and by inspection of the Makefiles,
there isn't any invocation of java needed.
-rw-r--r-- | lang/jasmin/Makefile | 4 | ||||
-rw-r--r-- | lang/jini/Makefile | 4 | ||||
-rw-r--r-- | net/airportbasestationconfig/Makefile | 4 | ||||
-rw-r--r-- | textproc/crimson/Makefile | 4 | ||||
-rw-r--r-- | textproc/fop/Makefile | 4 | ||||
-rw-r--r-- | textproc/saxon/Makefile | 4 | ||||
-rw-r--r-- | textproc/xalan-j/Makefile | 4 | ||||
-rw-r--r-- | textproc/xerces-j/Makefile | 4 | ||||
-rw-r--r-- | textproc/xp/Makefile | 4 | ||||
-rw-r--r-- | textproc/xt/Makefile | 4 | ||||
-rw-r--r-- | www/ap-jk/Makefile | 4 | ||||
-rw-r--r-- | www/hiawatha/Makefile | 4 | ||||
-rw-r--r-- | www/jsdk20/Makefile | 4 | ||||
-rw-r--r-- | x11/swing/Makefile | 4 |
14 files changed, 28 insertions, 28 deletions
diff --git a/lang/jasmin/Makefile b/lang/jasmin/Makefile index 58ba1b673cb..76b8a1168ac 100644 --- a/lang/jasmin/Makefile +++ b/lang/jasmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/05/21 14:01:32 jschauma Exp $ +# $NetBSD: Makefile,v 1.6 2002/07/29 22:23:25 jlam Exp $ # DISTNAME= jasmin-1.06 @@ -9,7 +9,7 @@ MAINTAINER= jschauma@netbsd.org HOMEPAGE= http://www.cat.nyu.edu/meyer/jasmin/ COMMENT= Java "assembler" interface -USE_JAVA= yes +USE_JAVA= run WRKSRC= ${WRKDIR}/jasmin NO_BUILD= yes diff --git a/lang/jini/Makefile b/lang/jini/Makefile index 47171032eb8..6c4ee9bc964 100644 --- a/lang/jini/Makefile +++ b/lang/jini/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/07/13 15:46:59 jschauma Exp $ +# $NetBSD: Makefile,v 1.4 2002/07/29 22:23:26 jlam Exp $ # DISTNAME= jini-1_2_1-src @@ -23,7 +23,7 @@ NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} -USE_JAVA= yes +USE_JAVA= run PKG_JVM= sun-jdk .include "../../mk/bsd.prefs.mk" diff --git a/net/airportbasestationconfig/Makefile b/net/airportbasestationconfig/Makefile index 34bd7622b0b..a2c326427d8 100644 --- a/net/airportbasestationconfig/Makefile +++ b/net/airportbasestationconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/06/30 15:02:51 schmonz Exp $ +# $NetBSD: Makefile,v 1.13 2002/07/29 22:23:26 jlam Exp $ DISTNAME= configurator_152 PKGNAME= ${BINNAME}-1.5.2 @@ -10,7 +10,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://edge.mcs.drexel.edu/GICL/people/sevy/airport/ COMMENT= Configuration program for Apple's Airport Base Station -USE_JAVA= YES +USE_JAVA= run PLIST_SUBST+= BINNAME=${BINNAME} JARNAME=${JARNAME} diff --git a/textproc/crimson/Makefile b/textproc/crimson/Makefile index e915a3a125d..c54aa2366aa 100644 --- a/textproc/crimson/Makefile +++ b/textproc/crimson/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/13 20:58:53 jwise Exp $ +# $NetBSD: Makefile,v 1.2 2002/07/29 22:23:27 jlam Exp $ # # We use the binary distribution of crimson because otherwise we # have a bootstrap-loop between jakarta-ant and crimson, each of which @@ -14,7 +14,7 @@ HOMEPAGE= http://xml.apache.org/crimson/ COMMENT= Apache.org implementation of JAXP, SAX, and DOM WRKSRC= ${WRKDIR}/${PKGNAME} -USE_JAVA= +USE_JAVA= run NO_PATCH= NO_CONFIGURE= NO_BUILD= diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index 0bbee738a6f..f2739a52cfa 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/04/03 19:14:35 jwise Exp $ +# $NetBSD: Makefile,v 1.12 2002/07/29 22:23:27 jlam Exp $ # # Note: we currently use the pre-built (-bin) distribution of FOP, # because although FOP runs fine under JDK 1.1, JDK 1.2 or greater is @@ -21,7 +21,7 @@ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://xml.apache.org/fop/ COMMENT= the Apache Project's XSL Formatting Objects implementation -USE_JAVA= yes +USE_JAVA= run NO_PATCH= NO_CONFIGURE= NO_BUILD= diff --git a/textproc/saxon/Makefile b/textproc/saxon/Makefile index 707ce73a50a..0c591004a1e 100644 --- a/textproc/saxon/Makefile +++ b/textproc/saxon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:50 agc Exp $ +# $NetBSD: Makefile,v 1.4 2002/07/29 22:23:28 jlam Exp $ # DISTNAME= saxon @@ -12,7 +12,7 @@ HOMEPAGE= http://users.iclway.co.uk/mhkay/saxon/ COMMENT= Michael H. Kay's Java XSLT processor DIST_SUBDIR= ${PKGNAME} -USE_JAVA= yes +USE_JAVA= run NO_PATCH= NO_CONFIGURE= NO_BUILD= diff --git a/textproc/xalan-j/Makefile b/textproc/xalan-j/Makefile index 1891505884d..c26e1f1d552 100644 --- a/textproc/xalan-j/Makefile +++ b/textproc/xalan-j/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/04/03 21:17:54 jwise Exp $ +# $NetBSD: Makefile,v 1.10 2002/07/29 22:23:28 jlam Exp $ # # Note: we currently use the pre-built (-bin) distribution of Xalan-J, # because although Xalan runs fine under JDK 1.1, JDK 1.2 or greater is @@ -15,7 +15,7 @@ COMMENT= the Apache Project's XSLT implementation DEPENDS+= xerces-j>=1.2.0:../../textproc/xerces-j -USE_JAVA= yes +USE_JAVA= run NO_PATCH= NO_CONFIGURE= NO_BUILD= diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile index 871bf119ae3..887f7492613 100644 --- a/textproc/xerces-j/Makefile +++ b/textproc/xerces-j/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/04/03 21:17:54 jwise Exp $ +# $NetBSD: Makefile,v 1.13 2002/07/29 22:23:28 jlam Exp $ # # Note: we currently use the pre-built (-bin) distribution of Xerces-J, # because although Xerces runs fine under JDK 1.1, JDK 1.2 or greater is @@ -17,7 +17,7 @@ NO_PATCH= NO_CONFIGURE= NO_BUILD= -USE_JAVA= yes +USE_JAVA= run WRKSRC= ${WRKDIR}/xerces-1_2_0 diff --git a/textproc/xp/Makefile b/textproc/xp/Makefile index 736c808ab16..3107b61872a 100644 --- a/textproc/xp/Makefile +++ b/textproc/xp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/04/03 21:17:54 jwise Exp $ +# $NetBSD: Makefile,v 1.8 2002/07/29 22:23:28 jlam Exp $ # DISTNAME= xp @@ -14,7 +14,7 @@ COMMENT= James Clark's non-validating XML Parser for Java DEPENDS+= unzip-[0-9]*:../../archivers/unzip EXTRACT_ONLY= -USE_JAVA= yes +USE_JAVA= run NO_PATCH= NO_CONFIGURE= NO_BUILD= diff --git a/textproc/xt/Makefile b/textproc/xt/Makefile index 67400d18e57..2e16aa260ba 100644 --- a/textproc/xt/Makefile +++ b/textproc/xt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/04/03 21:17:54 jwise Exp $ +# $NetBSD: Makefile,v 1.8 2002/07/29 22:23:29 jlam Exp $ # DISTNAME= xt @@ -15,7 +15,7 @@ DEPENDS+= unzip-[0-9]*:../../archivers/unzip DEPENDS+= XP-[0-9]*:../../textproc/xp EXTRACT_ONLY= -USE_JAVA= yes +USE_JAVA= run NO_PATCH= NO_CONFIGURE= NO_BUILD= diff --git a/www/ap-jk/Makefile b/www/ap-jk/Makefile index 2a09762909f..7cd695468b6 100644 --- a/www/ap-jk/Makefile +++ b/www/ap-jk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/07/24 19:45:30 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/07/29 22:23:29 jlam Exp $ DISTNAME= jakarta-tomcat-3.2.4-src PKGNAME= ap-jk-3.2.4 @@ -11,7 +11,7 @@ COMMENT= improved connector for accessing Jakarta Tomcat or JServ from Apache DEPENDS+= apache{,6}-1.3.*:../../www/apache -USE_JAVA= yes +USE_JAVA= run USE_PERL5= build # for "apxs" EXTRACT_ELEMENTS= ${DISTNAME}/src/native diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index 02e62e18a27..6622c313c78 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/09/27 23:18:52 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/07/29 22:23:30 jlam Exp $ # DISTNAME= hiawatha @@ -20,7 +20,7 @@ NO_CONFIGURE= NO_BUILD= WRKSRC= ${WRKDIR} -USE_JAVA= yes +USE_JAVA= run DIST_SUBDIR= ${PKGNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} EXTRACT_CMD= unzip -aq ${DOWNLOADED_DISTFILE} diff --git a/www/jsdk20/Makefile b/www/jsdk20/Makefile index 0bfba18707a..1a76eb31da7 100644 --- a/www/jsdk20/Makefile +++ b/www/jsdk20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/09/27 20:27:32 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2002/07/29 22:23:30 jlam Exp $ # STOP! Don't update this to a later version of this software. # The JSDK and Apache Jakarta projects have merged, making the # jakarta-tomcat package the current version of this software. @@ -18,7 +18,7 @@ COMMENT= Sun's Java Servlet Development Kit, version 2.0 BUILD_DEPENDS+= urlget>=1.3:../../www/urlget LICENSE= sun-jsdk20-license -USE_JAVA= yes +USE_JAVA= run WRKSRC= ${WRKDIR}/JSDK2.0 BUILD_DEFS+= JSDK_HOME diff --git a/x11/swing/Makefile b/x11/swing/Makefile index 27286452813..3ef15d44530 100644 --- a/x11/swing/Makefile +++ b/x11/swing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/12/05 15:00:49 agc Exp $ +# $NetBSD: Makefile,v 1.18 2002/07/29 22:23:30 jlam Exp $ DISTNAME= swing1_1_1 PKGNAME= swing-1.1.1 @@ -20,7 +20,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED} LICENSE= sun-swing-license -USE_JAVA= yes +USE_JAVA= run WRKSRC= ${WRKDIR}/swing-1.1.1fcs NO_PATCH= NO_CONFIGURE= |