| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
See:
http://jakarta.apache.org/log4j/
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
PR: 42449
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.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)
|
|
|
|
|
|
| |
for old version of distfile.
PR: 43397
|
|
|
|
|
| |
PR: 43397
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
|
|
|
|
|
|
|
| |
the minor version number anymore.
Bumped PORTREVISION.
PR: 43565
Requested by: Andrew Gerweck <andy@gerweck.dyndns.org>
|
|
|
|
|
| |
PR: 42412
Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
|
|
|
|
|
| |
PR: 43266
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
${PREFIX}/linux-sun-jdk1.4, bsd.java.mk is already expecting
linux-sun-jdk1.4.1.
|
|
|
|
| |
See: http://java.sun.com/j2se/1.4.1/changes.html
|
|
|
|
| |
This is in preparation for 4.7-RELEASE.
|
|
|
|
| |
stability of this port.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571
|
|
|
|
|
| |
to be the stable version, stop using it. Folks who need it can use the
"jikes-devel" port.
|
| |
|
|
|
|
| |
PR: ports/42206
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
jdk-1.1.8 when the user has a newer version of Java installed.
Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
PR: 39901
|
|
|
|
|
|
|
| |
BUILD_DEPENDS line was missing.
Submitted by: maintainer
PR: 42086
|
|
|
|
|
| |
PR: ports/41961
Reviewed by: freebsd-java
|
|
|
|
|
|
| |
Exactly why is not understood yet.
PR: ports/41961
|
| |
|
|
|
|
|
| |
Install src.jar again, since it is possible for a Java-developper to use
source archive effectively in some IDEs.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Pointy hat to: archie
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
find any reason for these restrictions on the Sun website. Only
software is under license and export control. The download does
not require accepting a license, either.
See: http://java.sun.com/products/jdk/1.1/README
http://java.sun.com/products/jdk/1.1/docs.html
http://servlet.java.sun.com/help/download
|
| |
|
|
|
|
| |
Make USE_GNOMELIBS optional. Add a patch that fixes a native library bug.
|
|
|
|
| |
Tweak makefile output.
|
|
|
|
|
|
| |
file is now no longer distributed with this JDK.
Also slightly changed the output from the do-install target.
|
|
|
|
| |
This port includes the Java classes, making the java/sablepath port obsolete.
|
| |
|
| |
|
|
|
|
| |
See also: http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html
|
|
|
|
|
|
|
|
| |
This new release is marked as Service Release 2; Build
Identifier cxia32131-20020622.
PR: 41094
Submitted by: Kuang-che Wu <kcwu@kcwu.dyndns.org>
|
|
|
|
|
|
|
|
| |
for Linux from linux-sun-jdk1.4.0.01 to linux-sun-jdk1.4.0.
This is more like the installation directories for the other
JDK ports.
PR: 41424
|