summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Name of JAR file for dependency Log4J changed. Fixed dendency.Ernst de Haan2003-05-081-1/+1
| | | | | | | | Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> PR: 51788 Notes: svn path=/head/; revision=80434
* Update to version 1.0.2 of Trove4j.Ernst de Haan2003-05-083-6/+7
| | | | | | | | | The port now uses the JAVAJARDIR variable defined in bsd.java.mk. Submitted by: maintainer Notes: svn path=/head/; revision=80430
* This port is i386 only (caused by jdk platform).Jun Kuriyama2003-05-071-0/+1
| | | | Notes: svn path=/head/; revision=80314
* . Bump PORTREVISION for the recent fixes.Greg Lewis2003-05-061-1/+1
| | | | | | | Reminded by: lioux Notes: svn path=/head/; revision=80268
* Using USE_JAVA.Ernst de Haan2003-05-061-2/+1
| | | | Notes: svn path=/head/; revision=80251
* Using USE_JAVA and ECHO_CMD. Fixed plist.Ernst de Haan2003-05-062-192/+190
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=80250
* BROKEN: Bad pkg-plistKris Kennaway2003-05-061-0/+2
| | | | Notes: svn path=/head/; revision=80217
* . Remove an assert() which asserts that if isatty() is true thenGreg Lewis2003-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 Notes: svn path=/head/; revision=80210
* . Update to 1.2b7.Greg Lewis2003-05-052-3/+3
| | | | | | | | | . Revert back to using the actual distribution site in MASTER_SITES. Approved by: znerd Notes: svn path=/head/; revision=80184
* Update to 1.3.1_08.Ernst de Haan2003-05-052-5/+5
| | | | | | | Reported by: Thomas Vogt <thomas.vogt@bsdunix.ch> Notes: svn path=/head/; revision=80157
* linux_base needs to be in EXTRACT_DEPENDS, otherwise ports doesn'tMaxim Sobolev2003-05-033-0/+3
| | | | | | | install if linux_base isn't installed. Notes: svn path=/head/; revision=80084
* . Add $FreeBSD$Greg Lewis2003-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 Notes: svn path=/head/; revision=80015
* Update to 1.2.8.Ernst de Haan2003-05-013-5/+7
| | | | | | | | | | Destination JAR file now without the version number. Submitted by: maintainer PR: 51637 Notes: svn path=/head/; revision=79937
* . Address ownership issues during the installation step.Greg Lewis2003-04-302-1/+5
| | | | | | | | PR: 36411 Approved by: maintainer timeout Notes: svn path=/head/; revision=79922
* . Fix Math.pow() when the JDK is compiled with optimisation flags set.Greg Lewis2003-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 Notes: svn path=/head/; revision=79921
* Upgrade to 1.6.1.Ernst de Haan2003-04-242-2/+2
| | | | Notes: svn path=/head/; revision=79586
* Upgrade to 1.6.Ernst de Haan2003-04-243-6/+83
| | | | Notes: svn path=/head/; revision=79584
* . Be consistent with other JDK ports and silence execution of theGreg Lewis2003-04-241-2/+2
| | | | | | | | | | | post-patch clean up. . Simplify installation find command. Reviewed by: znerd Approved by: znerd Notes: svn path=/head/; revision=79566
* . find -> ${FIND}Greg Lewis2003-04-241-1/+1
| | | | | | | | Reviewed by: znerd Approved by: znerd Notes: svn path=/head/; revision=79565
* . Fix ownership of installed files.Greg Lewis2003-04-242-0/+2
| | | | | | | | | PR: 36411 Reviewed by: znerd Approved by: znerd Notes: svn path=/head/; revision=79564
* . Now that we can use Classic and HotSpot, make classic (and hence greenGreg Lewis2003-04-221-0/+13
| | | | | | | threads) the default. This is the most stable combination. Notes: svn path=/head/; revision=79472
* . Fix the shell wrapper to cope with HotSpot and as a result remove theGreg Lewis2003-04-222-2/+81
| | | | | | | | | warning that the Classic VM is unusable with HotSpot. Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp> Notes: svn path=/head/; revision=79471
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* New port: proguardMax Khon2003-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 Notes: svn path=/head/; revision=79289
* . Fix the packing list to match the updated distribution of the lastGreg Lewis2003-04-181-100/+305
| | | | | | | | | commit to distinfo. Forgotten by: edwin Notes: svn path=/head/; revision=79243
* Update java/java-tutorialEdwin Groothuis2003-04-181-1/+1
| | | | | | | | | | Lots of changes in the HTML code PR: ports/50939 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> Notes: svn path=/head/; revision=79216
* Don't remove the share/java/classes system directoryKris Kennaway2003-04-171-1/+0
| | | | Notes: svn path=/head/; revision=79170
* . Switch to using cpio to install in line with other JDKs. This allowsGreg Lewis2003-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 Notes: svn path=/head/; revision=79117
* . Switch to using cpio to install in line with other JDKs. This allowsGreg Lewis2003-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 Notes: svn path=/head/; revision=79116
* Officially dropping maintainership. I have no time nor the interestErnst de Haan2003-04-164-4/+4
| | | | | | | to maintain the JBoss ports. Notes: svn path=/head/; revision=79062
* Drop maintainership - I'am so impressed by the performance andMaxim Sobolev2003-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. Notes: svn path=/head/; revision=79037
* Fixed DOWNLOAD_URL.Ernst de Haan2003-04-091-1/+1
| | | | | | | Pointed out by: joerg Notes: svn path=/head/; revision=78665
* Allow the build to commence by changing the BUILD_DEPENDS on jfc toKris Kennaway2003-04-071-2/+2
| | | | | | | PATCH_DEPENDS, since it is required by pre-patch Notes: svn path=/head/; revision=78556
* 1. Clean up demo/jfc/SwingSet2/resources before the install. This shouldGreg Lewis2003-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) Notes: svn path=/head/; revision=78534
* . Fix the packing list:Greg Lewis2003-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> Notes: svn path=/head/; revision=78533
* Upgrade to 3.0.Ernst de Haan2003-04-073-2/+177
| | | | Notes: svn path=/head/; revision=78529
* Upgrade to 1.0.3. Fixed comment.Ernst de Haan2003-04-073-5/+6
| | | | Notes: svn path=/head/; revision=78515
* [PATCH] Update java/bouncycastle to version 1.16Edwin Groothuis2003-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> Notes: svn path=/head/; revision=78510
* add java-getopt 1.0.9Ying-Chieh Liao2003-04-075-0/+40
| | | | | | | Java version of GNU getopt family functions Notes: svn path=/head/; revision=78508
* New port: trove4j.Ernst de Haan2003-03-275-0/+423
| | | | | | | | PR: 45287 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=77533
* Fix port build failure.Archie Cobbs2003-03-201-0/+15
| | | | Notes: svn path=/head/; revision=77166
* Fix port build failure.Archie Cobbs2003-03-204-37/+125
| | | | Notes: svn path=/head/; revision=77165
* Fix plist after update to 02 patch bundleAlexey Zelkin2003-03-151-3/+0
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=77132
* Fix checking of libc_r capabilities at FreeBSD version whichAlexey Zelkin2003-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> Notes: svn path=/head/; revision=77130
* Make this port non-interactive. I.e. extract distfile unconditionally.Alexey Zelkin2003-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) Notes: svn path=/head/; revision=77123
* Add runtime test to check of required libc_r functionality. I.e. warnAlexey Zelkin2003-03-136-24/+282
| | | | | | | | | | | people about requirement of libc_r updates as early as possible. Bump PORTREVISION Approved by: portmgr (kris) (implicitly) Notes: svn path=/head/; revision=77122
* Add notice about amount of disk space requiredAlexey Zelkin2003-03-133-0/+27
| | | | Notes: svn path=/head/; revision=77121
* Correct pkg-plistAlexey Zelkin2003-03-133-612/+0
| | | | | | | Submitted by: olgeni, glewis Notes: svn path=/head/; revision=77120
* Make sure that demo/jfc/SwingSet2/resources does not exists (it should not,Alexey Zelkin2003-03-133-0/+6
| | | | | | | but sometimes leaves in) Notes: svn path=/head/; revision=77119
* Fix build on 5.0-RELEASEAlexey Zelkin2003-03-133-0/+33
| | | | Notes: svn path=/head/; revision=77118