Add NO_STAGE all over the place in preparation for the staging support (cat: java)

This commit is contained in:
Baptiste Daroussin 2013-09-20 19:48:32 +00:00
parent 8ee9a3584f
commit c2c2a2b86b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327738
143 changed files with 178 additions and 161 deletions

View file

@ -31,6 +31,7 @@ PORTDOCS= README.txt\
history.txt
.endif
NO_STAGE= yes
.include <bsd.port.pre.mk>
pre-fetch:

View file

@ -28,6 +28,7 @@ PLIST_FILES= %%JAVAJARDIR%%/je.jar
PORTDOCS= *
PORTEXAMPLES= *
NO_STAGE= yes
test:
#
# Running the vendor-provided self-tests. This may take a while

View file

@ -19,6 +19,7 @@ NO_BUILD= yes
USE_JAVA= yes
JAVA_VERSION= 1.6+
NO_STAGE= yes
do-install:
@${ECHO} Starting BlueJ graphical installer... Please install to default path of
@${ECHO} ${PREFIX}/bluej. Close the installer when done.

View file

@ -32,6 +32,7 @@ WRKSRC= ${WRKDIR}/${JDK_ROOT}
INSTALLDIR= ${PREFIX}/${JDK_ROOT}
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900010

View file

@ -35,6 +35,7 @@ PORTDOCS= *
PORTSCOUT= skipv:146
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} s/BERConstructedOctetString/DEROctetString/ \
${WRKSRC}/src/org/bouncycastle/cms/CMS*DataGenerator.java

View file

@ -32,6 +32,7 @@ OPTIONS_DEFINE= JDK
OPTIONS_DEFAULT=JDK
JDK_DESC= Build with native JDK
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MJDK}

View file

@ -27,6 +27,7 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}-anttasks.jar \
PORTDOCS= *.html *.txt *.css *.dtd *.xsd *.pdf \
ora-mar-2k images rss
NO_STAGE= yes
do-install:
.for f in ${PLIST_FILES:T:R}
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${f}.jar..."

View file

@ -58,6 +58,7 @@ GMP_DESC= Enable native java.math.BigInteger
GTK2_DESC= Enable Gtk+ AWT peer
QT4_DESC= Enable Qt AWT peer
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MECJ}

View file

@ -22,6 +22,7 @@ JAVA_VERSION= 1.6+
JAVA_OS= native
PLIST_SUB= DISTNAME=${DISTNAME}
NO_STAGE= yes
do-install:
@${MKDIR} ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse

View file

@ -21,6 +21,7 @@ RESTRICTED= Special conditions apply for commercial use, see licence
DATAFILES= readme.txt license.txt doc
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
NO_STAGE= yes
do-install:
@${INSTALL_DATA} ${WRKSRC}/lib/cos.jar ${JAVAJARDIR}/
@cd ${WRKSRC} \

View file

@ -15,6 +15,7 @@ JAVA_VERSION= 1.6+
USE_ZIP= yes
NO_BUILD= yes
NO_STAGE= yes
.include <bsd.port.options.mk>
do-install:

View file

