Commit graph

3382 commits

Author SHA1 Message Date
Greg Lewis
a419e4f7dc . Make set_native_priority return a (correct) value on FreeBSD, rather than
whatever happens to be on the stack.
. Bump PORTREVISION.

Submitted by:	Xiaoguang Sun <sunxiaoguang@gmail.com>
2013-09-22 00:39:22 +00:00
Baptiste Daroussin
c2c2a2b86b Add NO_STAGE all over the place in preparation for the staging support (cat: java) 2013-09-20 19:48:32 +00:00
Greg Lewis
13ee22748f . Update to 7u40. 2013-09-19 05:17:52 +00:00
Greg Lewis
e8fb492144 . Update to 7u40. 2013-09-19 05:10:56 +00:00
Greg Lewis
4e6a8c894a . Update to 7u40. 2013-09-19 05:10:17 +00:00
Guido Falsi
dc2fe44aa2 - Add missing iconv USES
PR:		java/182100
Submitted by:	m.viey@wanadoo.fr
Approved by:	portmgr (bapt, implicit)
2013-09-15 18:55:58 +00:00
Andrej Zverev
d6908e9cb1 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-15 08:15:41 +00:00
Chris Rees
f32bafc5ce The format for bind.address has changed, so document and alert users.
At the same time, fix some errors for logging in the rc script.

PR:		ports/179927
Submitted by:	Alexander Yerenkow <yerenkow@gmail.com> (maintainer)
2013-09-08 20:56:37 +00:00
Jung-uk Kim
932fe524fd Fix build with libc++. 2013-09-06 02:06:56 +00:00
Guido Falsi
642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
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)
2013-09-04 18:06:07 +00:00
Baptiste Daroussin
8302173231 Add an explicit dependency on pkgconf 2013-09-02 21:04:00 +00:00
Jimmy Olgeni
caba5937b5 Upgrade to version 1.0.19. 2013-08-31 10:38:58 +00:00
Baptiste Daroussin
8c55416554 Convert to:
USES=pkgconfig
USES=desktop-file-utils
USES=gmake
2013-08-31 00:40:20 +00:00
Bryan Drewery
bd78be73dd - Remove bogus conditional IGNORE for PACKAGE_BUILDING; these should
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
2013-08-29 14:16:03 +00:00
Bryan Drewery
8d6a9ce591 - Don't attempt to build when PACKAGE_BUILDING, just hits
a fetch error trying FreeBSD mirrors

With hat:	portmgr
2013-08-29 13:02:01 +00:00
Bryan Drewery
ce552246a2 - Don't attempt to build when PACKAGE_BUILDING, just hits
a fetch error trying FreeBSD mirrors

With hat:	portmgr
2013-08-29 12:59:09 +00:00
Nicola Vitale
61cf4cab1b - Update to 2.8.1 2013-08-28 13:42:57 +00:00
Rene Ladan
0f5d724330 Remove one more expired port:
2013-08-27 java/icedtea6-stubs: Broken for more than 6 month
2013-08-27 20:13:49 +00:00
Baptiste Daroussin
985dbbf071 Do not hard code gcc but rather use cc, which allows building without gcc in base 2013-08-26 13:48:01 +00:00
Baptiste Daroussin
10bf10fa10 Fix build without gcc 2013-08-26 06:42:26 +00:00
Baptiste Daroussin
625ccfe662 fix build without gcc in base
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"
2013-08-26 06:35:58 +00:00
George V. Neville-Neil
bb22680a30 Move the destination of the patching into the work directory.
Pointed out by: swills
2013-08-20 02:01:23 +00:00
Greg Lewis
3a9cbf6172 . Update to 7u25 docs.
PR:		181187
Submitted by:	Jonathan Chen <jonc@chen.org.nz>
2013-08-18 18:40:53 +00:00
George V. Neville-Neil
e19c8e6620 Apply a patch for a bug that effects the Keys preference, wherein
switching to and from Emacs and Default keybindings pollutes
both sets with duplicates.

