Commit graph

232 commits

Author SHA1 Message Date
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
Jung-uk Kim
c30cfeb507 Fix build on i386 with WITHOUT_WEB option.
PR:		ports/116700
Reported by:	Michiel Boland (michiel at boland dot org)
Approved by:	glewis (mentor)
2007-10-04 18:20:42 +00:00
Greg Lewis
66d5ba15ae . Fix build problems with cpu.h being picked up from /usr/local/include.
Since the structure members being deferenced into the variables are
  short*, just use short as the variable type and eliminate the use of
  fastInt and the header include altogether.
2007-09-09 17:35:48 +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
Jung-uk Kim
a677d6f303 Unbreak build on -CURRENT.
Approved by:	glewis (maintainer)
2007-08-16 18:50:38 +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
Greg Lewis
61f99d643a . Better fix. Just use 'short' variables and be done with it. The
structure members being dereferenced into the variables are 'short*'
  after all, not 'fastInt*'.
2007-07-31 15:52:31 +00:00
Greg Lewis
dd3f6ed6e3 . Include a different header file for 'fastInt'. The definition in Hint.h
appears to actually match the type of variable its being used with in the
  code (although it seems that it may be even cleaner to just replace 'fastInt'
  with 'short').

  This also partially bandaids a build problem some are seeing since Hint.h
  is a less common header file name than cpu.h.
2007-07-31 07:22: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
2b5c2cd81f . Remove SCSL message since we're now using the JRL, which is agreed to
prior to the extract step.
2007-06-17 03:30:34 +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
Jung-uk Kim
8982638840 Fix more sysctl(3) argument sizes and correct a comment.
Approved by:	glewis (implicit)
2007-05-30 21:36:23 +00:00
Jung-uk Kim
7446ea7a70 Various fixes for -CURRENT.
- Build fixes after GCC 4.2 import.
- Remove SIGRTMIN and SIGRTMAX redefinitions.
- Use posix_memalign(3) instead of valloc(3).

Approved by:	glewis (maintainer)
2007-05-25 18:44:27 +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
d9924e7b58 . Don't statically link with libXm any more. The Open Motif port no longer
uses hacks to compile libXm.a with PIC objects, which means trying to
  statically link with it breaks the build on amd64.
2007-03-06 04:34:38 +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
e2c9bcad58 . Another reroll. Spell "Chuck Silvers" name correctly in the THANKS
file.  This is it, I promise.
2007-01-24 16:44:57 +00:00
Greg Lewis
1a860c9125 . Rerolled patchset. The only change was to have it correctly identify
itself as 'p4' rather than still saying 'p3'.
2007-01-24 15:58:10 +00:00
Greg Lewis
2234164093 . Update to patchset 4. 2007-01-22 16:50:22 +00:00
Greg Lewis
e647c3eab4 All we are saying is give gcc 4.x a chance.
Prompted by:	pointyhat (via kris)
2007-01-10 17:36:56 +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
Greg Lewis
f970203bc1 . Fix a possible problem building the JDK in the GMT+0 time zone. When
building, the JDK zone info file doesn't exist yet, so attempting to
  get the zone info for GMT_ID would fail.

Submitted by:	Kurt Miller <kurt@intricatesoftware.com>
2006-11-06 19:51:16 +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