summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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)
* 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
* Update to 1.11 release.Alex Dupre2013-08-132-10/+6
|
* Datatools is not optional anymore.Alex Dupre2013-08-131-11/+2
|
* - Convert to new perl frameworkAndrej Zverev2013-08-031-7/+2
| | | | - Trim Makefile header
* Deprecate and set expiration date for ports broken for more than 6 monthBaptiste Daroussin2013-07-261-0/+3
|
* Bump revision for openjdk6-jre to catch up with the master port change.Jung-uk Kim2013-07-262-2/+2
|
* 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.
* 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
* - Add couple of upstreamed IcedTea6 patches for consistency.Jung-uk Kim2013-07-228-32/+124
| | | | - Disable test_gamma by default.
* 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
* Fix openjdk6-jre build.Jung-uk Kim2013-07-162-2/+2
|
* 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
* . Update to 2013d.Greg Lewis2013-07-132-3/+3
|
* 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
* Update to 1.6.1.Jung-uk Kim2013-07-086-65/+54
|
* . 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.
* - Update to 2.7.5Nicola Vitale2013-06-303-11/+7
| | | | | - Trim Makefile header - Fix format of WWW field in pkg-descr
* . Update to 7u25.Greg Lewis2013-06-232-86832/+1923
| | | | . Unbreak the port by committing the other half of the patch-set split.
* . 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.
* Disable Jikes support.Lev A. Serebryakov2013-06-211-1/+1
| | | | Submitted by: Andriy Gapon <avg@FreeBSD.org>
* . Update to 7u25.Greg Lewis2013-06-213-3/+5
|
* . Update to 7u25.Greg Lewis2013-06-213-5/+7
|
* - Fix fetchSteve Wills2013-06-191-1/+1
| | | | | PR: ports/179660 Reported by: John Marino <draco@marino.st>
* - allow java/subversion-jave to stay on subversion17Olli Hauer2013-06-191-0/+2
| | | | - update UPDATING with a hint how to keep subversion17
* - 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]
* - 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)
* Update to 1.4.Jung-uk Kim2013-06-116-94/+97
|
* - update to 3.8.2Jason Helfman2013-06-102-4/+4
|
* Bump after r319872, www/libxul update.Florian Smeets2013-06-041-0/+1
| | | | (I bumped this port in the wrong checkout)
* Use bootstrap Java instead of newly built binary to execute RMIC.Jung-uk Kim2013-05-151-0/+20
|
* - Update to 3.0.9Lars Engels2013-05-103-8/+6
| | | | - Trim Makefile header
* - 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
* Style change after r317320. We do not need a temporary variable any more.Jung-uk Kim2013-05-081-3/+2
|
* . Update to 7u21.Greg Lewis2013-05-053-25238/+44430
|
* java/jboss72: distfile rerolled and enhance rc scriptChris Rees2013-05-043-9/+26
| | | | | | | | | | | | | Distfile was rerolled, maintainer has checked that there are no spurious changes RC script now can be tuned to hard way kill stuck JBoss or any child processes preventing restart; RC script can be configured to make a delay after killing (for example for restart). Add LICENSE info. PR: ports/178142 Submitted by: Alexander Yerenkow <yerenkow@gmail.com> (maintainer)
* - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also setBryan Drewery2013-05-042-12/+1
| | | | | | | | | | | | MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER} without any extra logic. - Cleanup ports working around the empty MAKE_JOBS_NUMBER - This also fixes several ports that were expecting MAKE_JOBS_NUMBER to always have a number Reviewed by: bapt Spotted by: John Marino <draco@marino.st> With hat: portmgr
* Please bmake(1) as well as make(1)Baptiste Daroussin2013-05-022-2/+2
|
* Update to 1.8 release.Alex Dupre2013-04-292-5/+7
|
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-294-15/+9
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-274-6/+4
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* Update to 1.3.2.Jung-uk Kim2013-04-263-28/+37
|
* Update to r316538 and drop support for 7.x.Jung-uk Kim2013-04-264-11/+10
|
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | Approved by: portmgr (bapt)
* Chase java/openjdk6 update.Jung-uk Kim2013-04-251-1/+1
|
* Add multiple security patches from IcedTea6 1.12.5.Jung-uk Kim2013-04-2548-45/+45693
| | | | | | http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-April/022985.html Obtained from: IcedTea Project
* Convert j* categories to USES=pkgconfigBaptiste Daroussin2013-04-235-5/+5
|
* . Update to 2013c.Greg Lewis2013-04-232-3/+3
|
* . Update to 6u45.Greg Lewis2013-04-212-4/+4
| | | | Feature safe: yes