Commit graph

3370 commits

Author SHA1 Message Date
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
Florian Smeets
87948edeea - Remove www/libxul19, is has been vulnerable and unsupported upstream for
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)
2013-06-15 11:10:34 +00:00
Jung-uk Kim
a97ed07513 Update to 1.4. 2013-06-11 23:18:45 +00:00
Jason Helfman
2060ac07ca - update to 3.8.2 2013-06-10 22:04:00 +00:00
Florian Smeets
4ad19537aa Bump after r319872, www/libxul update.
(I bumped this port in the wrong checkout)
2013-06-04 15:50:46 +00:00
Jung-uk Kim
edb186c0b5 Use bootstrap Java instead of newly built binary to execute RMIC. 2013-05-15 00:17:57 +00:00
Lars Engels
194a5e08be - Update to 3.0.9
- Trim Makefile header
2013-05-10 11:24:42 +00:00
Bryan Drewery
75e0a28623 - Fix extract on 9+ due to this picking up /usr/bin/unzip instead of
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
2013-05-10 01:46:52 +00:00
Jung-uk Kim
7bdc883652 Style change after r317320. We do not need a temporary variable any more. 2013-05-08 22:47:22 +00:00
Greg Lewis
b46768de7a . Update to 7u21. 2013-05-05 20:10:26 +00:00
Chris Rees
fcbe324489 java/jboss72: distfile rerolled and enhance rc script
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)
2013-05-04 18:27:34 +00:00
Bryan Drewery
63f76304d6 - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also set
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
2013-05-04 14:06:08 +00:00
Baptiste Daroussin
b39095cedb Please bmake(1) as well as make(1) 2013-05-02 14:34:29 +00:00