summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.10 release.Alex Dupre2013-09-272-3/+3
|
* Tidy up staging support.Jung-uk Kim2013-09-261-5/+1
|
* Add support for staging.Jung-uk Kim2013-09-251-2/+1
|
* . Make set_native_priority return a (correct) value on FreeBSD, rather thanGreg Lewis2013-09-222-0/+9
| | | | | | | whatever happens to be on the stack. . Bump PORTREVISION. Submitted by: Xiaoguang Sun <sunxiaoguang@gmail.com>
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-20143-161/+178
| | | | java)
* . Update to 7u40.Greg Lewis2013-09-192-3/+3
|
* . Update to 7u40.Greg Lewis2013-09-193-9/+9
|
* . Update to 7u40.Greg Lewis2013-09-193-12/+420
|
* - Add missing iconv USESGuido Falsi2013-09-151-1/+1
| | | | | | PR: java/182100 Submitted by: m.viey@wanadoo.fr Approved by: portmgr (bapt, implicit)
* - convert to the new perl5 frameworkAndrej Zverev2013-09-152-5/+4
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* The format for bind.address has changed, so document and alert users.Chris Rees2013-09-083-4/+17
| | | | | | | At the same time, fix some errors for logging in the rc script. PR: ports/179927 Submitted by: Alexander Yerenkow <yerenkow@gmail.com> (maintainer)
* Fix build with libc++.Jung-uk Kim2013-09-063-100/+107
|
* - 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)
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
|
* Upgrade to version 1.0.19.Jimmy Olgeni2013-08-312-3/+3
|
* Convert to:Baptiste Daroussin2013-08-311-2/+2
| | | | | | USES=pkgconfig USES=desktop-file-utils USES=gmake
* - 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
* - Don't attempt to build when PACKAGE_BUILDING, just hitsBryan Drewery2013-08-291-1/+1
| | | | | | a fetch error trying FreeBSD mirrors With hat: portmgr
* - Don't attempt to build when PACKAGE_BUILDING, just hitsBryan Drewery2013-08-291-1/+1
| | | | | | a fetch error trying FreeBSD mirrors With hat: portmgr
* - Update to 2.8.1Nicola Vitale2013-08-282-4/+4
|
* Remove one more expired port:Rene Ladan2013-08-275-49/+0
| | | | 2013-08-27 java/icedtea6-stubs: Broken for more than 6 month
* Do not hard code gcc but rather use cc, which allows building without gcc in ↵Baptiste Daroussin2013-08-261-9/+9
| | | | base
* Fix build without gccBaptiste Daroussin2013-08-261-0/+4
|
* 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"
* Move the destination of the patching into the work directory.George V. Neville-Neil2013-08-201-3/+3
| | | | Pointed out by: swills
* . Update to 7u25 docs.Greg Lewis2013-08-182-3/+3
| | | | | PR: 181187 Submitted by: Jonathan Chen <jonc@chen.org.nz>
* 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
|