summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Reorder the check for the source and patchset so that the failureGreg Lewis2003-06-152-22/+22
| | | | | | | messages are produced in the order that they were intended. Notes: svn path=/head/; revision=83000
* . Update DOWNLOAD_URLGreg Lewis2003-06-131-1/+1
| | | | | | | Submitted by: nork Notes: svn path=/head/; revision=82937
* . Update to 1.4.1_03.Greg Lewis2003-06-123-15/+5
| | | | | | | . Use the POSIX command line syntax for tail, not the "historical". Notes: svn path=/head/; revision=82896
* Changed maintainer to: parv_fm@emailgroups.net.Ernst de Haan2003-06-121-1/+1
| | | | | | | Requested by: parv <parv_fm@emailgroups.net> Notes: svn path=/head/; revision=82849
* Update to version 3.5.Jimmy Olgeni2003-06-1124-3684/+3300
| | | | | | | Submitted by: Ivanchenko V. I. <webmaster@asiamusic.ru> Notes: svn path=/head/; revision=82811
* Update to the 2003.05.30 version of the tutorial.Ernst de Haan2003-06-113-3566/+3655
| | | | | | | | PR: 47153 Requested by: parv_fm@emailgroups.net Notes: svn path=/head/; revision=82774
* Improved comment.Ernst de Haan2003-06-111-1/+1
| | | | Notes: svn path=/head/; revision=82760
* The NetBeans startup script should be patched on -CURRENT only.Jimmy Olgeni2003-06-0714-32/+62
| | | | | | | | | | | | | The -CURRENT /bin/expr command may get confused when matching regexps against strings that begin with "-", because they are interpreted as command flags. Using "--" as the first flag solves this, but it will in turn confuse -STABLE expr (syntax error), so it looks like there's no common way to do it (that I can think of). Notes: svn path=/head/; revision=82466
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-043-17/+17
| | | | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris Notes: svn path=/head/; revision=82300
* . Update to 1.2.2.015.Greg Lewis2003-06-032-2/+2
| | | | Notes: svn path=/head/; revision=82195
* use java 1.3+Ying-Chieh Liao2003-06-031-1/+1
| | | | | | | | PR: 52442 Submitted by: maintainer Notes: svn path=/head/; revision=82183
* Revert javavm hack, which prevents execution of jpda related modules.Jimmy Olgeni2003-06-0212-318/+6
| | | | | | | | | JDK_HOME will have to be set by hand (or use the -jdkhome switch). Submitted by: Khairil Yusof <kaeru@pd.jaring.my> Notes: svn path=/head/; revision=82034
* Merge some fixes from ports/44275 and ports/49100:Jimmy Olgeni2003-06-0212-30/+102
| | | | | | | | | | | | | | * Mark as RESTRICTED * Use java >= 1.3 * Add better package description PR: ports/44275 Submitted by: Stefan Schmidt <stefan.schmidt@twest.de> PR: ports/49100 Submitted by: Angel Todorov <angel.todorov@-u.de> Notes: svn path=/head/; revision=82021
* Add a port for NetBeans, fix the startup script ("expr" syntax) andJimmy Olgeni2003-06-0231-0/+5491
| | | | | | | use the javavm command to start. Notes: svn path=/head/; revision=81986
* . Update to 1.3.1 SR4.Greg Lewis2003-05-203-6/+8
| | | | Notes: svn path=/head/; revision=81555
* BROKEN on 5.1: fails to linkKris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81220
* BROKEN on 5.1: does not compileKris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81209
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81207
* . Add the java/jmp port.Greg Lewis2003-05-1510-0/+168
| | | | | | | | | | | | JMP is a profiler for java that can be used to trace objects usage and method timings. JMP uses the JVMPI interface to gather statistics and interact with the JVM. JMP uses a GTK+ interface to show the status. PR: 47151, 48474, 50325 Submitted by: Ronald Klop <ronald@cs.vu.nl> Notes: svn path=/head/; revision=81043
* Unbreak package build after recent Greg's commit (which changedAlexey Zelkin2003-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> Notes: svn path=/head/; revision=80481
* 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