aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362712
* . Don't hardcode /bin/bash. Fixes build trace output.Greg Lewis2014-07-201-0/+11
| | | | Notes: svn path=/head/; revision=362358
* . Introduce a DIST_BUILD_NUMBER variable and refer to that in both DISTNAMEGreg Lewis2014-07-201-2/+4
| | | | | | | | | | | and MASTER_SITES. This fixes the download URL. [1] . Add a dependency on fontconfig. [2] Pointed out by: Chris Sabo <csabo2@gmail.com> [1] Requested by: Michael Schmiedgen <schmiedgen@takwa.de> [2] Notes: svn path=/head/; revision=362356
* . Update to 8u11. This requires moving the patch file for 8u5 to startGreg Lewis2014-07-204-17/+6011
| | | | | | | with 8u05 to preserve patch file ordering. Notes: svn path=/head/; revision=362333
* - Update to b32.Jung-uk Kim2014-07-175-141/+310
| | | | | | | | - Update TimeZoneNames to tzdata2014b. - Enlist openjdk6 users as testers of ant 1.9.4. Notes: svn path=/head/; revision=362118
* . Update to 7u65.Greg Lewis2014-07-163-2239/+9703
| | | | Notes: svn path=/head/; revision=362066
* . Update to 8u11.Greg Lewis2014-07-162-3/+3
| | | | Notes: svn path=/head/; revision=362022
* . Update to 8u11.Greg Lewis2014-07-162-5/+5
| | | | Notes: svn path=/head/; revision=362021
* . Update to 7u65.Greg Lewis2014-07-162-3/+3
| | | | Notes: svn path=/head/; revision=362019
* . Update to 7u65.Greg Lewis2014-07-162-5/+5
| | | | Notes: svn path=/head/; revision=362017
* Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361989
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-153-2/+4
| | | | | | | | Apologies in advance, I know java drives its short bus very, very slowly through qat. Building these 3 ports will probably wedge it for weeks. Notes: svn path=/head/; revision=361957
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-131-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361728
* java/wildfly80: fix building as userKurt Jaeger2014-07-122-4/+3
| | | | Notes: svn path=/head/; revision=361638
* . Fix unpack200 on i386/amd64 by only swapping bytes when this is actuallyGreg Lewis2014-07-123-7/+30
| | | | | | | | | | | | | | | a big endian machine. [1] . Bump PORTREVISION for the fix. . Speed up the build on multi-core machines using the MAKE_JOBS trickery from the openjdk8 Makefile. . Enlist openjdk7 users as testers of ant 1.9.4. . Add a dependency on fontconfig. PR: 191735 [1] Requested by: Michael Schmiedgen <schmiedgen@takwa.de> [2] Notes: svn path=/head/; revision=361627
* java/dbvis: Swap order-sensitive categories to unbreak PKGORIGINJohn Marino2014-07-121-1/+1
| | | | | | | From Jim Ohlstein in response to an auto-nag. Notes: svn path=/head/; revision=361617
* java/dbvis: Update version 7.1 => 9.1.6 and stageJohn Marino2014-07-122-7/+13
| | | | | | | | | | | | | | Also: * Annotate dbVisualizer license * Switch categories from "java devel" to "java databases" * Switch absolute dbvis symlink to relative one (marino) * passing maintainership to submitter PR: 186947 Submitted by: jim (ohlste.in) Notes: svn path=/head/; revision=361608
* Update 8 plugins following upgrade to Eclipse 4.3.2John Marino2014-07-1112-36/+35
| | | | | | | | | | | | | | | | | | | | The following plugins must be updated after upgrading Eclipse to version 4.3.2 because they don't currently work: * java/eclipse-datatools (assign maintainership too) * java/eclipse-emf * java/eclipse-gef * java/eclipse-pydev * java/eclipse-webtools * java/eclipse-windowbuilder * devel/scala-ide * devel/subversive PR: 191798 Submitted by: Eclipse maintainer (Jimmy Kelly) Notes: svn path=/head/; revision=361590
* java/eclipse: Fix dropins locationJohn Marino2014-07-111-0/+3
| | | | | | | | | | | | The new 4.3.2 Eclipse port doesn't look for dropins in the "standard" FreeBSD location (/usr/local/share/eclipse/dropins) as expected. The eclipse.ini file has been modified to make that happen. PR: 191766 Submitted by: maintainer (Jimmy Kelly) Notes: svn path=/head/; revision=361589
* @owner not @userBaptiste Daroussin2014-07-061-2/+2
| | | | Notes: svn path=/head/; revision=360912
* @owner not @userBaptiste Daroussin2014-07-061-1/+1
| | | | Notes: svn path=/head/; revision=360911
* Support stageBaptiste Daroussin2014-07-062-4/+6
| | | | Notes: svn path=/head/; revision=360910
* Support stageBaptiste Daroussin2014-07-062-12/+6
| | | | Notes: svn path=/head/; revision=360909
* Allow packaging as a userBaptiste Daroussin2014-07-061-0/+4
| | | | Notes: svn path=/head/; revision=360908
* Support stageBaptiste Daroussin2014-07-061-6/+3
| | | | Notes: svn path=/head/; revision=360907
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-0514-14/+14
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills) Notes: svn path=/head/; revision=360810
* Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple whileAdam Weinberger2014-07-052-4/+10
| | | | | | | | | we're here. Remove any other references to NOPORT*. Approved by: portmgr (blanket for modernization) Notes: svn path=/head/; revision=360709
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-0410-109/+98
| | | | Notes: svn path=/head/; revision=360494
* Correct typo declaring ONLY_FOR_ARCHSSean Bruno2014-07-021-1/+1
| | | | | | | | PR: 191565 Reviewed by: bdrewery Notes: svn path=/head/; revision=360237
* - Update to 3.9.2Jason E. Hale2014-06-292-15/+9
| | | | | | | | | | | - NOPORTDOCS -> DOCS option - Silence MKDIR PR: 191441 (based on) Submitted by: m.tsatsenko@gmail.com (maintainer) Notes: svn path=/head/; revision=359784
* Remove java/eclipse-devel as java/eclipse is newerJohn Marino2014-06-2812-8805/+0
| | | | | | | | | | | | Given the amount of work required to maintain a single version of eclipse, it was thought prudent to focus maintenance efforts on a single port, especially since the plugins are designed for java/eclipse, not the development version. Discussed in PR. PR: 188659 Notes: svn path=/head/; revision=359724
* Restore eclipse Makefile.plugins instead of breaking/expiring ports using itAntoine Brodin2014-06-271-4/+12
| | | | Notes: svn path=/head/; revision=359612
* Ports attempting to use eclipse Makefile.plugins are BROKEN, not IGNOREAntoine Brodin2014-06-271-1/+3
| | | | | | | | | Deprecate them while here With hat: portmgr Notes: svn path=/head/; revision=359606
* Implement current and signal methods for sun.nio.ch.NativeThread. Note thisJung-uk Kim2014-06-278-4/+158
| | | | | | | | | | | fixes a test case in the following Apache Solr bug report. https://issues.apache.org/jira/browse/SOLR-6204 Reported by: Dawid Weiss <dawid.weiss@gmail.com> Notes: svn path=/head/; revision=359595
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-1/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* java/eclipse: Change include <pre>/<post> to <options>John Marino2014-06-261-2/+2
| | | | Notes: svn path=/head/; revision=359328
* java/eclipse: Put back Makefile.plugins to unbreak indexJohn Marino2014-06-261-0/+4
| | | | | | | | | | At least one port is still using Makefile.plugins. Put in a placeholder to unbreak the index. PR: 188659 Notes: svn path=/head/; revision=359326
* java/eclipse: Remove troublesome comment completelyJohn Marino2014-06-261-2/+0
| | | | | | | | | | | | | Freshports won't update the entry due to choking on the MAVEN_OPTS comment. Truthfully the comment is more trouble than it's worth. First, it's MVN_OPTS, not MAVEN_OPTS. Secondly, "+=" is a no-op, so the definition should be there anyway. Thirdly, MVN_OPTS is undefined. Just remove the whole mess. PR: 188659 Notes: svn path=/head/; revision=359325
* java/eclipse: Tweak comment to satisfy freshports sanity checkJohn Marino2014-06-261-1/+1
| | | | | | | | A space character was missing in a comment that made the freshport sanity check think it was a bad shell command. Notes: svn path=/head/; revision=359324
* java/eclipse: Update version 3.7.1 => 4.3.2 and assign maintainerJohn Marino2014-06-2613-8809/+3551
| | | | | | | | | | | | | | | At long last, eclipse has been updated to the latest release and is now under the stewardship of Jimmy Kelly. This version supports OpenJDK8 runtime environments. A special thanks to Jonathan Chen for getting the ball rolling after the PR stalled. PR: 188659 Submitted by: Jimmy Kelly Distfiles by: Jonathan Chen Verified by: F10/amd64 poudriere Notes: svn path=/head/; revision=359322
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-252-3/+3
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* Remove interractive this ports can be installed without the graphical installerBaptiste Daroussin2014-06-224-15/+22
| | | | | | | While here, update to 3.1.1 Notes: svn path=/head/; revision=358873
* UnbreakAntoine Brodin2014-06-211-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=358709
* . Update to 2014e.Greg Lewis2014-06-192-3/+3
| | | | Notes: svn path=/head/; revision=358338
* Stagify.Vanilla I. Shu2014-06-171-8/+7
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=358100
* Stagify.Vanilla I. Shu2014-06-171-6/+5
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=358099
* Stagify.Vanilla I. Shu2014-06-171-6/+5
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=358091
* Stagify.Vanilla I. Shu2014-06-171-7/+6
| | | | Notes: svn path=/head/; revision=358090
* Stagify.Vanilla I. Shu2014-06-171-8/+7
| | | | Notes: svn path=/head/; revision=358089
* Stagify.Vanilla I. Shu2014-06-171-9/+8
| | | | Notes: svn path=/head/; revision=358088