Commit graph

163 commits

Author SHA1 Message Date
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
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
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
Greg Lewis
563540b87f . Fix locale generation and hence locale handling in general.
PR:		119397
Submitted by:	Bernhard Froehlich <decke@bluelife.at>
2008-02-03 18:46:25 +00:00
Greg Lewis
70a5191561 . Make CUPS a build depends only and depend on the header file searched
for by the JDK sanity check.  No CUPS libraries are linked against by
  the build, so we don't need it at run time.

Requested by:	Stefan Thurner <thurners@nicsys.de>
2008-01-21 05:59:52 +00:00
Greg Lewis
6367b73075 . Update to tzupdater 1.3.3. 2008-01-12 22:43:42 +00:00
Greg Lewis
78037a5003 . Update to patchset 3, based on 1.6.0_03 (aka 6u3).
Approved by:	portmgr (marcus)
2007-11-16 05:30:17 +00:00
Greg Lewis
cd96d8f0fb . Update to tzupdater 1.3.0 to fix the default build (the previous version
of tzupdater is no longer available).

Approved by:	portmgr (linimon)
2007-11-15 17:45:00 +00:00
Greg Lewis
4db6f92b05 . Update to patchset 2 (based on 1.6.0_02 aka 6u2) 2007-10-28 20:47:42 +00:00
Greg Lewis
0ccbbfa705 . Explicitly pull in X dependencies instead of depending on the open-motif
dependency to implicitly pull in the X libraries we need.
2007-10-21 14:57:14 +00:00
Greg Lewis
7245a00e83 . Fix build failures by setting LC_ALL="C" in MAKE_ENV.
PR:		116204
Submitted by:	nrgmilk <nrgmilk@gmail.com>
2007-09-08 20:02:32 +00:00
Greg Lewis
7cd4bc4e34 . Update to tzupdater 1.2.2. 2007-09-07 22:17:17 +00:00
Greg Lewis
483a3a3beb . Fix another problem with exec() by using the same static initialisation
block that Linux and Solaris use.

  This was already fixed in the repo but I'd neglected to commit the fix
  to the port and it was independently submitted as noted below.

Submitted by:	Michiel Boland <michiel@boland.org>
2007-09-02 05:54:44 +00:00
Greg Lewis
1d3ef52383 . Sync the BSD specific code with the changes between 1.5 and 1.6 and
start closing file descriptors at FAIL_FILENO + 1 rather than 3.  This
  fixes the problem with determining the exit code for exec()'ed processes.

PR:		115557
Submitted by:	Michiel Boland <michiel@boland.org>
2007-08-28 15:24:32 +00:00
Greg Lewis
eff6b6a07a . Correctly respect WITHOUT_WEB. This should fix the default amd64 build
on 7.x.
2007-08-23 14:54:54 +00:00
Greg Lewis
1d01e0702c . Make sure ${PREFIX}/share/applications exists before installing files
there.

Pointed out by:	pointyhat (via kris)
2007-08-21 05:53:17 +00:00
Greg Lewis
ffb6ff4a93 . Add unzip to BUILD_DEPENDS.
Pointed out by:	pointyhat (via kris)
2007-08-18 06:56:25 +00:00
Jung-uk Kim
3165706a2d Add browser plugin support for amd64. It is turned off by default as it is
still experimental.

Tested by:	Huang wen hui (hwh at gddsn dot org dot cn)
Approved by:	glewis (maintainer)
2007-08-16 18:55:53 +00:00
Greg Lewis
d2083f0649 . Split the JRL agreement out into a separate script that is only run
during the port build and not during the package install.

Requested by:	kris
2007-08-14 03:36:15 +00:00
Jung-uk Kim
7bd1daa3df - Set LANG environment variable to C for non-US locale users.
- Install FreeBSD-specific NSPR header file instead of default Solaris header.

Note the port revision is not updated because it does not affect most users.

Approved by:	glewis (maintainer)
2007-08-09 22:54:34 +00:00
Greg Lewis
2fdc2d0176 . Complete default the bootstrap to Diablo.
Inspired by:	scf
2007-08-07 15:19:29 +00:00
Greg Lewis
d3cbb79857 . Fix the 'shebang' line in jcontrol. [1]
. Update the main commented out MASTER_SITE.
. Bump PORTREVISION.

Submitted by:	"barbara" <barbara.xxx1975@libero.it>
2007-08-06 20:46:43 +00:00
Greg Lewis
2149bb0786 . Make BUILD_DEPENDS against the Diablo JDK, not the Linux JDK. [2]
. Add some more make environment variables to control the build of the
  debug versions. [1]
