summaryrefslogtreecommitdiff
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-10-17. Update to 1.1.16.Greg Lewis6-85/+339
. Allow build with any native JDK, not just 1.1.8. The default is the Diablo Caffe JDK. This part should be revisited once bsd.java.mk 2.0 hits the scene. One could also consider doing it so it could install for all the native JDKs, not just one at a time. . Fix build on 5.x. . Respect NOPORTDOCS.
2003-10-16. Fix pre-everything target.Greg Lewis1-1/+1
PR: 58148 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-15BROKEN on 5.x: does not compileKris Kennaway1-1/+7
2003-10-13. Add a missing BUILD_DEPENDS on NSPR so the plugin builds.Greg Lewis3-3/+6
Forgotten by: glewis
2003-10-13. Override PKGINSTALL to place it in WRKDIR, which is writeable, ratherGreg Lewis4-0/+4
than PORTSDIR, which may not be. Submitted by: kris
2003-10-11. Install system preferences during post-install to avoid annoying errorGreg Lewis3-1/+28
messages.
2003-10-11. Update to 1.4.1p4.Greg Lewis24-177/+1839
. Use ${PTHREAD_LIBS} rather than -pthread or -lc_r. . Install system preferences to avoid annoying and constant error messages. Approved by: phantom (the update, anyway)
2003-10-11. Unset -Werror when compiling the NIO stuff. GCC 3.3.1 tends to generateGreg Lewis3-0/+39
warnings that 2.95 doesn't and breaks the build on -CURRENT.
2003-10-10. Update to 1.3Greg Lewis2-5/+7
PR: 57764 Submitted by: Dave Glowacki <dglo@glowacki.dyndns.org> (maintainer)
2003-10-10[maintainer update] Update java/jakarta-oroEdwin Groothuis2-3/+4
The jakarta-oro port no longer fetches. There's also a newer version PR: ports/57763 Submitted by: Dave Glowacki <dglo@glowacki.dyndns.org>
2003-10-08Add slash to WWW tag.Sergey A. Osokin2-4/+2
Also remove pair new-lines for portlint(1) happy. Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer)
2003-10-08. Use ${PTHREAD_LIBS} rather than -pthread.Greg Lewis2-1/+30
Suggested by: mi
2003-10-08. Make HotSpot compile with gcc 3.3.1.Greg Lewis4-0/+151
Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp> Reminded by: mi
2003-10-06. Update to 1.2.2.017.Greg Lewis3-5/+7
. Some minor syncing with the linux-sun-jdk13 port while I'm here.
2003-10-06New port: Jakarta Commons DBCP.Ernst de Haan6-0/+149
PR: 57573 Submitted by: Anton Yudin <toha@toha.org.ua>
2003-10-06New port: Jakarta Commons Pool.Ernst de Haan5-0/+105
PR: 57573 Submitted by: Anton Yudin <toha@toha.org.ua>
2003-10-05. Update to 0.35.Greg Lewis2-2/+2
PR: 57581 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
2003-10-01. Sync with the change to linux-sun-jdk14 (it now installs inGreg Lewis3-3/+3
/usr/local/linux-sun-jdk1.4.2) so this port will bootstrap.
2003-09-30. Install in ${LOCALBASE}/linux-sun-jdk1.4.2, notGreg Lewis1-3/+5
${LOCALBASE}/linux-sun-jdk1.4.2_01 as the latter is wrong and breaks detection in bsd.java.mk. . Bump PORTREVISION for this fix. PR: 57420
2003-09-29. Unbreak this port. The binaries call the program "arch" to determineGreg Lewis4-6/+47
the architecture. Unfortunately arch doesn't exist on FreeBSD or in linux_base or linux_base-8. Since "arch" is simply "uname -m" implement it as such and make sure its in the path when running any of the binaries.
2003-09-29[new port] java/gj[-jdk11]: Generic JavaEdwin Groothuis9-0/+714
GJ is an extension of the Java programming language that supports generic types. * Support for generics * Superset of the Java programming language * Compiles into the Java Virtual Machine * Compatible with existing libraries WWW: http://www.cis.unisa.edu.au/~pizza/gj/ gj-jdk11 is a slave port to gj which uses JDK 1.1. PR: ports/55111 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-09-29[new port] java/gj[-jdk11]: Generic JavaEdwin Groothuis1-0/+1
GJ is an extension of the Java programming language that supports generic types. * Support for generics * Superset of the Java programming language * Compiles into the Java Virtual Machine * Compatible with existing libraries WWW: http://www.cis.unisa.edu.au/~pizza/gj/ gj-jdk11 is a slave port to gj which uses JDK 1.1. PR: ports/55111 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-09-29New port: java/linux-blackdown-jre11: Blackdown Linux JRE 1.1.8Edwin Groothuis7-0/+199
Blackdown Linux Java Runtime Environment 1.1.8 It is needed for running Oracle for Linux PR: ports/56738 Submitted by: Simun Mikecin <sime@logos.hr> <sime@logos.hr>
2003-09-26. Update to the 1.4.2 docs.Greg Lewis2-3/+3
2003-09-26. Set EXPR_COMPAT so 5.x expr doesn't get confused by having "-" at the startGreg Lewis1-0/+10
of an argument. Submitted by: jmallett
2003-09-25Fix GCC33 issue. Bumped PORTREVISION.Ernst de Haan2-0/+12
PR: 55957 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-09-24Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2-2/+2
Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
2003-09-24. s:NO_CDROM:RESTRICTED: as neither the distfiles nor the packages shouldGreg Lewis2-2/+2
be on FTP sites according to my understanding of the license. Mea culpa. Approved by: portmgr (kris)
2003-09-24Back out previous commit. Further inspection reveals that it is theKris Kennaway1-2/+0
diablo-jdk port that is bogusly requiring manual input at pkg_add time, thereby preventing any other packages from building with it.
2003-09-24Mark as IS_INTERACTIVE because it asks for manual license acceptance andKris Kennaway1-0/+2
causes the bento build to loop. This probably should be patched out as in the other jdk ports, so it can be packaged on bento.
2003-09-19Fix compilation with WITHOUT_X11.Sergey A. Osokin1-1/+1
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) PR: 57000
2003-09-18kaffe-devel doesn't know about amd64 CPUs.Edwin Groothuis1-0/+2
Maintainer is informed. Noticed by: bento/kris@
2003-09-08Update linux jdk location after recent linux-sun-jdk update to 1.4.2_01Alexey Zelkin3-3/+3
2003-09-08Removed the DIST_SUBDIR statement.Ernst de Haan2-2/+1
Explanation from maintainer: "Log4j has been the first port from the Jakarta series and back then I thought it would be useful to put all distfiles from the Jakarta project in the same subdirectory. Now I don't think it is such a good idea. Furthermore, the ports of other Jakarta projects do not use this scheme. So here is a patch to fix it. I didn't bump the PORT_REVISION as there is no point in updating the port if already installed." PR: 56490 Submitted by: maintainer
2003-09-07New port: kaffe-devel, development release of kaffe Java VMEdwin Groothuis6-0/+159
Multi-platform Java virtual machine with JIT compiler and AWT package PR: ports/55270 Submitted by: Mark Huizer <xaa+ports@timewasters.nl>
2003-09-05. Update from 0.33 to 0.34 [1]Greg Lewis2-4/+5
. Allow compilation when one of the gcc ports with gcj is installed by explicitly specifying the JDK include path comes before ${LOCALBASE}/include. PR: 56379 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) [1]
2003-09-04Fixed installation (destination directory) andErnst de Haan2-1/+8
package list (missing files). Bumped PORTREVISION.
2003-09-04Update to 1.4.2_01.Ernst de Haan2-7/+8
2003-09-04Add Japanese More Pack. It contains Japanese menu, etc..Norikatsu Shigemura3-1/+11
Submitted by: daichi
2003-09-03Add eclipse-langpack-2.1.1.1, the Eclipse language pack isNorikatsu Shigemura6-0/+495
distributed as a feature. It contains translations for German, Spanish, French, Italian, Japanese, Korean, Portuguese (Brazil), Traditional Chinese and Simplified Chinese. Reviewed by: daichi
2003-08-31. Remove native_threads directories when native threads are not specifiedGreg Lewis2-4/+8
during the compile. The native threads java_vm binaries are compiled regardless of the settings and were causing problems with the packing list. . Fix packing list so that native_threads versions of java_vm are conditionalised. PR: 56007
2003-08-30. Check for a setting of "-mcpu=k6" in CFLAGS and error if so. ThisGreg Lewis1-2/+9
setting will cause an internal compiler error in gcc 2.95.x when compiling the JDK. PR: 46269 Submitted by: Simon Barner <barner@in.tum.de>
2003-08-29. Add support for bootstrapping with the Diablo Caffe JDK. The bootstrapGreg Lewis1-3/+6
order is now: . linux-blackdown-jdk13 iff WITH_LINUX_BOOTSTRAP is set. . A previous installation of this port, if it exists. . The Diablo Caffe JDK. That is, the Diablo Caffe JDK is now the default bootstrapper in the absence of a previous installation of this port.
2003-08-27. Remove trailing comma from line which displayed the URL to downloadGreg Lewis2-2/+2
the tarballs from. It wasn't grammatically correct and was too easy to cut and paste along with the actual URL. Submitted by: znerd
2003-08-25. Add diablo-jdk13 and diablo-jre13.Greg Lewis1-0/+2
2003-08-25. Add a port of the Diablo Caffe JDK 1.3.1 binary release.Greg Lewis6-0/+1343
"The Java Development Kit (JDK) provides the Java Virtual Machine, base classes, and development tools to permit developers to create new Java applications, applets, and components on FreeBSD."
2003-08-25. Add a port of the Diablo Latte JRE 1.3.1 binary release.Greg Lewis6-0/+618
"The Java Runtime Environment (JRE) implements the Java Virtual machine and base classes, and permits the execution of Java applications on FreeBSD."
2003-08-23. Add a script which checks if ${LINUX_BASE}/${WRKDIRPREFIX} isGreg Lewis2-4/+31
(possibly indirectly) a symbolic link to ${WRKDIRPREFIX}. . Use this script in preference to the direct symbolic link check previously used, as it handles indirections which cause the same problem. . /compat/linux -> ${LINUXBASE} in the message output if the check detects a link. PR: 43602
2003-08-22. Add a script which checks if ${LINUX_BASE}/${WRKDIRPREFIX} isGreg Lewis2-4/+31
(possibly indirectly) a symbolic link to ${WRKDIRPREFIX}. . Use this script in preference to the direct symbolic link check previously used, as it handles indirections which cause the same problem. . /compat/linux -> ${LINUXBASE} in the message output if the check detects a link. PR: 43602
2003-08-20update java/jmp: 0.32 -> 0.33Daichi GOTO2-2/+2
PR: 55585 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)