Bump the port revision.
2013-08-17 17:37:03 +00:00
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
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)
2013-08-17 16:27:24 +00:00
George V. Neville-Neil
ed1693190e Fix for broken eclipse-devel after glib-2.36.3 update.
Tested on HEAD, 9.1 and 8.4.

PR: ports/181124
Submitted by: Jonathan Chen jonc at chen.org.nz
2013-08-14 14:52:22 +00:00
Alex Dupre
48aa2c0a53 Update to 1.11 release. 2013-08-13 13:34:46 +00:00
Alex Dupre
599077f324 Datatools is not optional anymore. 2013-08-13 13:29:36 +00:00
Andrej Zverev
99ad912735 - Convert to new perl framework
- Trim Makefile header
2013-08-03 08:45:51 +00:00
Baptiste Daroussin
ab20a94680 Deprecate and set expiration date for ports broken for more than 6 month 2013-07-26 23:20:17 +00:00
Jung-uk Kim
f720ee1568 Bump revision for openjdk6-jre to catch up with the master port change. 2013-07-26 05:27:28 +00:00
Jung-uk Kim
c9ea119f1f Move the fix for S6636110 to more appropriate directory. This patch is not
an IcedTea6 patch nor a security fix.
2013-07-26 05:23:06 +00:00
Baptiste Daroussin
37e17acfdf Fix excessive memory consumption on head amd64, this prevent the package 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
2013-07-25 15:32:43 +00:00
Jung-uk Kim
e2650fc1b3 - Add couple of upstreamed IcedTea6 patches for consistency.
- Disable test_gamma by default.
2013-07-22 21:59:50 +00:00
Jung-uk Kim
6494cb3f57 Add upstream patches to make it work again with the latest security patches
for OpenJDK ports.

Obtained from:	IcedTea Project
2013-07-16 23:29:58 +00:00
Jung-uk Kim
15172ddf84 Fix openjdk6-jre build. 2013-07-16 21:12:40 +00:00
Jung-uk Kim
ab26ef7814 Add multiple security patches and improvements from IcedTea6 1.12.6.
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-July/023941.html

Obtained from:	IcedTea Project
PR:		ports/180541
2013-07-16 21:07:25 +00:00
Greg Lewis
1944aba824 . Update to 2013d. 2013-07-13 16:07:05 +00:00
Baptiste Daroussin
942c2a28be Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
2013-07-10 07:00:44 +00:00
Jung-uk Kim
d4423f257b Update to 1.6.1. 2013-07-08 23:13:51 +00:00
Greg Lewis
45924f116d . Don't force a manual download when it's unnecessary. Add the download
location to MASTER_SITES instead and remove the manual download prompt.
2013-07-07 16:27:30 +00:00
Nicola Vitale
7b63b3ea48 - Update to 2.7.5
- Trim Makefile header
- Fix format of WWW field in pkg-descr
2013-06-30 05:16:01 +00:00
Greg Lewis
82b71a6c38 . Update to 7u25.
. Unbreak the port by committing the other half of the patch-set split.
2013-06-23 20:45:14 +00:00
Greg Lewis
a7b6a0ade5 . Split out the JDK patches into their own file. This will actually break
the port since I can't commit the split all at once due to subversion
  size limits.  Yay.
2013-06-23 20:44:24 +00:00
Lev A. Serebryakov
ecce4e12a3 Disable Jikes support.
Submitted by:	Andriy Gapon <avg@FreeBSD.org>
2013-06-21 16:41:01 +00:00
Greg Lewis
7e43528f0b . Update to 7u25. 2013-06-21 04:11:49 +00:00
Greg Lewis
3e01dac6d9 . Update to 7u25. 2013-06-21 04:11:31 +00:00
Steve Wills
1822a095ee - Fix fetch
PR:		ports/179660
Reported by:	John Marino <draco@marino.st>
2013-06-19 22:35:23 +00:00
Olli Hauer
68fdbeba16 - allow java/subversion-jave to stay on subversion17
- update UPDATING with a hint how to keep subversion17
2013-06-19 21:44:36 +00:00
Stefan Walter
1f0ed457fd - Fix build with JDK 1.7. [1]
- 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]
2013-06-16 17:05:55 +00:00