aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with libc++.Jung-uk Kim2013-09-063-100/+107
| | | | Notes: svn path=/head/; revision=326457
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-042-0/+14
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326089
* Upgrade to version 1.0.19.Jimmy Olgeni2013-08-312-3/+3
| | | | Notes: svn path=/head/; revision=325788
* Convert to:Baptiste Daroussin2013-08-311-2/+2
| | | | | | | | | USES=pkgconfig USES=desktop-file-utils USES=gmake Notes: svn path=/head/; revision=325754
* - Remove bogus conditional IGNORE for PACKAGE_BUILDING; these shouldBryan Drewery2013-08-2912-21/+17
| | | | | | | | | | | | | be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES and require manual fetching, others are already marked RESTRICTED. - Trim headers - Convert some pre-fetch errors into IGNORE - Remove needless quoting in java/jdk7-doc IGNORE With hat: portmgr Notes: svn path=/head/; revision=325598
* - Don't attempt to build when PACKAGE_BUILDING, just hitsBryan Drewery2013-08-291-1/+1
| | | | | | | | | a fetch error trying FreeBSD mirrors With hat: portmgr Notes: svn path=/head/; revision=325592
* - Don't attempt to build when PACKAGE_BUILDING, just hitsBryan Drewery2013-08-291-1/+1
| | | | | | | | | a fetch error trying FreeBSD mirrors With hat: portmgr Notes: svn path=/head/; revision=325590
* - Update to 2.8.1Nicola Vitale2013-08-282-4/+4
| | | | Notes: svn path=/head/; revision=325528
* Remove one more expired port:Rene Ladan2013-08-275-49/+0
| | | | | | | 2013-08-27 java/icedtea6-stubs: Broken for more than 6 month Notes: svn path=/head/; revision=325485
* Do not hard code gcc but rather use cc, which allows building without gcc in ↵Baptiste Daroussin2013-08-261-9/+9
| | | | | | | base Notes: svn path=/head/; revision=325397
* Fix build without gccBaptiste Daroussin2013-08-261-0/+4
| | | | Notes: svn path=/head/; revision=325373
* fix build without gcc in baseBaptiste Daroussin2013-08-261-7/+4
| | | | | | | | Always use gcc whatever the default compiler is to build openjdk (it needs gcc -dumpspecs) Define HOST_CC to ${CC} to make avoir direct call to "/usr/bin/gcc" Notes: svn path=/head/; revision=325372
* Move the destination of the patching into the work directory.George V. Neville-Neil2013-08-201-3/+3
| | | | | | | Pointed out by: swills Notes: svn path=/head/; revision=325026
* . Update to 7u25 docs.Greg Lewis2013-08-182-3/+3
| | | | | | | | PR: 181187 Submitted by: Jonathan Chen <jonc@chen.org.nz> Notes: svn path=/head/; revision=324932
* Apply a patch for a bug that effects the Keys preference, whereinGeorge V. Neville-Neil2013-08-172-1/+20
| | | | | | | | | | switching to and from Emacs and Default keybindings pollutes both sets with duplicates. Bump the port revision. Notes: svn path=/head/; revision=324860
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-1/+1
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* Fix for broken eclipse-devel after glib-2.36.3 update.George V. Neville-Neil2013-08-141-0/+34
| | | | | | | | | | Tested on HEAD, 9.1 and 8.4. PR: ports/181124 Submitted by: Jonathan Chen jonc at chen.org.nz Notes: svn path=/head/; revision=324728
* Update to 1.11 release.Alex Dupre2013-08-132-10/+6
| | | | Notes: svn path=/head/; revision=324665
* Datatools is not optional anymore.Alex Dupre2013-08-131-11/+2
| | | | Notes: svn path=/head/; revision=324664
* - Convert to new perl frameworkAndrej Zverev2013-08-031-7/+2
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324181
* Deprecate and set expiration date for ports broken for more than 6 monthBaptiste Daroussin2013-07-261-0/+3
| | | | Notes: svn path=/head/; revision=323759
* Bump revision for openjdk6-jre to catch up with the master port change.Jung-uk Kim2013-07-262-2/+2
| | | | Notes: svn path=/head/; revision=323679
* Move the fix for S6636110 to more appropriate directory. This patch is notJung-uk Kim2013-07-262-1/+0
| | | | | | | an IcedTea6 patch nor a security fix. Notes: svn path=/head/; revision=323678
* Fix excessive memory consumption on head amd64, this prevent the package ↵Baptiste Daroussin2013-07-253-1/+78
| | | | | | | | | | | | building cluster from dying when building java ports. This bug is referenced upstream here: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6636110 Submitted by: dim With hat: portmgr Notes: svn path=/head/; revision=323651
* - Add couple of upstreamed IcedTea6 patches for consistency.Jung-uk Kim2013-07-228-32/+124
| | | | | | | - Disable test_gamma by default. Notes: svn path=/head/; revision=323500
* Add upstream patches to make it work again with the latest security patchesJung-uk Kim2013-07-164-2/+56
| | | | | | | | | for OpenJDK ports. Obtained from: IcedTea Project Notes: svn path=/head/; revision=323136
* Fix openjdk6-jre build.Jung-uk Kim2013-07-162-2/+2
| | | | Notes: svn path=/head/; revision=323127
* Add multiple security patches and improvements from IcedTea6 1.12.6.Jung-uk Kim2013-07-1681-85/+91164
| | | | | | | | | | http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-July/023941.html Obtained from: IcedTea Project PR: ports/180541 Notes: svn path=/head/; revision=323126
* . Update to 2013d.Greg Lewis2013-07-132-3/+3
| | | | Notes: svn path=/head/; revision=322942
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-101-2/+2
| | | | | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment Notes: svn path=/head/; revision=322622
* Update to 1.6.1.Jung-uk Kim2013-07-086-65/+54
| | | | Notes: svn path=/head/; revision=322543
* . Don't force a manual download when it's unnecessary. Add the downloadGreg Lewis2013-07-071-5/+1
| | | | | | | location to MASTER_SITES instead and remove the manual download prompt. Notes: svn path=/head/; revision=322451
* - Update to 2.7.5Nicola Vitale2013-06-303-11/+7
| | | | | | | | - Trim Makefile header - Fix format of WWW field in pkg-descr Notes: svn path=/head/; revision=322073
* . Update to 7u25.Greg Lewis2013-06-232-86832/+1923
| | | | | | | . Unbreak the port by committing the other half of the patch-set split. Notes: svn path=/head/; revision=321655
* . Split out the JDK patches into their own file. This will actually breakGreg Lewis2013-06-231-0/+132659
| | | | | | | | the port since I can't commit the split all at once due to subversion size limits. Yay. Notes: svn path=/head/; revision=321654
* Disable Jikes support.Lev A. Serebryakov2013-06-211-1/+1
| | | | | | | Submitted by: Andriy Gapon <avg@FreeBSD.org> Notes: svn path=/head/; revision=321479
* . Update to 7u25.Greg Lewis2013-06-213-3/+5
| | | | Notes: svn path=/head/; revision=321441
* . Update to 7u25.Greg Lewis2013-06-213-5/+7
| | | | Notes: svn path=/head/; revision=321440
* - Fix fetchSteve Wills2013-06-191-1/+1
| | | | | | | | PR: ports/179660 Reported by: John Marino <draco@marino.st> Notes: svn path=/head/; revision=321341
* - allow java/subversion-jave to stay on subversion17Olli Hauer2013-06-191-0/+2
| | | | | | | - update UPDATING with a hint how to keep subversion17 Notes: svn path=/head/; revision=321336
* - Fix build with JDK 1.7. [1]Stefan Walter2013-06-163-4/+69
| | | | | | | | | | | | | - Propagate Make environment to Ant to use the correct JDK and not just the one that Ant was built with. PR: 173505 [1] Submitted by: James Raynard <james.raynard@pobox.com> [1] Patch by: Piotr Smyrak <piotr.smyrak@gmail.com> [1] Obtained from: https://launchpad.net/ubuntu/+source/java3d/1.5.2+dfsg-8 [1] Notes: svn path=/head/; revision=321060
* - Remove www/libxul19, is has been vulnerable and unsupported upstream forFlorian Smeets2013-06-151-1/+1
| | | | | | | | | | | | quite some time. - Switch all remaining consumers to depend on www/libxul - Mark ports that don't work with the new libxul BROKEN - Mark some old ports DEPRECATED with a reasonable timeout Approved by: portmgr (miwi) Notes: svn path=/head/; revision=320984
* Update to 1.4.Jung-uk Kim2013-06-116-94/+97
| | | | Notes: svn path=/head/; revision=320655
* - update to 3.8.2Jason Helfman2013-06-102-4/+4
| | | | Notes: svn path=/head/; revision=320506
* Bump after r319872, www/libxul update.Florian Smeets2013-06-041-0/+1
| | | | | | | (I bumped this port in the wrong checkout) Notes: svn path=/head/; revision=319873
* Use bootstrap Java instead of newly built binary to execute RMIC.Jung-uk Kim2013-05-151-0/+20
| | | | Notes: svn path=/head/; revision=318210
* - Update to 3.0.9Lars Engels2013-05-103-8/+6
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=317789
* - Fix extract on 9+ due to this picking up /usr/bin/unzip instead ofBryan Drewery2013-05-101-1/+1
| | | | | | | | | | | looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to. Will let maintainers decide if archivers/unzip is really still needed. Some of these ports/options remain broken due to other issues. With hat: portmgr Notes: svn path=/head/; revision=317757
* Style change after r317320. We do not need a temporary variable any more.Jung-uk Kim2013-05-081-3/+2
| | | | Notes: svn path=/head/; revision=317715