Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to 4.10 release. | Alex Dupre | 2013-09-27 | 2 | -3/+3 |
| | |||||
* | Tidy up staging support. | Jung-uk Kim | 2013-09-26 | 1 | -5/+1 |
| | |||||
* | Add support for staging. | Jung-uk Kim | 2013-09-25 | 1 | -2/+1 |
| | |||||
* | . Make set_native_priority return a (correct) value on FreeBSD, rather than | Greg Lewis | 2013-09-22 | 2 | -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 Daroussin | 2013-09-20 | 143 | -161/+178 |
| | | | | java) | ||||
* | . Update to 7u40. | Greg Lewis | 2013-09-19 | 2 | -3/+3 |
| | |||||
* | . Update to 7u40. | Greg Lewis | 2013-09-19 | 3 | -9/+9 |
| | |||||
* | . Update to 7u40. | Greg Lewis | 2013-09-19 | 3 | -12/+420 |
| | |||||
* | - Add missing iconv USES | Guido Falsi | 2013-09-15 | 1 | -1/+1 |
| | | | | | | PR: java/182100 Submitted by: m.viey@wanadoo.fr Approved by: portmgr (bapt, implicit) | ||||
* | - convert to the new perl5 framework | Andrej Zverev | 2013-09-15 | 2 | -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 Rees | 2013-09-08 | 3 | -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 Kim | 2013-09-06 | 3 | -100/+107 |
| | |||||
* | - Make ports use the libc provided iconv implementation on 10-CURRENT | Guido Falsi | 2013-09-04 | 2 | -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 pkgconf | Baptiste Daroussin | 2013-09-02 | 1 | -1/+1 |
| | |||||
* | Upgrade to version 1.0.19. | Jimmy Olgeni | 2013-08-31 | 2 | -3/+3 |
| | |||||
* | Convert to: | Baptiste Daroussin | 2013-08-31 | 1 | -2/+2 |
| | | | | | | USES=pkgconfig USES=desktop-file-utils USES=gmake | ||||
* | - Remove bogus conditional IGNORE for PACKAGE_BUILDING; these should | Bryan Drewery | 2013-08-29 | 12 | -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 hits | Bryan Drewery | 2013-08-29 | 1 | -1/+1 |
| | | | | | | a fetch error trying FreeBSD mirrors With hat: portmgr | ||||
* | - Don't attempt to build when PACKAGE_BUILDING, just hits | Bryan Drewery | 2013-08-29 | 1 | -1/+1 |
| | | | | | | a fetch error trying FreeBSD mirrors With hat: portmgr | ||||
* | - Update to 2.8.1 | Nicola Vitale | 2013-08-28 | 2 | -4/+4 |
| | |||||
* | Remove one more expired port: | Rene Ladan | 2013-08-27 | 5 | -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 Daroussin | 2013-08-26 | 1 | -9/+9 |
| | | | | base | ||||
* | Fix build without gcc | Baptiste Daroussin | 2013-08-26 | 1 | -0/+4 |
| | |||||
* | fix build without gcc in base | Baptiste Daroussin | 2013-08-26 | 1 | -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-Neil | 2013-08-20 | 1 | -3/+3 |
| | | | | Pointed out by: swills | ||||
* | . Update to 7u25 docs. | Greg Lewis | 2013-08-18 | 2 | -3/+3 |
| | | | | | PR: 181187 Submitted by: Jonathan Chen <jonc@chen.org.nz> | ||||
* | Apply a patch for a bug that effects the Keys preference, wherein | George V. Neville-Neil | 2013-08-17 | 2 | -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 Pfeifer | 2013-08-17 | 1 | -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-Neil | 2013-08-14 | 1 | -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 Dupre | 2013-08-13 | 2 | -10/+6 |
| | |||||
* | Datatools is not optional anymore. | Alex Dupre | 2013-08-13 | 1 | -11/+2 |
| | |||||
* | - Convert to new perl framework | Andrej Zverev | 2013-08-03 | 1 | -7/+2 |
| | | | | - Trim Makefile header | ||||
* | Deprecate and set expiration date for ports broken for more than 6 month | Baptiste Daroussin | 2013-07-26 | 1 | -0/+3 |
| | |||||
* | Bump revision for openjdk6-jre to catch up with the master port change. | Jung-uk Kim | 2013-07-26 | 2 | -2/+2 |
| | |||||
* | Move the fix for S6636110 to more appropriate directory. This patch is not | Jung-uk Kim | 2013-07-26 | 2 | -1/+0 |
| | | | | an IcedTea6 patch nor a security fix. | ||||
* | Fix excessive memory consumption on head amd64, this prevent the package ↵ | Baptiste Daroussin | 2013-07-25 | 3 | -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 Kim | 2013-07-22 | 8 | -32/+124 |
| | | | | - Disable test_gamma by default. | ||||
* | Add upstream patches to make it work again with the latest security patches | Jung-uk Kim | 2013-07-16 | 4 | -2/+56 |
| | | | | | | for OpenJDK ports. Obtained from: IcedTea Project | ||||
* | Fix openjdk6-jre build. | Jung-uk Kim | 2013-07-16 | 2 | -2/+2 |
| | |||||
* | Add multiple security patches and improvements from IcedTea6 1.12.6. | Jung-uk Kim | 2013-07-16 | 81 | -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 Lewis | 2013-07-13 | 2 | -3/+3 |
| | |||||
* | Convert from USE_MOTIF to USES=motif | Baptiste Daroussin | 2013-07-10 | 1 | -2/+2 |
| | | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment | ||||
* | Update to 1.6.1. | Jung-uk Kim | 2013-07-08 | 6 | -65/+54 |
| | |||||
* | . Don't force a manual download when it's unnecessary. Add the download | Greg Lewis | 2013-07-07 | 1 | -5/+1 |
| | | | | location to MASTER_SITES instead and remove the manual download prompt. | ||||
* | - Update to 2.7.5 | Nicola Vitale | 2013-06-30 | 3 | -11/+7 |
| | | | | | - Trim Makefile header - Fix format of WWW field in pkg-descr | ||||
* | . Update to 7u25. | Greg Lewis | 2013-06-23 | 2 | -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 break | Greg Lewis | 2013-06-23 | 1 | -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. Serebryakov | 2013-06-21 | 1 | -1/+1 |
| | | | | Submitted by: Andriy Gapon <avg@FreeBSD.org> | ||||
* | . Update to 7u25. | Greg Lewis | 2013-06-21 | 3 | -3/+5 |
| | |||||
* | . Update to 7u25. | Greg Lewis | 2013-06-21 | 3 | -5/+7 |
| |