summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak package build after recent Greg's commit (which changedphantom2003-05-083-9/+9
| | | | | | | | include/bsd -> include/freebsd in sources, but not reflected this change in pkg-plist) Reported by: Holger Kipp <Holger.Kipp@alogis.com>, Kunihiro Arai <kunihiro-arai@seagreen.ocn.ne.jp>
* Name of JAR file for dependency Log4J changed. Fixed dendency.znerd2003-05-081-1/+1
| | | | | Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> PR: 51788
* Update to version 1.0.2 of Trove4j.znerd2003-05-083-6/+7
| | | | | | The port now uses the JAVAJARDIR variable defined in bsd.java.mk. Submitted by: maintainer
* This port is i386 only (caused by jdk platform).kuriyama2003-05-071-0/+1
|
* . Bump PORTREVISION for the recent fixes.glewis2003-05-061-1/+1
| | | | Reminded by: lioux
* Using USE_JAVA.znerd2003-05-061-2/+1
|
* Using USE_JAVA and ECHO_CMD. Fixed plist.znerd2003-05-062-192/+190
| | | | Reported by: kris
* BROKEN: Bad pkg-plistkris2003-05-061-0/+2
|
* . Remove an assert() which asserts that if isatty() is true thenglewis2003-05-061-0/+12
| | | | | | | | | | | | | | | | ttyname() must not return NULL. This isn't entirely true according to the manual page (the device must be able to be found as well) and certainly appears to not necessarily be true in the package building environment on bento (plus at least the PR submitter's environment). Note that this assert() was, of course, only ever triggered when running in debug mode (which most people don't, but does happen during the build in some parts). Also note that there is a check for isatty() preceding the call for ttyname() and a NULL return from ttyname() is handled, so removing this assert should not create any problems. PR: 48164
* . Update to 1.2b7.glewis2003-05-052-3/+3
| | | | | | . Revert back to using the actual distribution site in MASTER_SITES. Approved by: znerd
* Update to 1.3.1_08.znerd2003-05-052-5/+5
| | | | Reported by: Thomas Vogt <thomas.vogt@bsdunix.ch>
* linux_base needs to be in EXTRACT_DEPENDS, otherwise ports doesn'tsobomax2003-05-033-0/+3
| | | | install if linux_base isn't installed.
* . Add $FreeBSD$glewis2003-05-023-0/+36
| | | | | | | | . Put the MD JNI headers in include/freebsd _not_ include/bsd. This brings the 1.4 port in line with 1.1, 1.2 and 1.3, and arguably inline with Solaris and Linux. Not-objected-to by: phantom
* Update to 1.2.8.znerd2003-05-013-5/+7
| | | | | | | Destination JAR file now without the version number. Submitted by: maintainer PR: 51637
* . Address ownership issues during the installation step.glewis2003-04-302-1/+5
| | | | | PR: 36411 Approved by: maintainer timeout
* . Fix Math.pow() when the JDK is compiled with optimisation flags set.glewis2003-04-301-0/+176
| | | | | | | There may be other Math methods which similarly fail under optimisation, these will be addressed by a more extensive change in patchset 9. PR: 48825
* Upgrade to 1.6.1.znerd2003-04-242-2/+2
|
* Upgrade to 1.6.znerd2003-04-243-6/+83
|
* . Be consistent with other JDK ports and silence execution of theglewis2003-04-241-2/+2
| | | | | | | | post-patch clean up. . Simplify installation find command. Reviewed by: znerd Approved by: znerd
* . find -> ${FIND}glewis2003-04-241-1/+1
| | | | | Reviewed by: znerd Approved by: znerd
* . Fix ownership of installed files.glewis2003-04-242-0/+2
| | | | | | PR: 36411 Reviewed by: znerd Approved by: znerd
* . Now that we can use Classic and HotSpot, make classic (and hence greenglewis2003-04-221-0/+13
| | | | threads) the default. This is the most stable combination.
* . Fix the shell wrapper to cope with HotSpot and as a result remove theglewis2003-04-222-2/+81
| | | | | | warning that the Classic VM is unusable with HotSpot. Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp>
* Remove USE_GNOMENG.marcus2003-04-201-1/+0
|
* New port: proguardfjoe2003-04-196-0/+83
| | | | | | | | ProGuard can read jar files, shrink and obfuscate them (to prevent reverse engineering), and write out the resulting jar file. PR: 50434 Submitted by: Alex Semenyaka
* . Fix the packing list to match the updated distribution of the lastglewis2003-04-181-100/+305
| | | | | | commit to distinfo. Forgotten by: edwin
* Update java/java-tutorialedwin2003-04-181-1/+1
| | | | | | | Lots of changes in the HTML code PR: ports/50939 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
* Don't remove the share/java/classes system directorykris2003-04-171-1/+0
|
* . Switch to using cpio to install in line with other JDKs. This allowsglewis2003-04-171-3/+6
| | | | | | | | | us to ensure ownership is correct on the installed files. . Note that this is a Sun JDK in the registervm comment. PR: 36411 (more ports to go) Reviewed by: znerd Approved by: znerd
* . Switch to using cpio to install in line with other JDKs. This allowsglewis2003-04-171-3/+9
| | | | | | | | | us to ensure ownership is correct on the installed files. . Note that this is a Blackdown JDK in the registervm comment. PR: 36411 (more ports to go) Reviewed by: znerd Approved by: znerd
* Officially dropping maintainership. I have no time nor the interestznerd2003-04-164-4/+4
| | | | to maintain the JBoss ports.
* Drop maintainership - I'am so impressed by the performance andsobomax2003-04-153-3/+3
| | | | | | stability of native JDK 1.4.1 with its built-in JIT on steroids (HotSpot), so that I am unlikely ever will want to use external JIT.
* Fixed DOWNLOAD_URL.znerd2003-04-091-1/+1
| | | | Pointed out by: joerg
* Allow the build to commence by changing the BUILD_DEPENDS on jfc tokris2003-04-071-2/+2
| | | | PATCH_DEPENDS, since it is required by pre-patch
* 1. Clean up demo/jfc/SwingSet2/resources before the install. This shouldglewis2003-04-071-0/+4
| | | | | | | | | not be installed, but appears to be on rare occasions for reasons unknown. 2. Add handling of share/doc/java, previously only done in pkg-plist. PR: 50092 (2) Submitted by: Munehiro Matsuda <haro@kgt.co.jp> (2)
* . Fix the packing list:glewis2003-04-071-29/+30
| | | | | | | | | | . Clean up for WITHOUT_PLUGIN. . Clean up for WITH_NATIVE_THREADS. . Add handling of jre/lib/ext, previously only done in Makefile. PR: 50092 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Munehiro Matsuda <haro@kgt.co.jp>
* Upgrade to 3.0.znerd2003-04-073-2/+177
|
* Upgrade to 1.0.3. Fixed comment.znerd2003-04-073-5/+6
|
* [PATCH] Update java/bouncycastle to version 1.16edwin2003-04-072-2/+2
| | | | | | | | | | java/bouncycastle port is currently at version 1.11. However the jce-jdk13-111.tar.gz tarball downloaded from http://www.bouncycastle.org/download/ suddenly seems to contain jce-jdk13-116, which naturally fails the checksum test: PR: ports/46184 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* add java-getopt 1.0.9ijliao2003-04-075-0/+40
| | | | Java version of GNU getopt family functions
* New port: trove4j.znerd2003-03-275-0/+423
| | | | | PR: 45287 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* Fix port build failure.archie2003-03-201-0/+15
|
* Fix port build failure.archie2003-03-204-37/+125
|
* Fix plist after update to 02 patch bundlephantom2003-03-151-3/+0
| | | | Requested by: kris
* Fix checking of libc_r capabilities at FreeBSD version whichphantom2003-03-153-18/+66
| | | | | | | don't have pthread_attr_get_np() at all (early 4.7-STABLE and previous versions). Reported by: Phillip Oleson <poleson@verio.net>
* Make this port non-interactive. I.e. extract distfile unconditionally.phantom2003-03-131-6/+6
| | | | | | | | This is pre-requisite of native jdk14 port build on bento. Requested by: kris Approved by: portmgr No response from: znerd (maintainer)
* Add runtime test to check of required libc_r functionality. I.e. warnphantom2003-03-136-24/+282
| | | | | | | | people about requirement of libc_r updates as early as possible. Bump PORTREVISION Approved by: portmgr (kris) (implicitly)
* Add notice about amount of disk space requiredphantom2003-03-133-0/+27
|
* Correct pkg-plistphantom2003-03-133-612/+0
| | | | Submitted by: olgeni, glewis
* Make sure that demo/jfc/SwingSet2/resources does not exists (it should not,phantom2003-03-133-0/+6
| | | | but sometimes leaves in)
OpenPOWER on IntegriCloud