aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 1.29.Greg Lewis2005-09-154-768/+53
| | | | | | | | . Unbreak and undeprecate. . Temporarily take maintainership. Notes: svn path=/head/; revision=142826
* . Fix packing list (add @dirrm forgotten in my last commit).Greg Lewis2005-09-151-0/+1
| | | | Notes: svn path=/head/; revision=142825
* . Update to 20050328.Greg Lewis2005-09-154-26/+15
| | | | | | | | | . Remove RESTRICTED, the licence is BSD-like and the web site now claims it is fine for production use. . Update pkg-descr and include the web site. Notes: svn path=/head/; revision=142824
* Mark for deprecation. The distfile that is currently in the port is overMark Linimon2005-09-151-0/+2
| | | | | | | a year old and no longer archived. This port is up for adoption. Notes: svn path=/head/; revision=142787
* . Fix a typo in the COMMENT.Greg Lewis2005-09-151-1/+1
| | | | Notes: svn path=/head/; revision=142781
* Fix build error WITH_MOTIF.Norikatsu Shigemura2005-09-142-2/+18
| | | | | | | | | | Add a desktop meny entry under GNOME. PR: ports/86086 Submitted by: Panagiotis Astithas <past@ebs.gr> Notes: svn path=/head/; revision=142715
* . Placate portlint and help tools such as 'make index' which expect theGreg Lewis2005-09-121-1/+1
| | | | | | | URL in pkg-descr to start with 'WWW: ' Notes: svn path=/head/; revision=142501
* . Update to 3.0.0.Greg Lewis2005-09-123-625/+8
| | | | | | | | PR: 85300 Submitted by: Panagiotis Astithas <past@ebs.gr> Notes: svn path=/head/; revision=142500
* . Fix compilation after the recent nspr split from mozilla/firefox.Greg Lewis2005-09-083-63/+2
| | | | | | | | | | | | | Although I can't reproduce this problem, it doesn't break anything for me and other users have independently verified it fixes the build for them. . Remove an unnecessary patch. PR: 85590 Submitted by: Panagiotis Astithas <past@ebs.gr> Notes: svn path=/head/; revision=142236
* . Force the Client VM when dumping the shared archive since you can'tGreg Lewis2005-09-062-2/+2
| | | | | | | dump the archive with the Server VM. Notes: svn path=/head/; revision=142042
* . Tell the user all the files they will need up front, instead of tellingGreg Lewis2005-09-051-23/+28
| | | | | | | | | | | | porky pies about what they have and prompting them one file at a time. This is a rewording and reworking (for jdk12) of the patch in the attributed PR by fenner@ (which is for jdk14). . Update the (commented out) MASTER_SITES while I'm here. PR: 84644 Notes: svn path=/head/; revision=141967
* . Generate the class data shared archive during post-install to speedGreg Lewis2005-09-044-22/+36
| | | | | | | | | | | | up VM load times. See http://java.sun.com/j2se/1.5.0/docs/guide/vm/class-data-sharing.html Suggested by: "Ronald Klop" <ronald-freebsd8@klop.yi.org> Approved by: phantom (maintainer) Notes: svn path=/head/; revision=141916
* . Use ${PTHREAD_LIBS} when compiling the testos programme rather thanGreg Lewis2005-09-031-7/+1
| | | | | | | | | inventing our own version. Approved by: phantom (maintainer) Notes: svn path=/head/; revision=141862
* . Tell the user all the files they will need up front, instead of tellingGreg Lewis2005-09-031-24/+29
| | | | | | | | | | | | porky pies about what they have and prompting them one file at a time. This is a rewording and reworking (for jdk13) of the patch in the attributed PR by fenner@ (which is for jdk14). . Update the (commented out) MASTER_SITES while I'm here. PR: 84644 Notes: svn path=/head/; revision=141834
* . Respect NOPORTDOCS.Greg Lewis2005-09-022-3/+5
| | | | Notes: svn path=/head/; revision=141824
* BROKEN: UnfetchableKris Kennaway2005-08-311-0/+2
| | | | Notes: svn path=/head/; revision=141531
* - Update to 11.a [1]Herve Quiroz2005-08-293-39/+19
| | | | | | | | | | | | | | - Add 'devel' category [1] - Update to bsd.java.mk 2.0 - Takeover maintainership [2] - Use %%JAVAJARDIR%% and PLIST_FILES PR: 85041 [1] [2] Submitted by: Conor McDermottroe <ports@mcdermottroe.com> (new maintainer) Approved by: former maintainer Notes: svn path=/head/; revision=141349
* - fix build on 4.x: include missing headerVolker Stolz2005-08-293-15/+14
| | | | | | | - USE_LIBTOOL, drop ltmain-patch Notes: svn path=/head/; revision=141248
* Change MAINTAINER from java@ to freebsd-eclipse@.Norikatsu Shigemura2005-08-2814-14/+14
| | | | | | | Noticed by: Vizion <vizion@vizion.occoxmail.com> Notes: svn path=/head/; revision=141136
* Fix the internal browser issue.Norikatsu Shigemura2005-08-282-3/+3
| | | | | | | | PR: ports/84672 Submitted by: Panagiotis Astithas <past@ebs.gr> Notes: svn path=/head/; revision=141018
* Update to 1.12.2.Norikatsu Shigemura2005-08-282-6/+4
| | | | Notes: svn path=/head/; revision=141017
* Reset bouncing maintainer.Kirill Ponomarev2005-08-261-1/+1
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=140979
* . NUL terminate a string. Fixes a segmentation fault that shows upGreg Lewis2005-08-192-0/+14
| | | | | | | | | | in the jdk13 port build. Brought to you by MALLOC_OPTIONS "A" and "J". . Bump PORTREVISION. Approved by: portmgr (kris) Notes: svn path=/head/; revision=140935
* Refetchable.Norikatsu Shigemura2005-08-181-0/+2
| | | | | | | | Pointed out by: pointyhat via krion Approved by: portmgr (krion) Notes: svn path=/head/; revision=140918
* . Update to 0.8.0 (unbreaks the build on 5.x and 6.x).Greg Lewis2005-08-116-10/+11
| | | | | | | | | | . Use %%DOCSDIR%% in the packing list. . Fix a couple of typos. Approved by: portmgr (krion) Notes: svn path=/head/; revision=140850
* Update distinfo to fix build (forgotten in previous commit).Archie Cobbs2005-08-041-2/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=140773
* Add two more hunks to patch-koi8u. Should make the koi8-u fonts support betterMikhail Teterin2005-08-032-0/+34
| | | | | | | | | | somehow. Approved by: maintainer (phantom) Approved by: portmgr (krion) Notes: svn path=/head/; revision=140759
* Add the two forgotten files neccessary for proper KOI8-U support... Uh-oh.Mikhail Teterin2005-08-014-0/+750
| | | | Notes: svn path=/head/; revision=140694
* Add eclipse-viPlugin 1.12.1, an Eclipse plugin that addsNorikatsu Shigemura2005-08-015-0/+63
| | | | | | | vi functionality to an existing editor like JDT or CDT. Notes: svn path=/head/; revision=140636
* Update to 3.1.Norikatsu Shigemura2005-07-3159-5361/+1088
| | | | | | | | | | | | | o java/eclipse-devel is IGNOREd now until 3.2+. o change MAINTAINERship to java@ on java/eclipse-devel. [1] PR: ports/84252 Submitted by: Panagiotis Astithas <past@ebs.gr> Requested by: devel/eclipse-devel's maintainer [1] Tested by: java@ Notes: svn path=/head/; revision=140521
* - Don't mkdir ${JAVAJARDIR} (already in mtree)Herve Quiroz2005-07-291-8/+3
| | | | | | | | - Use %%JAVAJARDIR%% - Use FIND | INSTALL_DATA rather than CP Notes: svn path=/head/; revision=140394
* Use code long floating around the Internet to add support for KOI8-UMikhail Teterin2005-07-284-6/+22
| | | | | | | | | | | encoding. It is even easier to do the same thing to jdk14 and jdk13, where only one charset-interface exists (jdk15 has two with the old one considered obsolete). Approved by: Alexey Zelkin (maintainer) Notes: svn path=/head/; revision=140315
* Upgrade to release 1.4.6.Archie Cobbs2005-07-262-3/+3
| | | | Notes: svn path=/head/; revision=140179
* Upgrade to release 0.17.Archie Cobbs2005-07-261-1/+1
| | | | Notes: svn path=/head/; revision=140178
* Forbid the use of a JDK from SunHerve Quiroz2005-07-251-0/+1
| | | | | | | | PR: 80454 Submitted by: Heiko Adam <adam@ifm.zmaw.de> Notes: svn path=/head/; revision=140105
* . Add a necessary patch for jikes to be able to compile the source codeGreg Lewis2005-07-231-0/+13
| | | | | | | (which is what jbootstrap uses). Notes: svn path=/head/; revision=139951
* . Default to bootstrapping with jbootstrap.Greg Lewis2005-07-231-3/+7
| | | | Notes: svn path=/head/; revision=139950
* . Set a BUILD_DEPENDS for consistency.Greg Lewis2005-07-231-1/+3
| | | | | | | . Set _JAVA_BOOTSTRAP_VERSION in case the jbootstrap default changes. Notes: svn path=/head/; revision=139949
* . Default to using jbootstrap as the bootstrap, not linux-blackdown-jdk13.Greg Lewis2005-07-231-7/+5
| | | | | | | PR: 83758 Notes: svn path=/head/; revision=139945
* . Add missing RUN_DEPENDS.Greg Lewis2005-07-231-0/+2
| | | | Notes: svn path=/head/; revision=139943
* . Update to 1.2.Greg Lewis2005-07-232-3/+3
| | | | Notes: svn path=/head/; revision=139941
* This port is scheduled for deletion on 2005-09-22 if it is still brokenKris Kennaway2005-07-232-0/+4
| | | | | | | at that time and no PRs have been submitted to fix it. Notes: svn path=/head/; revision=139936
* . Fix the check for the distribution file existing since it must beGreg Lewis2005-07-211-2/+2
| | | | | | | | | downloaded manually. Pointed out by: pointyhat via kris Notes: svn path=/head/; revision=139785
* . Mark RESTRICTED as one of the source files is under the SCSL.Greg Lewis2005-07-201-1/+3
| | | | | | | . Make portlint happier about the IGNORE message. Notes: svn path=/head/; revision=139733
* . Update to 1.1.Greg Lewis2005-07-202-3/+3
| | | | Notes: svn path=/head/; revision=139727
* . Add a port of jbootstrap:Greg Lewis2005-07-205-0/+50
| | | | | | | | "Utilities that allow a JDK to be bootstrapped without needing another JDK to do so." Notes: svn path=/head/; revision=139720
* . Update to 3.2.7.Greg Lewis2005-07-182-4/+4
| | | | | | | | PR: 83627 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=139465
* Update to 1.1.2-pre1 released in February 2004. Some seriousMikhail Teterin2005-07-073-10/+16
| | | | | | | | | | | | | | REINPLACE-ing was required to turn all variables named `enum' into `enumeration', because `enum' is a keyword in Java-1.5 The program seems to work now and builds with Java-1.5 (and, presumably, earlier). The portversion is set to 1.1.1.1 in anticipation of the eventual release of 1.1.2 by the vendor. Notes: svn path=/head/; revision=138661
* . Update to 1.4.2-02.Greg Lewis2005-07-063-15/+26
| | | | | | | | . Get the i386 version even for amd64. . Note that this version doesn't work on FreeBSD 4.x. Notes: svn path=/head/; revision=138632
* . Make this actually work on amd64 (treat it as i386).Greg Lewis2005-06-244-0/+48
| | | | Notes: svn path=/head/; revision=137984