1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
Commit Graph

283 Commits

Author SHA1 Message Date
Greg Lewis
98d4fe68b1 . Switch to the new java-zoneinfo port to provide updated time zone info
rather than relying on the official time zone updater.
2012-04-13 02:36:39 +00:00
Greg Lewis
73257da563 . Update to tzupdater 1.3.45 2011-12-25 05:01:32 +00:00
Greg Lewis
dd0eb6cdfe . Update to tzupdater 1.3.42. 2011-10-24 01:50:21 +00:00
Greg Lewis
27299dfc3f . Update to tzupdater 1.3.40. 2011-08-22 03:29:47 +00:00
Greg Lewis
e2712d2340 . Update to tzupdater 1.3.39.
PR:		158280
Submitted by:	milki <milki@rescomp.berkeley.edu>
2011-06-28 06:44:11 +00:00
Max Brazhnikov
630ca2285f Bump PORTREVISION after open-mofit update 2011-05-02 12:44:53 +00:00
Greg Lewis
38e923098b . Update to tzupdater 1.3.38. [1]
. Fix download links. [2]

PR:		156602 [1]
Submitted by:	Thomas Johnson <tom@claimlynx.com> [1]
Suggest by:	linimon@ [2]
2011-04-25 03:11:15 +00:00
Greg Lewis
6719cbb60e . Update to tzupdater 1.3.35
PR:		155270
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-03-05 20:53:06 +00:00
Greg Lewis
6ca8db86b4 . Conditionalise the setting of IS_INTERACTIVE on PACKAGE_BUILDING so that
the port tinderboxen can build the port again.

PR:		155285
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net>
2011-03-05 18:32:15 +00:00
Greg Lewis
5ba5b607dc . Mark as IS_INTERACTIVE since the user is prompted to accept the license
during extract.

Reported by:	"Klaus T. Aehlig" <aehlig-bsd@linta.de>
2011-02-14 06:40:26 +00:00
Greg Lewis
4b97549646 . Fix infinite loop in parsing certain doubles. See CVE-2010-4476. 2011-02-09 17:13:40 +00:00
Greg Lewis
7412291cc2 . Update to tzupdater 1.3.34. 2010-12-13 06:26:42 +00:00
Greg Lewis
e9173a4986 . Update to tzupdater 1.3.33.
PR:		151561
Submitted by:	Thomas Johnson <tom@claimlynx.com>
2010-10-30 21:50:10 +00:00
Greg Lewis
0034a5f5de . Disable bootstrapping with linux-sun-jdk1{5,6} since that doesn't work.
PR:		116841
2010-10-01 06:08:33 +00:00
Greg Lewis
04143d2087 . Respect MAKE_JOB_NUMBERS and use that to set up the number of HotSpot
make jobs.  If not, fall back to the number of CPUs.

  Only the HotSpot part of the build is safe to parallelise, so mark the
  port as MAKE_JOBS_UNSAFE.
2010-09-26 18:40:45 +00:00
Greg Lewis
1e9ae0d1d9 . Update to tzupdater 1.3.31.
PR:		150715
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2010-09-21 06:20:54 +00:00
Greg Lewis
c9c98ec7cc . Some fixes for the KQueue NIO selector.
Submitted by:	davidxu@
2010-08-13 01:02:01 +00:00
Greg Lewis
0820af1436 . Add a new NIO selector that uses kqueue(2) and make it the default.
PR:		115773
Submitted by:	davidxu@
2010-08-07 18:44:12 +00:00
Greg Lewis
2d42764d84 . Update to the latest set of root certificates that come with the JDK. 2010-07-25 07:10:52 +00:00
Greg Lewis
2d4d115102 . Add file missed in the last commit:
Use OSVERSION rather than directly invoking 'sysctl kern.osreldate' to
  determine whether sigignore(3) is supported or not.  This should
  hopefully fix the build for QAT and pointyhat.

Suggested by:	pgollucci@
2010-06-09 06:28:24 +00:00
Greg Lewis
1bcc430587 . Use OSVERSION rather than directly invoking 'sysctl kern.osreldate' to
determine whether sigignore(3) is supported or not.  This should
  hopefully fix the build for QAT and pointyhat.

Suggested by:	pgollucci@
2010-06-09 06:27:20 +00:00
Ion-Mihai Tetcu
2d7519df9c Revert previous commit. It not broken for everyone. It looks like the configure
script is using sysctl kern.osreldate (ie. __FreeBSD_version) to detect the
presenxe of sigignore; this happens to fail on QAT and PointyHat (and for
anyone having the kernel version different that the installed herders version,
one before and the other after the addition of sigignore in HEAD or 8-STABLE).

