summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Update MASTER_SITES after directory re-org.archie2002-10-131-1/+1
|
* Update to version 1.17.archie2002-10-132-4/+3
|
* Moved MAINTAINER up in the file to stop portlint from complaining.znerd2002-10-111-2/+2
|
* Changed WWW reference.znerd2002-10-111-1/+1
|
* New port: Jakarta Log4J, version 1.2.7.znerd2002-10-116-0/+549
| | | | | | | | See: http://jakarta.apache.org/log4j/ Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> PR: 42449
* Not using IGNORE anymore to avoid package building.znerd2002-10-1011-57/+18
| | | | | | | | | | | | | | | | .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
* Fixed daemonctl control program to work with the FreeBSD JDK 1.3.1.znerd2002-10-094-4/+4
| | | | | | | | | | | | | | 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)
* Fixed checksum mismatch. Provided alternative download locationznerd2002-10-091-1/+1
| | | | | | for old version of distfile. PR: 43397
* Maintainership dropped by maintainer. Back to freebsd-ports.znerd2002-10-092-4/+1
| | | | | PR: 43397 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Changed target installation directory so it does not includeznerd2002-10-094-5/+8
| | | | | | | | | the minor version number anymore. Bumped PORTREVISION. PR: 43565 Requested by: Andrew Gerweck <andy@gerweck.dyndns.org>
* New port: java-checkstyle.znerd2002-10-095-0/+74
| | | | | PR: 42412 Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
* upgrade to 1.0.7ijliao2002-10-094-52/+74
| | | | | PR: 43266 Submitted by: maintainer
* Update to patchset 11.glewis2002-09-184-15/+21
|
* Installing in ${PREFIX}/linux-sun-jdk1.4.1 instead ofznerd2002-09-171-1/+1
| | | | | ${PREFIX}/linux-sun-jdk1.4, bsd.java.mk is already expecting linux-sun-jdk1.4.1.
* Upgrade to 1.4.1.znerd2002-09-173-305/+301
| | | | See: http://java.sun.com/j2se/1.4.1/changes.html
* Fixed package list. Found out about a problem on bento.znerd2002-09-171-25/+38
| | | | This is in preparation for 4.7-RELEASE.
* Now properly using pkg-message to display warning aboutznerd2002-09-132-5/+8
| | | | stability of this port.
* Upgrade to JUnit 3.8.1, a roll-up release for 3.8 with a couple of fixes.okazaki2002-09-073-2/+6
|
* Use the right pkg-plist depending on whether GNOME support is configured.archie2002-09-073-3/+2093
|
* Comment out .BEGIN section, which is breaking the INDEX build.kris2002-08-311-4/+4
|
* Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-312-2/+0
| | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571
* Using libicuuc.a seems to make jikes more unstable. Since this is supposedarchie2002-08-303-46/+1
| | | | | to be the stable version, stop using it. Folks who need it can use the "jikes-devel" port.
* Annihilate #inclusions of <malloc.h>.archie2002-08-302-0/+21
|
* Make this port GNOMENG aware.archie2002-08-301-5/+7
| | | | PR: ports/42206
* Printing warning message since this JDK is unstable. The messageznerd2002-08-291-0/+5
| | | | | | | | | | | 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>
* Use the new bsd.java.mk structure, so it doesn't try to installznerd2002-08-291-1/+1
| | | | | | | 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
* This port depends on jakarta-ant, but the appropriateznerd2002-08-281-0/+2
| | | | | | | BUILD_DEPENDS line was missing. Submitted by: maintainer PR: 42086
* Split the jikes port into stable and development versions.archie2002-08-2715-21/+133
| | | | | PR: ports/41961 Reviewed by: freebsd-java
* Don't compile jikes with '-O' because that makes core dumps more likely.archie2002-08-271-2/+3
| | | | | | Exactly why is not understood yet. PR: ports/41961
* Unmaintain.des2002-08-271-1/+1
|
* Upgrade to JUnit 3.8.okazaki2002-08-253-80/+115
| | | | | Install src.jar again, since it is possible for a Java-developper to use source archive effectively in some IDEs.
* Update to version 1.0.4.archie2002-08-2413-64/+30
|
* Remove this patch, it's not actually needed.archie2002-08-231-11/+0
|
* Remove explicit dependency already covered by USE_GNOMELIBS.archie2002-08-231-3/+3
|
* Patches to fix compilation on -stable.archie2002-08-232-0/+27
|
* Remove sablepath from SUBDIRkris2002-08-221-1/+0
| | | | Pointy hat to: archie
* . Synchronise with jdk13 Makefile as much as possible to reduceglewis2002-08-191-9/+38
| | | | | | | | | | | | 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.
* Patch to fix the build when doing USE_GNOMELIBS.archie2002-08-192-0/+34
|
* Fix test for gnome header file.archie2002-08-191-1/+1
|
* Removing restrictions and providing download locations. Could notznerd2002-08-191-12/+3
| | | | | | | | | | 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
* Pass CFLAGS to configure scripts using CONFIGURE_ENV.archie2002-08-193-20/+2
|
* Update to version 1.0.3.archie2002-08-1910-19/+83
| | | | Make USE_GNOMELIBS optional. Add a patch that fixes a native library bug.
* Bump the shared library version of dependency libgmp from 5 -> 6.archie2002-08-181-2/+2
| | | | Tweak makefile output.
* Upgrade from 1.2.2.012 to 1.2.2.013. Note that the JPDA JARznerd2002-08-163-13/+10
| | | | | | file is now no longer distributed with this JDK. Also slightly changed the output from the do-install target.
* Update to SableVM version 1.0.2.archie2002-08-1524-1693/+2245
| | | | This port includes the Java classes, making the java/sablepath port obsolete.
* Unified one-line descriptions for JDK ports.znerd2002-08-1212-12/+12
|
* Improved description of this port.znerd2002-08-122-3/+6
|
* Added Blackdown JDK 1.4.1 for Linux.znerd2002-08-126-0/+1760
| | | | See also: http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html
* Upgrade to new release of the IBM JDK 1.3.x for Linux.znerd2002-08-102-2/+2
| | | | | | | | This new release is marked as Service Release 2; Build Identifier cxia32131-20020622. PR: 41094 Submitted by: Kuang-che Wu <kcwu@kcwu.dyndns.org>
* Changed the installation directory of the Sun JDK 1.4.xznerd2002-08-102-6/+6
| | | | | | | | 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
OpenPOWER on IntegriCloud