.if defined(BATCH) || defined(PACKAGE_BUILDING)
IGNORE= "You can not legally distribute binaries"
.endif
This was superfluous and inhibiting package builds of things that
depend on the port. Having RESTRICTED and NO_CDROM is enough to
ensure that a package will not appear on the FTP site or a CDROM
(it will be built and used as a basis for other packages to build
with, but will be deleted at the end of the build run).
Requested by: kris
Reviewed by: portmgr (silence)
PR: 42758
The fix consists of 2 lines at the beginning of the program:
setuid(geteuid());
setgid(getegid());
Bumped PORTREVISION of Orion, Tomcat and JBoss ports.
PR: 40470, 43679
Submitted by: Ari Suutari <ari.suutari@syncrontech.com>
Reviewed by: audit
Approved by: Silence on -audit (since Sept 13, 2002)
is displayed before any targets. The message displayed is:
This JDK is currently unstable, especially when run as a non-root
user. You are advised to use either the Sun JDK 1.3 for Linux
(${PORTSDIR}/java/linux-sun-jdk13) or the FreeBSD JDK 1.3
(${PORTSDIR}/java/jdk13) instead.
Pointed out by: Yuri Khotyaintsev <yuri@irfu.se>
maintenance. The main changes are:
. Use 'p' for the patchset version, not 'b' and refer to the
patchset internally with JDK_PATCHSET_VERSION rather than
JDK_BETALEVEL.
. Add the NATIVE_BOOTSTRAP feature and synchronise DEPENDS lists
as much as possible.
. Add the extra pre-build checks to try and avoid build errors.
. There is also a very minor amount of whitespace diff reduction (this
should have gone in a separate commit). Last hunk of the diff.
TAR and add gtar to BUILD_DEPENDS unless the OSVERSION is old enough.
Small tweak by me to note that sobomax has MFC'ed the tar update.
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
SableVM is a bytecode interpreter. It's goals are to be reasonably small,
efficient, and fast, as well as providing a well-designed platform for
doing research into different algorithms for bytecode interpretation,
garbage collection, memory management, etc.
SableVM uses a modified version of the GNU Classpath Java classes;
these classes are installed by the "sablepath" port.
WWW: http://www.sablevm.org/
result in the InvokerGen.java target failing. The bootstrapping Linux
JDK will confuse itself if WRKDIRPREFIX also exists in /compat/linux
as a symbolic link to the directory in the standard FreeBSD hierarchy.
Much appreciated sleuth work by: dillon
The java/jakarta-oro port provides the same functionality.
PR: 39113
Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
Approved by: Marcin Cieslak <saper@system.pl> (maintainer)
. Add a post-patch target to clean up *.orig files (taken from the
linux-sun-jdk13 port).
. Fix the name of the installation location to be consistent with other
JDK ports and to not move with, for example, PORTREVISION changes.
Approved by: znerd (maintainer)
PR: 39231
. Don't use -p with ${MKDIR}, its the default.
. Define (if necessary) and use ${SORT}, ${CPIO} and ${FIND} rather than
hardwiring them as /usr/bin/sort, etc.
Apologies to sobomax for not asking for a review, I thought it important
to unbreak the port as quickly as possible.
Submitted by: alane (dependencies), znerd
should.
The tutorial is not specific to JDK 1.1.8, it pertains to
Java versions up to 1.4. That's why I've changed the PORTVERSION
from 1.1.8 to 2002.03.04, the date the tutorial was last updated.
See:
http://java.sun.com/docs/books/tutorial/information/download.html
Since this is not really a JDK tutorial but rather a Java
tutorial, the port installation directory is now called
java-tutorial.
Not displaying the message anymore. It is evident where the files
go.
Changed the pkg-plist to use %%T%% instead of
jdk%%VERSION%%/docs/books/tutorial as the prefix.
ports/java/Makefile
Matches new names and locations of JDK ports. Checked sorting.
ports/java/jdk
All files removed from CVS. This port is moved to java/jdk11.
Checked that the repocopy was okay.
ports/java/jdk12-beta
All files removed from CVS. This port is moved to java/jdk12.
Checked that the repocopy was okay.
ports/java/linux-jdk
All files removed from CVS. This port is moved to
java/linux-blackdown-jdk12.
Checked that the repocopy was okay.
ports/java/linux-jdk13
All files removed from CVS. This port is moved to
java/linux-sun-jdk13.
Checked that the repocopy was okay.
ports/java/linux-jdk14
All files removed from CVS. This port is moved to
java/linux-sun-jdk14.
Checked that the repocopy was okay.
PR: 27358
PR: 36871
. Fix compilation on -CURRENT using gcc 3.1 by including <string.h>
(for strlen(3))
Reported and tested by: John Angelmo <john@veidit.net>
Reviewed by: sobomax
Approved by: sobomax
jboss2ctl. Changed the name of the startup script from
020.jboss.sh to 020.jboss2.sh. Changed the description of this
port to include the major version number to distinguish this port
from the JBoss 3 port.
Bumped the PORTREVISION.
were, so the change should not have been committed.
This port is now broken again. Bumped PORTREVISION and
marked it as BROKEN.
Pointed out by: Kris Kennaway <kris@obsecurity.org>
Switched to USE_JAVA. This fixes PR 35080.
Improved download URL. Changed do-install target a
little. Installing links to the actual JAR files in
${PREFIX}/share/java/classes. The actual JAR files
are now in ${PREFIX}/share/java/${PKGNAME}.
Bumped PORTREVISION.
PR: 35080
Switched to USE_JAVA. This fixes PR 35079.
Improved download URL. Changed do-install target a
little. Installing a link to activation.jar in
${PREFIX}/share/java/classes. The real activation.jar
is now in ${PREFIX}/share/java/${PKGNAME}.
Bumped PORTREVISION.
The maintainer has not responded in months, so I took the
freedom to commit this without his approval.
PR: 35079
an already installed native JDK rather than insisting on the
hardcoded Sun Linux JDK as the bootstrapper. This also means
that one can remove the Sun Linux JDK after the initial build
if so desired.
This may be superseded by a more general method of specifying
the bootstrap compiler from bsd.java.mk at a later date.
Reviewed by: sobomax
Approved by: sobomax
bandaid is reverted by this commit and instead patches are added
which will remove duplicate message entries from the .po files for
the plugin.
These are essentially the patches of marius@alchemy.franken.de, with
the first part of each patch removed (the message does actually have
two spaces in the code!). These patches were verified with the script
submitted by KANOU Hiroki-san and against the patches submitted by
SUGIMURA Takashi-san. Thanks to all of these people.
Apologies for the increasingly long patch names.
PR: 37087, 37147
Submitted by: marius@alchemy.franken.de
Reviewed by: sobomax
Approved by: sobomax
The jboss2ctl program does not work at this stage. I chose
to commit this port anyway because it has been lying around
for too long. Once it is in the ports tree, the improved
interest may trigger somebody else to fix the problem.
JBoss can be started using the supplied shell script anyway,
so it is still useful.
This is not the JBoss port submitted by Jesse Gallup in PR
35853, but one based on the www/orion port.
PR: 35853