summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix GCC33 issue. Bumped PORTREVISION.Ernst de Haan2003-09-252-0/+12
| | | | | PR: 55957 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-242-2/+2
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* . s:NO_CDROM:RESTRICTED: as neither the distfiles nor the packages shouldGreg Lewis2003-09-242-2/+2
| | | | | | be on FTP sites according to my understanding of the license. Mea culpa. Approved by: portmgr (kris)
* Back out previous commit. Further inspection reveals that it is theKris Kennaway2003-09-241-2/+0
| | | | | diablo-jdk port that is bogusly requiring manual input at pkg_add time, thereby preventing any other packages from building with it.
* Mark as IS_INTERACTIVE because it asks for manual license acceptance andKris Kennaway2003-09-241-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.
* Fix compilation with WITHOUT_X11.Sergey A. Osokin2003-09-191-1/+1
| | | | | Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) PR: 57000
* kaffe-devel doesn't know about amd64 CPUs.Edwin Groothuis2003-09-181-0/+2
| | | | | Maintainer is informed. Noticed by: bento/kris@
* Update linux jdk location after recent linux-sun-jdk update to 1.4.2_01Alexey Zelkin2003-09-083-3/+3
|
* Removed the DIST_SUBDIR statement.Ernst de Haan2003-09-082-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
* New port: kaffe-devel, development release of kaffe Java VMEdwin Groothuis2003-09-076-0/+159
| | | | | | | Multi-platform Java virtual machine with JIT compiler and AWT package PR: ports/55270 Submitted by: Mark Huizer <xaa+ports@timewasters.nl>
* . Update from 0.33 to 0.34 [1]Greg Lewis2003-09-052-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]
* Fixed installation (destination directory) andErnst de Haan2003-09-042-1/+8
| | | | | package list (missing files). Bumped PORTREVISION.
* Update to 1.4.2_01.Ernst de Haan2003-09-042-7/+8
|
* Add Japanese More Pack. It contains Japanese menu, etc..Norikatsu Shigemura2003-09-043-1/+11
| | | | Submitted by: daichi
* Add eclipse-langpack-2.1.1.1, the Eclipse language pack isNorikatsu Shigemura2003-09-036-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
* . Remove native_threads directories when native threads are not specifiedGreg Lewis2003-08-312-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
* . Check for a setting of "-mcpu=k6" in CFLAGS and error if so. ThisGreg Lewis2003-08-301-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>
* . Add support for bootstrapping with the Diablo Caffe JDK. The bootstrapGreg Lewis2003-08-291-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.
* . Remove trailing comma from line which displayed the URL to downloadGreg Lewis2003-08-272-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
* . Add diablo-jdk13 and diablo-jre13.Greg Lewis2003-08-251-0/+2
|
* . Add a port of the Diablo Caffe JDK 1.3.1 binary release.Greg Lewis2003-08-256-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."
* . Add a port of the Diablo Latte JRE 1.3.1 binary release.Greg Lewis2003-08-256-0/+618
| | | | | | "The Java Runtime Environment (JRE) implements the Java Virtual machine and base classes, and permits the execution of Java applications on FreeBSD."
* . Add a script which checks if ${LINUX_BASE}/${WRKDIRPREFIX} isGreg Lewis2003-08-232-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
* . Add a script which checks if ${LINUX_BASE}/${WRKDIRPREFIX} isGreg Lewis2003-08-222-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
* update java/jmp: 0.32 -> 0.33Daichi GOTO2003-08-202-2/+2
| | | | | PR: 55585 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* java/jdbcpool: drop maintainer shipDaichi GOTO2003-08-191-1/+1
| | | | | PR: 55691 Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer)
* java/infobus: drop maintainer shipDaichi GOTO2003-08-191-1/+1
| | | | | PR: 55691 Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer)
* java/cos: drop maintainer shipDaichi GOTO2003-08-191-1/+1
| | | | | PR: 55691 Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer)
* java/collections: drop maintainer shipDaichi GOTO2003-08-191-1/+1
| | | | | PR: 55691 Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer)
* . Update to 1.3.1_09.Greg Lewis2003-08-142-4/+4
|
* Let DOWNLOAD_URL point to the actual 3.5.1 license page.Jimmy Olgeni2003-08-056-6/+6
| | | | Submitted by: Carlos F. A. Paniago <pan@cnpm.embrapa.br>
* Upgrade to release 3.5.1.Jimmy Olgeni2003-08-0512-24/+30
|
* Warn users about requirement of having linprocfs mounted in order toAlexey Zelkin2003-08-043-6/+66
| | | | | | | | | | | start native JDK port build. linprocfs mounted become pre-requisite of build after Linux SUN JDK port was updated to 1.4.2. Add run-time (pre-build) check for linprocfs mounted as well. Bump space requirements note about disk space required for build of whole JDK 1.4.1 port and package to more appropriate value (as reported by many people).
* . Autodetect a previous jdk13 install and use that to bootstrap byGreg Lewis2003-08-021-9/+11
| | | | | | | default if it exists. This can be overidden either using JDK13DIR or setting WITH_LINUX_BOOTSTRAP. PR: 52195
* 1. Autodetect a previous jdk13 install and use that to bootstrap byGreg Lewis2003-08-021-20/+12
| | | | | | | | | default if it exists. This can be overidden either using JDK13DIR or setting WITH_LINUX_BOOTSTRAP. 2. Don't create directories for new files, invoke patch with -p0. PR: 52195 [1] Submitted by: David Yeske <dyeske@yahoo.com> [1 - based on]
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-293-3/+3
| | | | | these great pieces of software, so that let others with more free time to take over them.
* # New ports collection makefile for: JDOMErnst de Haan2003-07-232-303/+282
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Date created: June 1, 2001 # Whom: Ernst de Haan <znerd@FreeBSD.org> # # $FreeBSD: ports/java/jdom/Makefile,v 1.8 2003/07/23 14:30:27 znerd Exp $ # PORTNAME= jdom PORTVERSION= 1.0b9 CATEGORIES= java MASTER_SITES= http://www.jdom.org/dist/source/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/[0-9]*\.[0-9]*//} MAINTAINER= znerd@FreeBSD.org COMMENT= Java library for accessing and manipulating XML documents BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant USE_JAVA= 1.2+ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/[0-9]*\.[0-9]*//} PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///} TARGET_DIR?= ${PREFIX}/share/java/${PORTNAME}-${PORTVERSION} ANT?= ${LOCALBASE}/bin/ant ANT_TARGET= package javadoc do-build: @cd ${WRKSRC} && ${ANT} ${ANT_TARGET} do-install: @${ECHO} -n ">> Creating directory ${TARGET_DIR}..." @${MKDIR} ${TARGET_DIR} @${ECHO} " [ DONE ]" @${ECHO} -n ">> Copying files..." @${CP} -r ${WRKSRC}/* ${TARGET_DIR} @${ECHO} " [ DONE ]" @${ECHO} -n ">> Installing JAR..." @${CP} ${WRKSRC}/build/jdom.jar ${PREFIX}/share/java/classes/ @${ECHO} " [ DONE ]" .include <bsd.port.mk>
* Port devel/jakarta-ant was renamed to devel/apache-ant.Ernst de Haan2003-07-2313-19/+15
| | | | | Reported by: kris Pointy hat to: me
* Update to 1.3.1 Service Release 5.Ernst de Haan2003-07-234-4/+5
| | | | | | | See: ftp://javaww@207.25.253.61/developer/linuxia32/131SR5/fixes.html Pointed out by: Lauri J. Jarvenpaa <Lauri.Jarvenpaa@students.turkuamk.fi>
* Use `/' instead of `.' at end of URL.Sergey A. Osokin2003-07-221-1/+1
| | | | Notify from: maintainer via fenner
* . Switch to using the appropriate Blackdown JDK for bootstrapping sinceGreg Lewis2003-07-212-4/+4
| | | | | | it doesn't require user intervention to download and install. PR: 30576
* . Update recommendations on alternatives.Greg Lewis2003-07-211-4/+17
| | | | | . Note that you now need to enable linprocfs for this port to work correctly.
* Chase ant port rename.Jimmy Olgeni2003-07-211-1/+1
|
* Update to 1.1Sergey A. Osokin2003-07-213-80/+83
| | | | | Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer) PR: 54615
* Now expects bootstrap JDK in ${LOCALBASE}/linux-sun-jdk1.4.2.Ernst de Haan2003-07-213-3/+9
| | | | Approved by: MAINTAINER
* Update to Xalan-J 2.5.1.Ernst de Haan2003-07-183-308/+1675
|
* Partially fix the build with gcc 3.3. This still blows up later in the build.Kris Kennaway2003-07-182-0/+20
|
* 1) Include xjavadoc, which I had installed locally, and without whichSheldon Hearn2003-07-173-3/+14
| | | | | | xdoclet doesn't work. 2) Remove empty stylesheets directory that was messing up packaging.
* Installing API documentation in ${DOCSDIR}/apidocs instead of in ${DOCSDIR}.Ernst de Haan2003-07-172-1804/+838
| | | | | | Bumped PORTREVISION. Pointed out by: Joshua Sahala <ntranc3d@yahoo.com>
* Whitespace.Jimmy Olgeni2003-07-151-1/+1
|