1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
Commit Graph

3394 Commits

Author SHA1 Message Date
Jung-uk Kim
47144a1692 Use echo correctly. 2013-10-08 05:44:04 +00:00
Jung-uk Kim
46d7e6673b Remove few lines added for testing at the last minute. This fixes plist. 2013-10-08 05:35:39 +00:00
Jung-uk Kim
0c79f0cee3 - Support staging.
- Fix fastdebug installation.
- Update jtreg version to Build b05.
- Refine r327353.  Use an extra patch instead.
- Install proper license file.  OpenJDK6 has GPLv2 + "Classpath" exception.
2013-10-08 00:03:16 +00:00
Baptiste Daroussin
0032707ede Fix pkg name collision
With hat:	portmgr
2013-10-07 11:02:43 +00:00
Baptiste Daroussin
e9e70f16c5 Fix pkg name collision
With hat:	portmgr
2013-10-07 10:58:21 +00:00
Lars Engels
1b5b8d6563 - Support staging
- Break lines after 80 chars
2013-10-06 09:30:36 +00:00
Baptiste Daroussin
bb2736bde4 Removed older version of netbeans, they are unsupported upstream and their package name conflicts with java/netbeans 2013-10-02 21:43:35 +00:00
Baptiste Daroussin
08e225220b Remove jboss2, it is EOLed upstream and it's name is conflicting with java/jboss5 2013-10-02 18:30:59 +00:00
Greg Lewis
ee1011650d . Update to 2013f. 2013-09-28 06:35:23 +00:00
Alex Dupre
2d3af4eb36 Update to 4.10 release. 2013-09-27 14:23:52 +00:00
Jung-uk Kim
c44d6234b5 Tidy up staging support. 2013-09-26 00:49:49 +00:00
Jung-uk Kim
b5118332fc Add support for staging. 2013-09-25 23:43:07 +00:00
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