aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.3.0 release for Eclipse 3.3 support.Alex Dupre2008-09-072-5/+4
| | | | Notes: svn path=/head/; revision=220090
* . Update to Eclipse GanymedeGreg Lewis2008-09-06155-4586/+2706
| | | | | | | Submitted by: "Stephane E. Potvin" <sepotvin@videotron.ca> Notes: svn path=/head/; revision=220010
* . Update to Eclipse Europa, copied over from eclipse-devel.Greg Lewis2008-09-0694-1140/+4648
| | | | Notes: svn path=/head/; revision=220009
* - JAVA_VERSION=1.4 1.5 is better style than 1.4-1.5Pav Lucistnik2008-09-051-1/+1
| | | | | | | Reported by: hq Notes: svn path=/head/; revision=219940
* - Backout previous commit, the problem was fixed in previous revisionPav Lucistnik2008-09-051-1/+1
| | | | | | | Reported by: hq Notes: svn path=/head/; revision=219939
* - Update to 5.0.0.cr1, which also fixes build with jdk16Pav Lucistnik2008-09-044-62/+7
| | | | | | | | | PR: ports/126718 Submitted by: Greg Lewis <glewis@eyesbeyond.com> Approved by: maintainer timeout (nemoliu; 14 days) Notes: svn path=/head/; revision=219858
* - Limit to jdk 1.4-1.5, does not build with jdk 1.6Pav Lucistnik2008-09-041-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=219855
* - Limit to jdk 1.4-1.5, does not build with 1.6Pav Lucistnik2008-09-041-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=219854
* - New port: netbeans-develPietro Cerutti2008-09-045-0/+6960
| | | | | | | | | | | | | | | | | The NetBeans IDE 6.5 Beta release provides several new features and enhancements, such as a new IDE-wide QuickSearch shortcut, more user-friendly interface, and automatic Compile on Save. In addition to full support of all Java editions (Java SE, Java EE, Java ME), the NetBeans IDE is the ideal tool for software development with PHP, C/C++, Groovy and Grails, Ruby and Rails, Ajax and JavaScript. The 6.5 release also includes enhanced support for web frameworks (Hibernate, Spring, JSF, JPA), the GlassFish application server, and databases. More here: http://www.netbeans.org/community/releases/65/ Notes: svn path=/head/; revision=219841
* Remove empty files.Max Khon2008-09-032-0/+0
| | | | Notes: svn path=/head/; revision=219771
* - Update to 1.5.2Max Khon2008-09-037-597/+207
| | | | | | | | | | - Assign maintainership to PR submitter PR: 125828 Submitted by: Jonathan Chen Notes: svn path=/head/; revision=219770
* Fix build with Java 1.6Herve Quiroz2008-09-021-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=219646
* . Enforce JAVA_VERSION of 1.6 on FreeBSD 7.x and better. While jdk15 willGreg Lewis2008-08-291-0/+4
| | | | | | | | | | work, diablo-jdk15 won't, so the safest way to do this is to just enforce jdk16 or diablo-jdk16. . Enforce using something that was compiled on FreeBSD 8.x since the binary packages are likely to cause problems. Notes: svn path=/head/; revision=219401
* Update to 3.2.1Herve Quiroz2008-08-262-7/+6
| | | | | | | | PR: 125722 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=219199
* Overhaul the port.Rong-En Fan2008-08-252-40/+21
| | | | | | | | | | | - Define USE_LINUX as it installs Linux binaries (bump PORTREVISION) - Remove ONLY_FOR_ARCH since it's an Linux binary port - Extract contents in WRKSRC at do-extract target (was done in do-install) - Move patching work from do-install to do-patch - Use SUB_FILES for pkg-message substitution Notes: svn path=/head/; revision=219149
* - The port contains 32bit Linux binaries and we can run them on amd64, soRong-En Fan2008-08-251-2/+2
| | | | | | | | | | | mark this port works for amd64, too. - Update download URL since the old one does not work anymore PR: ports/126755 Submitted by: Douglas William Thrift <douglas at douglasthrift.net> Notes: svn path=/head/; revision=219146
* . Revert the change to create a build dependency on the bootstrapping JDKGreg Lewis2008-08-252-42/+41
| | | | | | | | | if it already exists. Since the bootstrap JDK can be an already installed instance of itself this creates a circular dependency which breaks portmaster and possibly other port management tools. Notes: svn path=/head/; revision=219130
* - Always define BUILDDIR. This fixes build when NOPORTDOCS is defined.Rong-En Fan2008-08-241-1/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=219069
* . Fix some portlint warnings:Greg Lewis2008-08-202-8/+8
| | | | | | | | | | . Unquote RESTRICTED. . Begin IGNORE with a lower case letter. . printf -> ${PRINTF} . Remove some unnecessary whitespace. Notes: svn path=/head/; revision=218895
* . Remove some unnecessary whitespace.Greg Lewis2008-08-201-2/+2
| | | | | | | . printf -> ${PRINTF}. Notes: svn path=/head/; revision=218894
* . If DISTFILES are missing then print out the instructions to get themGreg Lewis2008-08-192-9/+18
| | | | | | | | nicely formatted and error out rather than trying to use IGNORE and resetting ECHO_MSG. Notes: svn path=/head/; revision=218885
* . A number of small enchancements:Greg Lewis2008-08-191-37/+45
| | | | | | | | | | | | | | | | | . Actually create a valid BUILD_DEPENDS for the bootstrap JDK instead of just skipping it. . Make the default bootstrap JDK diablo-jdk16 rather than diablo-jdk15. We should actually try and get this from bsd.java.mk somehow. . Fix some portlint warnings: . No quotes for RESTRICTED and NO_CDROM. . Use variables for executables rather than the raw names. . If DISTFILES are missing then print out the instructions to get them nicely formatted and error out rather than trying to use IGNORE and resetting ECHO_MSG. . Fix some grammar errors in various messages printed out by the port. Notes: svn path=/head/; revision=218863
* . Fix printing out the download directions.Greg Lewis2008-08-182-2/+2
| | | | | | | Reported by: itetcu@ Notes: svn path=/head/; revision=218772
* . Add ports for the Diablo 1.6 (aka 6.0) releases for both the JDK and JRE.Greg Lewis2008-08-1813-0/+4791
| | | | Notes: svn path=/head/; revision=218743
* Drop maintainership on my ports as I'm no longer using FreeBSD.Eric Anholt2008-08-061-1/+1
| | | | Notes: svn path=/head/; revision=218158
* - Update to 2.5.5Martin Wilke2008-08-062-5/+4
| | | | | | | | PR: 126220 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) Notes: svn path=/head/; revision=218152
* - Update to 1.1.7.015414Nicola Vitale2008-08-014-10/+10
| | | | Notes: svn path=/head/; revision=217927
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* Update to 1.40 release.Alex Dupre2008-07-142-5/+4
| | | | Notes: svn path=/head/; revision=216817
* . Update to tzupdater 1.3.6.Greg Lewis2008-07-132-6/+6
| | | | | | | | PR: 125469 Submitted by: Wayne Sierke <ws@au.dyndns.ws> Notes: svn path=/head/; revision=216783
* . Update to 1.4.2_18.Greg Lewis2008-07-133-6/+7
| | | | Notes: svn path=/head/; revision=216780
* . Update to 1.5.0_16.Greg Lewis2008-07-133-6/+7
| | | | Notes: svn path=/head/; revision=216778
* . Update to Update 7.Greg Lewis2008-07-133-6/+274
| | | | Notes: svn path=/head/; revision=216754
* . Update to tzupdater 1.3.6.Greg Lewis2008-07-132-6/+6
| | | | | | | | PR: 125469 Submitted by: Wayne Sierke <ws@au.dyndns.ws> Notes: svn path=/head/; revision=216752
* . Update to tzupdater 1.3.6.Greg Lewis2008-07-122-6/+6
| | | | | | | | PR: 125469 Submitted by: Wayne Sierke <ws@au.dyndns.ws> Notes: svn path=/head/; revision=216746
* . Update to tzupdater 1.3.6.Greg Lewis2008-07-124-12/+12
| | | | | | | | PR: 125469 Submitted by: Wayne Sierke <ws@au.dyndns.ws> Notes: svn path=/head/; revision=216741
* - Fix buildMartin Wilke2008-07-092-335/+325
| | | | | | | | | PR: 125418 Submitted by: maintainer Reported by: pavbot Notes: svn path=/head/; revision=216590
* - Mark BROKEN: does not packagePav Lucistnik2008-07-081-0/+2
| | | | Notes: svn path=/head/; revision=216565
* - Change mantainership to Brad ClawsieAndrey Slusar2008-07-051-1/+1
| | | | | | | | | PR: ports/122955 Submitted by: maintainer Approved by: clawsie at fastmail dot fm via email Notes: svn path=/head/; revision=216350
* - Update to 1.3.18Nicola Vitale2008-07-032-5/+4
| | | | Notes: svn path=/head/; revision=216233
* (1) Fix bindings dependencies when WITH_FREEBSD_SUBVERSION is setLev A. Serebryakov2008-07-021-1/+1
| | | | | | | | | | | | (2) Fix CATEGORIES for devel/*-subversion ports (3) Add note to UPDATING about neon26/neon28 transition and binding changes. PR: ports/125168 [2] Submitted by: Dmitry Morozovsky <marck rinet ru> [1,2,3] Notes: svn path=/head/; revision=216122
* . Update to 1.4.2_17.Greg Lewis2008-07-023-7/+7
| | | | | | | | PR 124454 Submitted by: gahr@ Notes: svn path=/head/; revision=216120
* . Report when the time zone data is being updated.Greg Lewis2008-07-012-4/+6
| | | | | | | | | | | | | | | | | | | . Error if the time zone update fails. This is a bit of a double edged sword. It prevents installing a broken port with a broken packing list if Diablo won't run on this version of FreeBSD, but it also creates a situation where the install can fail without really needing to if you have to retry it for some reason (e.g. you forget the root password when installing as a user). If the latter is the case, you'll need to first clean to before trying to install again to resolve the issue. Making pre-install somewhat bogusly pre-install or checking for the existence of an updated time zone file before running tzupdate may alleviate the problem with this solution. PR: 125085 Notes: svn path=/head/; revision=216076
* Fix CATEGORIES for subversion & binding ports.Lev A. Serebryakov2008-06-301-1/+1
| | | | Notes: svn path=/head/; revision=216036
* Add subversion-java: high-level bindings for Java and subversion VCS.Lev A. Serebryakov2008-06-304-0/+56
| | | | Notes: svn path=/head/; revision=216026
* - respect NOPORTDOCS and NOPORTEXAMPLESIon-Mihai Tetcu2008-06-282-31/+32
| | | | | | | | | | | - fix plist for -DNOPORTDOCS - bump PORTREVISION Prompted by: QA Tindy run Approved by: maintainer timeout on BotMail Notes: svn path=/head/; revision=215863
* - s/NOPORTDOCS/NO_INSTALL_MANPAGES/ where neededIon-Mihai Tetcu2008-06-282-3/+6
| | | | | | | | | | | - use MAN1 for man page anr remove it from plist - fix plist for -DNOPORTDOCS - bump PORTREVISION Prompted by: QA Tindy run Notes: svn path=/head/; revision=215862
* Unbreak and make fetchable again.Jimmy Olgeni2008-06-256-14/+42
| | | | | | | | | Implement memory detection in startup script. Submitted by: Dr. A. Haakh <bugReporter(at)Haakh.de> Notes: svn path=/head/; revision=215778
* . Don't cheat on BUILD_DEPENDS in regards to a bootstrap JDK as thisGreg Lewis2008-06-251-4/+3
| | | | | | | | | | | | | | | | confuses portmaster, which (understandably) expects that we didn't fake up our bootstrap dependency. Instead, only set up a BUILD_DEPENDS for a bootstrap if there isn't one installed. A more complicated and arguably more correct patch would always set up the BUILD_DEPENDS for the bootstrap JDK but would do so correctly based on what it found to use. This almost certainly needs to happen to the other jdk* ports, but I'm going to await some positive feedback before doing so. Notes: svn path=/head/; revision=215748