@ -1,9 +1,5 @@
# Ports collection makefile for: DbVisualizer
# Date created: April 08, 2007
# Whom: Anton Yudin (<contact@toha.org.ua>)
#
# Created by: Anton Yudin (<contact@toha.org.ua>)
# $FreeBSD$
#
PORTNAME= dbvis
PORTVERSION= 7.1
@ -22,6 +18,7 @@ RESTRICTED= Redistribution is not permitted
PLIST_FILES= bin/dbvis
WRKSRC= DbVisualizer-${PORTVERSION}
NO_STAGE= yes
do-install:
cd ${WRKDIR}/${WRKSRC} \
&& ${FIND} . -type d -exec ${MKDIR} ${DATADIR}/{} \; \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: drexelsnmp
# Date created: 2005-02-15
# Whom: Anders Nordby <anders@FreeBSD.org>
#
# Created by: Anders Nordby <anders@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= drexelsnmp
PORTVERSION= 1.4.2
@ -23,6 +19,7 @@ NO_WRKSUBDIR= yes
PLIST_FILES= share/java/classes/snmp.jar
NO_STAGE= yes
do-build:
${MKDIR} ${WRKSRC}/build_library
(cd ${WRKSRC} && ${JAVAC} -sourcepath source -d build_library source/snmp/*.java && ${JAR} cvf snmp.jar -C build_library/ .)

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: EPIC
# Date created: 28 Nov 2004
# Whom: tux@pinguru.net
#
# Created by: tux@pinguru.net
# $FreeBSD$
#
PORTNAME= EPIC
PORTVERSION= 0.6.35
@ -32,6 +28,7 @@ EPICFILES= features/org.epic.feature.main_${PORTVERSION} \
plugins/org.epic.regexp_0.6.1 \
plugins/org.epic.source_${PORTVERSION}
NO_STAGE= yes
post-extract:
.for file in ${EPICFILES}
cd ${WRKSRC} \

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: RDT
# Date created: 13 Jan 2008
# Whom: rehsack@web.de
#
# Created by: rehsack@web.de
# $FreeBSD$
#
PORTNAME= RDT
PORTVERSION= 0.9.1
@ -45,6 +41,7 @@ RDTFILES= features/org.rubypeople.rdt_${RDTVERSION} \
plugins/org.rubypeople.rdt.testunit_${RDTVERSION} \
plugins/org.rubypeople.rdt.ui_${RDTVERSION}
NO_STAGE= yes
post-extract:
${MKDIR} ${WRKSRC}
.for FILE in ${RDTFILES}

View file

@ -24,6 +24,7 @@ NO_WRKSUBDIR= yes
USE_JAVA= yes
USE_ZIP= yes
NO_STAGE= yes
do-install:
@(cd ${WRKDIR} && ${CP} -R features ${PREFIX}/lib/eclipse && ${CP} -R plugins ${PREFIX}/lib/eclipse;)

View file

@ -25,6 +25,7 @@ NO_WRKSUBDIR= yes
USE_JAVA= yes
USE_ZIP= yes
NO_STAGE= yes
do-install:
@(cd ${WRKDIR} && ${CP} -R features ${PREFIX}/lib/eclipse && ${CP} -R plugins ${PREFIX}/lib/eclipse;)

View file

@ -26,6 +26,7 @@ NO_WRKSUBDIR= yes
USE_JAVA= yes
USE_ZIP= yes
NO_STAGE= yes
do-install:
@(cd ${WRKDIR} && ${CP} -R features ${PREFIX}/lib/eclipse && ${CP} -R plugins ${PREFIX}/lib/eclipse;)

View file

@ -45,6 +45,7 @@ RM_XLC= features/org.eclipse.cdt.xlc.feature_6.0.0.201002161416.jar \
plugins/org.eclipse.cdt.managedbuilder.xlupc.ui.source_1.0.0.201002161416.jar \
plugins/org.eclipse.cdt.managedbuilder.xlupc.ui_1.0.0.201002161416.jar
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386"

View file

@ -21,6 +21,7 @@ USE_JAVA= yes
JAVA_VERSION= 1.6+
USE_ZIP= yes
NO_STAGE= yes
do-install:
@${MKDIR} ${PREFIX}/lib/eclipse
@${MKDIR} ${PREFIX}/lib/eclipse/plugins

View file

@ -22,6 +22,7 @@ LICENSE= EPL
WRKSRC= ${WRKDIR}/eclipse
USE_ZIP= yes
NO_STAGE= yes
.include "${.CURDIR}/../eclipse/Makefile.plugins"
.include <bsd.port.mk>

View file

@ -161,6 +161,7 @@ DISTFILES+= ${f}:2
DISTFILES+= ${f}:10
.endfor
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MTESTS}

View file

@ -34,6 +34,7 @@ FIND_DATA= -type f -not \( -name "README" -or -name "LICENSE" \)
PLIST_SUB+= EPLUGINID=${EPLUGIN_ID} EPLUGINVER="${PORTVERSION}" \
PORTVERSION=${PORTVERSION}
NO_STAGE= yes
do-install:
cd ${WRKDIR} && ${FIND} ${FIND_HERE} ${FIND_DIRS} -exec ${MKDIR} ${DATADIR}/{} \;
cd ${WRKDIR} && ${FIND} ${FIND_HERE} ${FIND_DATA} -exec ${INSTALL_DATA} {} ${DATADIR}/{} \;

View file

@ -30,6 +30,7 @@ DROPDATE= 201301310800
PLIST_FILES= bin/${PORTNAME}.sh \
%%JAVAJARDIR%%/${PORTNAME}-${PORTVERSION}.jar
NO_STAGE= yes
do-install:
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.jar ${JAVAJARDIR}/${PORTNAME}-${PORTVERSION}.jar
${INSTALL_SCRIPT} ${WRKDIR}/ecj.sh ${PREFIX}/bin

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: eclipse-emf
# Date created: January 13, 2004
# Whom: alex@FreeBSD.org
#
# Created by: alex@FreeBSD.org
# $FreeBSD$
#
PORTNAME= emf
PORTVERSION= 2.7.2
@ -22,6 +18,7 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
WRKSRC= ${WRKDIR}/eclipse
USE_ZIP= yes
NO_STAGE= yes
.include "${.CURDIR}/../eclipse/Makefile.plugins"
.include <bsd.port.mk>

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: eclipse-examples
# Date created: July 3, 2003
# Whom: olgeni@FreeBSD.org
#
# Created by: olgeni@FreeBSD.org
# $FreeBSD$
#
PORTNAME= examples
PORTVERSION= 3.0
@ -24,6 +20,7 @@ NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes
NO_STAGE= yes
do-install:
@${MKDIR} ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse

View file

@ -72,6 +72,7 @@ PLIST_SUB= \
ECLIPSE_PLUGINS="lib/eclipse/plugins" \
DISTNAME="${DISTNAME}"
NO_STAGE= yes
post-extract:
@${RM} -Rf ${WRKSRC}/src

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: eclipse-gef-examples
# Date created: July 8, 2003
# Whom: olgeni@FreeBSD.org
#
# Created by: olgeni@FreeBSD.org
# $FreeBSD$
#
PORTNAME= gef
PORTVERSION= 3.0
@ -24,6 +20,7 @@ NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes
NO_STAGE= yes
do-install:
@${MKDIR} ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: eclipse-gef
# Date created: July 8, 2003
# Whom: olgeni@FreeBSD.org
#
# Created by: olgeni@FreeBSD.org
# $FreeBSD$
#
PORTNAME= gef
PORTVERSION= 3.7.2
@ -22,6 +18,7 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
WRKSRC= ${WRKDIR}/eclipse
USE_ZIP= yes
NO_STAGE= yes
.include "${.CURDIR}/../eclipse/Makefile.plugins"
.include <bsd.port.mk>

View file

@ -29,6 +29,7 @@ USE_JAVA= yes
JAVA_VERSION= 1.6+
JAVA_OS= native
NO_STAGE= yes
post-extract:
# avoid empty dirs since they break the automated PLIST generation
@${FIND} ${WRKSRC} -type d -empty \

View file

@ -25,6 +25,7 @@ JAVA_VERSION= 1.6+
PLIST_FILES= share/eclipse/dropins/${DISTNAME}${EXTRACT_SUFX}
NO_STAGE= yes
post-extract:
@${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC}

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: eclipse-langpack
# Date created: 2003/09/03
# Whom: nork@FreeBSD.org
#
# Created by: nork@FreeBSD.org
# $FreeBSD$
#
PORTNAME= eclipse
PORTVERSION= 3.2.1
@ -27,6 +23,7 @@ NO_WRKSUBDIR= yes
USE_ZIP= yes
PLIST= ${WRKDIR}/pkg-plist
NO_STAGE= yes
do-build:
@${RM} -f ${PLIST}
@${TOUCH} ${PLIST}

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: eclipse-log4e
# Date created: August 30, 2004
# Whom: sugimura@jp.FreeBSD.org
#
# Created by: sugimura@jp.FreeBSD.org
# $FreeBSD$
#
PORTNAME= log4e
PORTVERSION= 1.1.6
@ -24,6 +20,7 @@ NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes
NO_STAGE= yes
do-install:
@${MKDIR} -p ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse

View file

@ -26,6 +26,7 @@ USE_JAVA= yes
JAVA_VERSION= 1.6+
JAVA_OS= native
NO_STAGE= yes
do-install:
@${MKDIR} ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse

View file

@ -24,6 +24,7 @@ USE_JAVA= yes
JAVA_VERSION= 1.6+
JAVA_OS= native
NO_STAGE= yes
do-install:
@${MKDIR} ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: eclipse-pmd
# Date created: October 3, 2003
# Whom: Bruno Van Den Bossche <brvdboss@spymac.com>
#
# Created by: Bruno Van Den Bossche <brvdboss@spymac.com>
# $FreeBSD$
#
PORTNAME= pmd
PORTVERSION= 2.0.5.v3
@ -35,6 +31,7 @@ PLUGIN_PMD_DIR= "net.sourceforge.pmd.eclipse_${PORTVERSION}"
PLIST_SUB+= PLUGIN_PMD_DIR="${PLUGIN_PMD_DIR}" \
PLUGIN_CORE_DIR="${PLUGIN_CORE_DIR}"
NO_STAGE= yes
post-extract:
cd ${WRKDIR}/features && ${MKDIR} ${PLUGIN_PMD_DIR} \
&& ${CP} ${PLUGIN_PMD_DIR}.jar ${PLUGIN_PMD_DIR} \

View file

@ -23,6 +23,7 @@ USE_JAVA= yes
JAVA_VERSION= 1.6+
JAVA_OS= native
NO_STAGE= yes
do-install:
@${MKDIR} ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse

View file

@ -21,6 +21,7 @@ NO_WRKSUBDIR= yes
OPTIONS_DEFINE= JYTHON
JYTHON_DESC= Use Jython as Python interpreter
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MJYTHON}

View file

@ -24,6 +24,7 @@ JAVA_VERSION= 1.6+
USE_ZIP= yes
PLIST_SUB+= VERSION=${PORTVERSION}
NO_STAGE= yes
post-extract:
@${RM} ${WRKSRC}/plugins/com.quantum.Quantum_${PORTVERSION}/icons/Thumbs.db
@${RM} ${WRKSRC}/plugins/com.quantum.Quantum_${PORTVERSION}/icons/unused/Thumbs.db

View file

@ -22,6 +22,7 @@ USE_JAVA= yes
JAVA_VERSION= 1.6+
JAVA_OS= native
NO_STAGE= yes
do-install:
@${MKDIR} ${WRKSRC}/eclipse
@${MV} ${WRKSRC}/plugins ${WRKSRC}/eclipse/plugins

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: eclipse-sqlexplorer
# Date created: August 14, 2004
# Whom: sugimura@jp.FreeBSD.org
#
# Created by: sugimura@jp.FreeBSD.org
# $FreeBSD$
#
PORTNAME= sqlexplorer
PORTVERSION= 2.2.4
@ -25,6 +21,7 @@ NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes
NO_STAGE= yes
do-install:
@${MKDIR} -p ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: eclipse-sysdeo-tomcat
# Date created: July 29, 2004
# Whom: sugimura@jp.FreeBSD.org
#
# Created by: sugimura@jp.FreeBSD.org
# $FreeBSD$
#
PORTNAME= sysdeo
PORTVERSION= 3.1.0
@ -24,6 +20,7 @@ NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes
NO_STAGE= yes
do-install:
@${MKDIR} -p ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_${PORTVERSION} ${PREFIX}/lib/eclipse/plugins

View file

@ -23,6 +23,7 @@ USE_JAVA= yes
JAVA_VERSION= 1.6+
JAVA_OS= native
NO_STAGE= yes
do-install:
@${MKDIR} ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: eclipse-vep-examples
# Date created: July 15, 2004
# Whom: sugimura@jp.FreeBSD.org
#
# Created by: sugimura@jp.FreeBSD.org
# $FreeBSD$
#
PORTNAME= vep
PORTVERSION= 1.1.0.1
@ -25,6 +21,7 @@ NO_WRKSUBDIR= yes
USE_ZIP= yes
PLIST_SUB= RELEASEVERSION=1.1.0.1
NO_STAGE= yes
do-install:
@${MKDIR} ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse

View file

@ -26,6 +26,7 @@ USE_JAVA= yes
JAVA_VERSION= 1.6+
JAVA_OS= native
NO_STAGE= yes
do-install:
@${MKDIR} ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse

View file

@ -23,6 +23,7 @@ JAVA_VERSION= 1.6+
JAVA_OS= native
PLIST_SUB= RELEASEVERSION=${PORTVERSION}
NO_STAGE= yes
do-install:
@${MKDIR} ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse

View file

@ -21,6 +21,7 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \
WRKSRC= ${WRKDIR}/eclipse
USE_ZIP= yes
NO_STAGE= yes
.include "${.CURDIR}/../eclipse/Makefile.plugins"
.include <bsd.port.mk>

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: eclipse-windowbuilder
# Date created: 14 Jun 2012
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= windowsbuilder
PORTVERSION= 1.1.0
@ -26,6 +22,7 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
WRKSRC= ${WRKDIR}
NO_STAGE= yes
.include "${.CURDIR}/../eclipse/Makefile.plugins"
post-extract:

View file

@ -135,6 +135,7 @@ PLIST_FILES= bin/${PORTNAME} \
DISTFILES+= ${f}:2
.endfor
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MTESTS}

View file

@ -50,6 +50,7 @@ PLUGIN_DESC= Enable the browser plug-in
RHINO_DESC= Add support for Proxy Auto Config files
TEST_DESC= Add support for running regression test
NO_STAGE= yes
.include <bsd.port.options.mk>
.if empty(PORT_OPTIONS:MDOCS)

View file

@ -22,6 +22,7 @@ NO_CDROM= See the license
PORTDOCS= *
.endif
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE= You must manually fetch the distribution from http://java.sun.com/products/archive/javabeans/infobus/downloads.html and place it in ${DISTDIR} then run make again

View file

@ -21,6 +21,7 @@ NO_CDROM= Redistribution is not permitted
J2SDKEEVERSION= ${PORTVERSION}_02
DOWNLOAD_URL?= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=7917-j2ee_sdk-1.3.1-oth-JPR&SiteId=JSC&TransactionId=noreg
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: jad
# Date created: 27 September 2000
# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
#
# Created by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
# $FreeBSD$
#
PORTNAME= jad
PORTVERSION= 1.5.8c
@ -24,6 +20,7 @@ PORTDOCS= *
ONLY_FOR_ARCHS= i386 amd64
NO_STAGE= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/jad ${PREFIX}/bin/
.if !defined(NOPORTDOCS)

View file

@ -27,6 +27,7 @@ PORTDOCS= ${DOCFILES1} ${DOCFILES2}
PLIST_FILES= %%JAVAJARDIR%%/activation.jar
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE= you must manually fetch the distribution from ${DOWNLOAD_URL} and place it in ${DISTDIR} then run make again

View file

@ -25,6 +25,7 @@ TARGET_DIR= ${JAVASHAREDIR}/${PORTNAME}
PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///} JAVA_HOME=${JAVA_HOME:S/^${PREFIX}\///}
PKGMESSAGE= ${WRKDIR}/pkg-message
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})

View file

@ -34,6 +34,7 @@ PORTDOCS= \
LICENSE-jai.txt \
THIRDPARTYLICENSEREADME-jai.txt
NO_STAGE= yes
.include <bsd.port.pre.mk>
do-install:

View file

@ -21,6 +21,7 @@ PLIST_FILES= %%JAVAJARDIR%%/bcel.jar
PORTDOCS= *
.endif
NO_STAGE= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar \
${JAVAJARDIR}/${PORTNAME}.jar

View file

@ -34,6 +34,7 @@ OTHERDOCS= LICENSE.txt NOTICE.txt README.txt RELEASE-NOTES.txt
PORTDOCS= ${APIDOCS} ${OTHERDOCS}
.endif
NO_STAGE= yes
do-install:
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..."
@${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${JARFILE}

View file

@ -29,6 +29,7 @@ PORTDOCS= *
DOC_FILES= LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
.endif
NO_STAGE= yes
do-install:
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${DESTJARFILE}..."
@${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${JAVAJARDIR}/${DESTJARFILE}

View file

@ -24,6 +24,7 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
PORTDOCS= *
NO_STAGE= yes
.include <bsd.port.options.mk>
do-install:

View file

@ -26,6 +26,7 @@ JARFILE= ${PORTNAME}-${PORTVERSION}.jar
DESTJARFILE= ${PORTNAME}.jar
PLIST_FILES+= %%JAVAJARDIR%%/${DESTJARFILE}
NO_STAGE= yes
.include <bsd.port.pre.mk>
JDK_API!= (${FIND} -s ${LOCALBASE}/share/doc/jdk1.? -maxdepth 1 -name api -type d 2>/dev/null || ${ECHO_CMD}) | ${TAIL} -n 1

View file

@ -31,6 +31,7 @@ PORTDOCS= *
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
NO_STAGE= yes
do-install:
@${ECHO} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..."
@${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}.jar ${JAVAJARDIR}/

View file

@ -23,6 +23,7 @@ PORTDOCS= *
JARFILE= ${PORTNAME}.jar
PLIST_FILES+= %%JAVAJARDIR%%/${JARFILE}
NO_STAGE= yes
do-install:
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..."
@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${JARFILE}

View file

@ -32,6 +32,7 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
PORTDOCS= *
NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:

View file

@ -29,6 +29,7 @@ JARFILE= ${PORTNAME}-${PORTVERSION}.jar
DESTJARFILE= ${PORTNAME}.jar
PLIST_FILES= %%JAVAJARDIR%%/${DESTJARFILE}
NO_STAGE= yes
.include <bsd.port.pre.mk>
JDK_API!= (${FIND} -s ${LOCALBASE}/share/doc/jdk1.? -maxdepth 1 -name api -type d 2>/dev/null || ${ECHO_CMD}) | ${TAIL} -n 1

View file

@ -18,6 +18,7 @@ USE_JAVA= yes
JAVA_VERSION= 1.6+
NO_BUILD= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if !defined(NOPORTDOCS)

View file

@ -25,6 +25,7 @@ PORTDOCS= *
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
NO_STAGE= yes
do-install:
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..."
@${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}-${PORTVERSION}.jar \

View file

@ -27,6 +27,7 @@ ALL_TARGET+= javadoc
PORTDOCS= LICENSE.txt api
.endif
NO_STAGE= yes
do-install:
@${ECHO_MSG} -n ">> Installing JAR file as ${JAVAJARDIR}/${PORTNAME}.jar..."
@${INSTALL_DATA} ${WRKSRC}/target/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar

View file

@ -23,6 +23,7 @@ JAVALIBNAME= ${PORTNAME}-${PORTVERSION}
PORTDOCS= *
.endif
NO_STAGE= yes
do-build:
@cd ${WRKSRC} && \
${SETENV} JAVA_HOME=${JAVA_HOME} ant jar javadocs

View file

@ -24,6 +24,7 @@ JAVALIBNAME= ${PORTNAME}-${PORTVERSION}
PORTDOCS= *
.endif
NO_STAGE= yes
do-build:
@if [ ! -f ${WRKSRC}/lib ]; then ${MKDIR} ${WRKSRC}/lib; fi
@cd ${WRKSRC} && \

View file

@ -21,6 +21,7 @@ JAVASHAREDIR= share/java
TDIR= ${JAVASHAREDIR}/${PKGNAME}
PLIST_SUB+= T=${TDIR}
NO_STAGE= yes
do-install:
cd ${WRKSRC} && ${FIND} . -type d -exec ${INSTALL} -d ${PREFIX}/${TDIR}/'{}' \; && \
${FIND} . -type f -exec ${INSTALL_DATA} '{}' ${PREFIX}/${TDIR}/'{}' \;

View file

@ -23,6 +23,7 @@ OPTIONS_DEFAULT=FFI ZIP
FFI_DESC= use libffi to call native methods
ZIP_DESC= turn-on zip support in the bootstrap loader
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MFFI}

View file

@ -20,6 +20,7 @@ DOS2UNIX_REGEX= .*\.(txt|xml|j|class|java|mf|css|bnf|html)
SUB_FILES= jasmin.sh
NO_STAGE= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/jasmin.jar ${JAVAJARDIR}
.if !defined(NOPORTEXAMPLES)

View file

@ -33,6 +33,7 @@ PORTEXAMPLES= *
SUB_FILES= ${PORTNAME}.sh
NO_STAGE= yes
do-install:
@-${MKDIR} ${JAVAJARDIR}
@${INSTALL_DATA} ${WRKSRC}/${JAR_FILE} ${JAVAJARDIR}/${PORTNAME}.jar

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: cup
# Date created: 10 May 1998
# Whom: nordwick@xcf.berkeley.edu
#
# Created by: nordwick@xcf.berkeley.edu
# $FreeBSD$
#
PORTNAME= cup
PORTVERSION= 11.a
@ -27,6 +23,7 @@ DISTJARNAME= ${PKGNAMEPREFIX}${PORTNAME}-10k-TUM
PLIST_FILES= %%JAVAJARDIR%%/${DISTJARNAME}.jar \
%%JAVAJARDIR%%/${DISTJARNAME}-runtime.jar
NO_STAGE= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/dist/${DISTJARNAME}.jar ${JAVAJARDIR}
${INSTALL_DATA} ${WRKSRC}/dist/${DISTJARNAME}-runtime.jar ${JAVAJARDIR}

View file

@ -1,9 +1,5 @@
# Ports collection makefile for: java-getopt
# Date created: Apr 7, 2003
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= getopt
PORTVERSION= 1.0.13
@ -29,6 +25,7 @@ PORTDOCS= api ${OTHERDOCS}
ALL_TARGET+= javadoc
.endif
NO_STAGE= yes
post-extract:
@${CP} ${WRKSRC}/gnu/getopt/buildx.xml ${WRKSRC}/build.xml

View file

@ -1,7 +1,4 @@
# New ports collection makefile for: java-zoneinfo
# Date created: 14 January 2012
# Whom: Greg Lewis <glewis@FreeBSD.org>
#
# Created by: Greg Lewis <glewis@FreeBSD.org>
# $FreeBSD$
PORTNAME= zoneinfo
@ -19,6 +16,7 @@ NO_BUILD= yes
JAVASHAREDIR= ${PREFIX}/share/java
NO_STAGE= yes
do-install:
${MKDIR} ${JAVASHAREDIR}/zi
(cd ${WRKSRC}/zi && ${COPYTREE_SHARE} \* ${JAVASHAREDIR}/zi/)

View file

@ -26,6 +26,7 @@ PLIST_SUB+= JAVA_HOME=${JAVA_HOME:S/^${PREFIX}\///} ARCH=${ARCH}
DOCSSRC= ${WRKSRC}/j3d-core/build/freebsd/javadocs/docs-public
PORTDOCS= *
NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:

View file

@ -20,6 +20,7 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/jh2.0
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's|$$JAVAHELP_HOME/javahelp/bin/|${JAVAJARDIR}/|' ${WRKSRC}/javahelp/bin/jhindexer
${REINPLACE_CMD} -e 's|$$JAVAHELP_HOME/javahelp/bin/|${JAVAJARDIR}/|' ${WRKSRC}/javahelp/bin/jhsearch

View file

@ -29,6 +29,7 @@ PLIST_FILES= %%JAVAJARDIR%%/mail.jar
PORTDOCS= *
PORTEXAMPLES= *
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}

View file

@ -1,7 +1,5 @@
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
#
# This port is self contained in the src directory.
PORTNAME= javavmwrapper
PORTVERSION= 2.4
@ -29,6 +27,7 @@ SCRIPTS= classpath javavmwrapper
# we can't do that here since it would result in a circular dependency
JAVALIBDIR= ${LOCALBASE}/share/java/classes
NO_STAGE= yes
do-fetch:
@${DO_NADA}

View file

@ -23,6 +23,7 @@ DOCS= default.css download.html faq.html index.html javadoc status.html style
PORTDOCS= LICENSE ${DOCS}
.endif
NO_STAGE= yes
do-install:
@${ECHO_MSG} -n ">> Installing JAR files in ${JAVAJARDIR}..."
@${MKDIR} ${JAVAJARDIR}

View file

@ -49,6 +49,7 @@ REPLACE_FILES= ${FILESDIR}/daemonctl.c \
${FILESDIR}/startup.sh
JAR_FILE= bin/run.jar
NO_STAGE= yes
.include <bsd.port.pre.mk>
post-patch:

View file

@ -57,6 +57,7 @@ SUB_LIST= APP_HOME=${DATADIR} \
STOP_TIMEOUT=${STOP_TIMEOUT} \
USER=${USER}
NO_STAGE= yes
.include <bsd.port.pre.mk>
do-build:

View file

@ -24,6 +24,7 @@ GROUP= www
DIST_SUBDIR= ${DISTNAME}
NO_BUILD= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
do-install:

View file

@ -36,6 +36,7 @@ SUB_LIST= APP_SHORTNAME=${PORTNAME} \
PID_FILE=${PID_FILE} \
APP_HOME=${PREFIX}/${DISTNAME}
NO_STAGE= yes
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "To build you should have at least 2Gb of Ram (Or build will fail with java OOM Exception)"

View file

@ -39,6 +39,7 @@ SUB_LIST= APP_SHORTNAME=${PORTNAME} \
APP_HOME=${PREFIX}/${DISTNAME}
PLIST_SUB= APP_HOME=${DISTNAME}
NO_STAGE= yes
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "To build you should have at least 2Gb of Ram (Or build will fail with java OOM Exception)"

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: jc
# Date created: 20 Feb 2004
# Whom: Archie Cobbs <archie@freebsd.org>
#
# Created by: Archie Cobbs <archie@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= jc
PORTVERSION= 1.4.7
@ -32,6 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
INFO= jc
ONLY_FOR_ARCHS= i386
NO_STAGE= yes
.include <bsd.port.pre.mk>
post-install:

View file

@ -25,6 +25,7 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \
PORTDOCS= *
.endif
NO_STAGE= yes
post-build:
cd ${WRKDIR}/build && \
${JAR} cmf ${WRKSRC}/${PORTNAME}.manifest \

View file

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: jcckit
# Date created: Aug 30, 2004
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= jcckit
PORTVERSION= 1.1
@ -26,6 +21,7 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
PORTDOCS= *
.endif
NO_STAGE= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar ${JAVAJARDIR}
.if !defined(NOPORTDOCS)

View file

@ -27,6 +27,7 @@ PORTDOCS= *
PLIST_FILES= %%JAVAJARDIR%%/jcommon.jar %%JAVAJARDIR%%/jcommon-xml.jar
NO_STAGE= yes
pre-fetch:
@${ECHO_MSG} ""
@${ECHO_MSG} "You may use the following build options:"

View file

@ -19,6 +19,7 @@ PORTDOCS= CHANGES LICENSE README
PORTDOCS+= javadoc
.endif
NO_STAGE= yes
post-extract:
@${FIND} ${WRKSRC} -name CVS -type dir | ${XARGS} ${RM} -rf

View file

@ -29,6 +29,7 @@ NO_BUILD= yes
USE_ZIP= yes
PORTDOCS= *
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})

View file

@ -26,6 +26,7 @@ NO_BUILD= yes
USE_ZIP= yes
PORTDOCS= *
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})

View file

@ -29,6 +29,7 @@ MAKE_ENV+= CLASSPATH=${JAVALIBDIR}/jaxen-jdom.jar
PLIST_FILES= %%JAVAJARDIR%%/jdom.jar
NO_STAGE= yes
do-install:
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/jdom.jar..."
@${MKDIR} ${JAVAJARDIR}

View file

@ -1,9 +1,5 @@
# Ports collection Makefile for: JFlex
# Date created: 27 January 2004
# Whom: Conor McDermottroe <ports@mcdermottroe.com>
#
# Created by: Conor McDermottroe <ports@mcdermottroe.com>
# $FreeBSD$
#
PORTNAME= jflex
PORTVERSION= 1.4.2
@ -32,6 +28,7 @@ PORTDOCS= *
SUB_FILES= jflex.sh
NO_STAGE= yes
post-extract:
${MKDIR} ${WRKSRC}/tools
${CP} ${DISTDIR}/JFlex.jar ${WRKSRC}/tools/

View file

@ -30,6 +30,7 @@ PORTDOCS= *
PLIST_FILES= %%JAVAJARDIR%%/jfreechart.jar \
%%JAVAJARDIR%%/gnujaxp.jar
NO_STAGE= yes
pre-fetch:
@${ECHO_MSG} ""
@${ECHO_MSG} "You may use the following build options:"

View file

@ -38,6 +38,7 @@ PORTDOCS= *
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
NO_STAGE= yes
pre-fetch:
@${ECHO_MSG} ""
@${ECHO_MSG} "You may use the following build options:"

View file

@ -30,6 +30,7 @@ PORTDOCS= *
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
NO_STAGE= yes
.include <bsd.port.pre.mk>
JAVA_PORT_API= ${LOCALBASE}/share/doc/jdk${JAVA_PORT_VERSION:C/([0-9]\.[0-9])\.[0-9]/\1/}/api

View file

@ -39,6 +39,7 @@ PORTDOCS= *
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
NO_STAGE= yes
pre-fetch:
@${ECHO_MSG} ""
@${ECHO_MSG} "You may use the following build options:"

Some files were not shown because too many files have changed in this diff Show more