1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

2174 Commits

Author SHA1 Message Date
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
8f4ced1aa0 . Add USE_XORG configuration. I'm guessing that prior to the modular
xorg ports the Open Motif dependency pulled in the appropriate X11
  libraries since this hasn't been a problem previously.

Reported by:	pointyhat (via kris)
2007-08-21 06:11:17 +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
a1cf618ad1 . New port which installs the Java SE 6 documentation as provided by Sun. 2007-08-19 20:22:13 +00:00
MANTANI Nobutaka
47aed69b76 Correct dependencies to fix package build.
Reported by:	pointyhat via kris
2007-08-19 05:37:15 +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
Ion-Mihai Tetcu
00f056e77c Mark IGNORE if NOPORTDOCS is defined since this port cosist only of docs. 2007-08-14 12:20:38 +00:00
Ion-Mihai Tetcu
7c59f183d5 Update to the latest version and unbreak.
Submitted by:	linimon@'s broken ports reminder
2007-08-14 11:08:32 +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
Greg Lewis
8d991a0856 . 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-13 04:57:47 +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
ae88842a8c . Default bootstrapping to Diablo JDK. It runs at least as well as the
Linux JDK on all supported FreeBSD versions and doesn't require Linux
  emulation to be installed.

Inspired by:	scf
2007-08-07 15:17:16 +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
Martin Wilke
f9d04e25fa - Update to 3.9 2007-08-05 21:27:13 +00:00
Greg Lewis
a6134b1a9e . Add jdk16 subdir. 2007-08-05 20:40:30 +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
d18a5ce14d . Add linux-sun-jdk16. 2007-08-05 20:25:06 +00:00
Greg Lewis
8b47fc1d6e . New port of Sun's JDK 1.6.x (aka 6.x) for Linux.
The port was done by the submitter for Update 1, I've made the minor
  changes for Update 2.

Submitted by:	jkim
2007-08-05 20:24:22 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Tong LIU
0d5b2a9414 - Update to 3.2.2
- Assign eclipse@FreeBSD.org as maintainer

PR:		ports/113435
Submitted by:	Rick Petty, tmclaugh
Approved by:	maintainer timeout (more than 3 months)
Approved by:	delphij (mentor)
2007-08-03 03:44:22 +00:00
Greg Lewis
054f6d434d . Require at least JDK 1.3.
. Remove dependency on java/collections since they've been a part of
  the standard runtime library since 1.2.
2007-08-01 14:49:06 +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
6176bc3b8f . Unbreak by providing a working MASTER_SITE. 2007-07-29 20:39:26 +00:00
Pav Lucistnik
4fdc5322c6 - Update to 3.2.8
PR:		ports/110768
Submitted by:	nemoliu
Approved by:	maintainer (previous version, with reservations)
2007-07-29 20:16:14 +00:00
Pav Lucistnik
d43eee908f - Update to 4.2.0.GA2
PR:		ports/113844
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
2007-07-29 19:44:05 +00:00
Pav Lucistnik
a77b2b80dc - Update to 6.0.2
Submitted by:	Anton Yudin <contact@toha.org.ua> (maintainer)
2007-07-29 15:01:41 +00:00
Kris Kennaway
e16eec1c4f BROKEN: Unfetchable 2007-07-28 22:48:18 +00:00
Kris Kennaway
4e74928541 BROKEN: Unfetchable 2007-07-28 22:39:28 +00:00
Greg Lewis
24f76536ab . Reduce dependencies by using USE_XORG and only listing what is actually
required.

PR:		113081
Submitted by:	Baptiste Daroussin <baptiste.daroussin@gmail.com>
2007-07-27 23:35:45 +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
Pav Lucistnik
721abc147f - Fix fetch
PR:		ports/114621
Submitted by:	Gabor Tjong A Hung <gvtjongahung@users.sourceforge.net>
2007-07-23 08:49:35 +00:00
Mark Linimon
9db3bf3f5b Deprecate; this is only for jdk11 which is itself deprecated.
Discussed with:		gerald
2007-07-23 00:21:28 +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
Pav Lucistnik
237e002096 - Mark jdk11 / jdk12 ports for removal in 1 month
Inspired by:	glewis
With hat:	portmgr
2007-07-22 00:59:43 +00:00
Greg Lewis
319a8921d7 . TYA builds as a native shared library, so insist on having a native JDK.
. Spell JAVA_HOME correctly.
2007-07-21 23:31:10 +00:00
Pav Lucistnik
692453a772 - Remove expired port: security vulnerability in browser plugin 2007-07-21 23:03:18 +00:00
Pav Lucistnik
188fcd9d44 - Allow this to install on any jdk version
Suggested by:	glewis
2007-07-21 22:19:34 +00:00
Pav Lucistnik
40ba09fb5a - Switch to jdk 1.3, older ones are going away soon
Suggested by:	glewis
2007-07-21 22:19:00 +00:00
Pav Lucistnik
4f44970230 - Update to 6.0.1
Submitted by:	Anton Yudin <contact@toha.org.ua> (maintainer)
2007-07-21 13:04:41 +00:00
Rong-En Fan
1b7e24caea - Add another mirror maintained by maintainer
PR:		ports/114697
Submitted by:	Conor McDermottroe <ports at mcdermottroe.com> (maintainer)
2007-07-19 13:07:10 +00:00
Pav Lucistnik
7caeb91d56 - Make fetchable
PR:		ports/114623 (based on)
Submitted by:	G.V. Tjong A Hung <gvtjongahung@users.sourceforge.net>
2007-07-16 22:46:19 +00:00
Pav Lucistnik
382c4937ba - Drop maintainership
Requested by:	Panagiotis Astithas <past@ebs.gr> (maintainer)
2007-07-16 08:58:28 +00:00