. Allow the setting of ALT_PARALLEL_BUILD_JOBS. [1]
. Install more of the Gnome desktop files, and provide them with the
  correct path for the installation. [1]
. Add ${LOCALBASE}/lib to the default library path in HotSpot. [1]
. Backwards compatibility in time zone updates. [1]
. Bump PORTREVISION.

Submitted by:	jkim [1]
Inspired by:	scf [2]
2007-08-06 17:23:31 +00:00
Greg Lewis
4d5c760253 . A native port for JDK 1.6.0 (aka 6.0) Update 1. 2007-08-05 20:39:49 +00:00
Jung-uk Kim
aef79f3a9b Add browser plugin support for amd64. It is turned off by default as it is
still experimental.

Approved by:	glewis (maintainer)
2007-07-30 15:30:36 +00:00
Greg Lewis
18107c8853 . Fix the description of the link for the policy files.
PR:		114958
Submitted by:	Olivier Smedts <olivier@gid0.org>
2007-07-27 15:07:41 +00:00
Greg Lewis
5afca6d0e7 . Update 12 is current, so the download isn't in the archive section yet
(oops).  Also, its index page appears broken, so just show the main
  download page for now.

PR:		114958 (kinda)
2007-07-27 14:44:02 +00:00
Greg Lewis
a4adb6665f . Update to patchset 6, based on 1.5.0 Update 12.
. Use the -bc (backwards compatible) flag when doing time zone updates.
2007-07-27 03:48:46 +00:00
Greg Lewis
fb8bbd5974 . Update the download location for the unlimited strength policy files.
Submitted by:	Olivier SMEDTS <olivier@gid0.org>
PR:		114592
2007-07-22 06:23:23 +00:00
Greg Lewis
01790521d1 . Update to patchset 5, based on the 1.5.0_11 JRL source code. 2007-06-09 05:14:56 +00:00
Greg Lewis
b700222ac1 . Update to tzupdater 1.2.1.
PR:	113248
2007-06-03 00:42:33 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Greg Lewis
eb2c74404e . Fix the sense of a WITH_JAIL check to match that in the jdk14 port -
we _don't_ want to check for linprocfs in a jail.

PR:		110019
2007-03-07 18:34:00 +00:00
Greg Lewis
3ec4b06827 . Update to tzupdater 1.1.0-2007c. 2007-03-07 16:13:32 +00:00
Greg Lewis
cf9cd6b666 . When we update the time zone data, delete the temporary copy of the old
data created by the update tool.
2007-03-06 04:33:14 +00:00
Greg Lewis
f6636087f5 . Whitespace nit. 2007-02-26 00:22:20 +00:00
Greg Lewis
2379a2fa51 . Add a TZUPDATE option, defaulting to on, which will update the time zone
data for the JDK using Sun's tzupdater. [1]
. Some simplification of the convoluted logic around telling the user
  which files to download.  In particular, don't care if we've already
  told them to download a file.
. Bump PORTREVISION since many North American users will need to pick up
  the time zone changes.

Collaboration with:	Tim Zingelman <zingelman@fnal.gov> [1]
2007-02-24 15:38:12 +00:00
Greg Lewis
2234164093 . Update to patchset 4. 2007-01-22 16:50:22 +00:00
Greg Lewis
1bb6af069e . Replace some hardwired /usr/X11R6 instances with X11BASE. [1]
. Replace some hardwired /usr/local instances with LOCALBASE.
. Small Makefile restructure to keep related variables in one place.
. Add ipv6 to CATEGORIES if its enabled. [2]

PR:             106130 [2]
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> [2]
Pointed out by: pointyhat (via kris) [1]
2006-12-11 17:10:52 +00:00
Greg Lewis
47f62ec7e7 . Fix a problem with os_sleep returning early without raising an exception
when its called with interruptible set to false.

Submitted by:	Kurt Miller <kurt@intricatesoftware.com>
2006-11-06 19:54:00 +00:00
Joe Marcus Clarke
29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Greg Lewis
92035cfdf1 . Diablo is no longer restricted to i386, so allow it to be a possible
native bootstrap JDK on all (supported) architectures.

  This is a slightly different change than the submitters.

PR:		103227
Submitted by:	Pat Lashley <patl+freebsd@volant.org>
2006-09-13 16:44:38 +00:00
Greg Lewis
6a41bf13e8 . Prevent problems opening RandomAccessFile with "rws" as the mode by
defining O_SYNC and O_DSYNC if they aren't defined.  In particular we
  were previously defining O_SYNC bogusly to the same value as O_EXCL.

  PR not closed as this fixes jdk15, not diablo-jdk15.

PR:		102888
2006-09-09 02:10:02 +00:00