Requested by:	glewis@ (maintainer), Rob Farmer <rfarmer@predatorlabs.net>
2010-06-09 06:19:44 +00:00
Ion-Mihai Tetcu
1592451185 Mark BROKEN, I'm tired to see QAT loosing time trying to build it.
Submitted by:	QAT / PointyHat
2010-06-08 20:17:37 +00:00
Greg Lewis
1bb2ca7279 . Update to tzupdater 1.3.29. 2010-04-19 06:19:09 +00:00
Greg Lewis
c426698b39 . Fix the build with recent xorg.
PR:		145754
Submitted by:	fluffy@
2010-04-19 06:18:54 +00:00
Greg Lewis
88591b788a . sigignore(3) has been MFC'ed to 8-STABLE. Attempt to fix the build
there by extending the fix for 9-CURRENT to the appropriate versions
  of 8-STABLE.
2010-02-07 22:17:06 +00:00
Greg Lewis
3414be681c . Update to tzupdater 1.3.25. 2010-02-05 05:23:19 +00:00
Greg Lewis
90ed75b874 . Detect that recent versions of 9-CURRENT have sigignore(3) and configure
the build correctly for that.

  Fixes the build on those versions of 9-CURRENT

PR:			141105
Collaboration with:	fluffy@
2010-02-05 05:22:31 +00:00
Greg Lewis
b94d4f719d . Update to the cacerts file included in Update 17. 2009-12-06 02:52:37 +00:00
Greg Lewis
654a5ff40a . Update to tzupdater 1.3.21. 2009-11-08 22:48:33 +00:00
Greg Lewis
f0fade97cd . Update to tzupdater 1.3.18. 2009-09-05 04:38:16 +00:00
Dirk Meyer
6f66d01050 - use cups-client
PR:		134647
Approved by:	maintainer-timeout
2009-07-07 04:11:05 +00:00
Greg Lewis
4fbaf7fd81 . Update to tzupdater 1.3.15. 2009-05-21 01:13:44 +00:00
Greg Lewis
f9c2b21029 . Update to tzupdater 1.3.12. 2009-03-26 03:58:55 +00:00
Greg Lewis
64f95ae234 . Fix a security hole in the Calendar class which allows the elevation of
permissions within the Java security model.

  http://sunsolve.sun.com/search/document.do?assetkey=1-26-244991-1

Submitted by:	Kurt Miller <kurt@intricatesoftware.com>
Obtained from:	OpenBSD
2009-03-05 05:37:21 +00:00
Greg Lewis
78a3416947 . Implement the virtual machine interface for BSD. This allows
jmap -histo and jmap -dump to work.

Submitted by:	Brian Gardner <brian@experts-exchange.com>
Sponsored by:	Experts Exchange
2009-02-02 07:35:54 +00:00
Greg Lewis
3f0d335d95 . Update the download directions to point people directly at the source
to download since the web page no longer provides links to it.

PR:		129931
Suggested by:	Barbara <barbara.xxx1975@libero.it>
2009-01-01 19:38:49 +00:00
Greg Lewis
4813ec3021 . Update to tzupdater 1.3.11. 2008-12-05 07:09:58 +00:00
Greg Lewis
839d1b49c4 . Update to tzupdater 1.3.9 2008g.
PR:		128195, 128387
Submitted by:	Christian Sturm <athaba@inode.at>, Vaclav Haisman <v.haisman@sh.cvut.cz>
2008-11-02 19:11:06 +00:00
Greg Lewis
08f403812c . Properly scope the calls to clock_get* so that we use the system versions
if available rather than the local versions.  Fixes System.nanoTime().

Reported by:	Kurt Miller
2008-10-18 17:54:04 +00:00
Greg Lewis
a7d5955455 . When building libsplashscreen, put the internal JDK header paths before
the external system header paths.  This prevents us from picking up the
  jpeg headers from the system headers when building splashscreen_jpeg.c
  which caused an undefined reference to be present in libsplashscreen
  since the internal JDK jpeg headers remap the function names.

PR:		119654
2008-10-15 03:34:38 +00:00
Greg Lewis
ae29a3bbe3 . Revert the change to create a build dependency on the bootstrapping JDK
if it already exists.  Since the bootstrap JDK can be an already
  installed instance of itself this creates a circular dependency which
  breaks portmaster and possibly other port management tools.
2008-08-25 03:25:31 +00:00
Pav Lucistnik
fa38ed02cc - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:24:09 +00:00
Greg Lewis
83d97b3279 . Update to tzupdater 1.3.6.
PR:		125469
Submitted by:	Wayne Sierke <ws@au.dyndns.ws>
2008-07-12 21:02:25 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Greg Lewis
c4aa41237d . Enable system tray support for Enlightenment.
Submitted by:	gahr@
2008-05-16 01:40:51 +00:00
Greg Lewis
d1f323c075 . Update to tzupdater 1.3.5. This patch is based on that submitted in the
PR but also fixes the path to tzupdater and bumps PORTREVISION.

PR:		123191
Submitted by:	Greg Larkin
2008-05-03 15:50:22 +00:00
Greg Lewis
0735038dc5 . Use the correct specifier for printing a size_t.
Noticed by:	Andrei V. Lavreniyuk (via -Wformat)
2008-05-03 15:49:27 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Greg Lewis
2ae9e19900 . Update to patchset 4. 2008-02-16 23:48:24 +00:00