aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 8u20.Greg Lewis2014-08-243-6/+3
| | | | Notes: svn path=/head/; revision=365897
* . Update to 8u20Greg Lewis2014-08-243-184/+232
| | | | Notes: svn path=/head/; revision=365896
* Canonicalize a few LICENSE_PERMSAntoine Brodin2014-08-221-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=365614
* many ruby/rubygem ports: death of rubyforge.orgSteve Wills2014-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port) Notes: svn path=/head/; revision=365393
* - Add USES=libtoolTijl Coosemans2014-08-172-14/+9
| | | | | | | - Remove redundant -i.bak Notes: svn path=/head/; revision=365226
* - Add USES=libtoolTijl Coosemans2014-08-173-9/+36
| | | | | | | - Patch configure to fix detection of shared library support Notes: svn path=/head/; revision=365221
* Update to latest 1.8.10Lev A. Serebryakov2014-08-121-1/+4
| | | | | | | Turn off unneded options in case of addons explicitly. Notes: svn path=/head/; revision=364709
* Finish stage supportAntoine Brodin2014-08-112-16/+6
| | | | Notes: svn path=/head/; revision=364629
* Finish stage conversionAntoine Brodin2014-08-102-2/+1
| | | | Notes: svn path=/head/; revision=364560
* Fix stage violationAntoine Brodin2014-08-101-1/+1
| | | | Notes: svn path=/head/; revision=364516
* . Update to 7u67.Greg Lewis2014-08-102-3/+3
| | | | Notes: svn path=/head/; revision=364493
* . Update to 7u67.Greg Lewis2014-08-102-5/+5
| | | | Notes: svn path=/head/; revision=364492
* - Update from 1.1b5 to 3.1a1Danilo Egea Gondolfo2014-08-033-9/+10
| | | | | | | | | - Update MASTER_SITES - Take maintainership - Update WWW Notes: svn path=/head/; revision=363845
* Convert a bunch of USE_XZ to USES=tar:xz.Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363392
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* 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