1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
Commit Graph

2198 Commits

Author SHA1 Message Date
Edwin Groothuis
42b9878de0 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 01:14:50 +00:00
Edwin Groothuis
a582224f29 Remove support for OSVERSION < 5 2007-10-03 23:08:56 +00:00
Greg Lewis
3fd95fd7c0 . Update to 2.2.3.
PR:		115346
Submitted by:	Tomas Verbaitis <tomasv@megalogika.lt>
2007-10-03 04:05:00 +00:00
Herve Quiroz
fd5f241c98 Mark the port DEPRECATED and schedule its removal after one month
Approved by:	glewis, znerd
2007-10-01 19:44:02 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Alex Dupre
0368eeb7ef Update to 4.0 release. 2007-09-29 07:39:35 +00:00
Mark Linimon
4e430b1c03 Mark as broken: fails to fetch. 2007-09-28 07:51:46 +00:00
Martin Wilke
72ea644b7e - Update to 0.6.13
PR:		116634
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
2007-09-27 20:59:01 +00:00
Martin Wilke
18eeac8f54 Implementaion of the OMG OCL for EMF-based models.
WWW: http://www.eclipse.org/modeling/mdt/?project=ocl#ocl

PR:		ports/115825
Submitted by:	Veit Jahns <vj562001 at yahoo.de>
2007-09-23 17:27:22 +00:00
Rong-En Fan
9216cabdbe - Update to 4.2.1.GA
PR:		ports/116465
Submitted by:	Sebastian Mindling <dev at mindling.com>
Approved by:	Jonathan Chen <jonc at chen.org.nz> (maintainer)
2007-09-23 05:55:37 +00:00
Alex Dupre
8f78a7c8f7 Update to 3.10.1 release:
- install files in correct locations
- add retrace executable
- remove dead pkg-message
- take maintainership
2007-09-20 12:57:27 +00:00
Greg Lewis
260ffa12c0 . Default UseThreadPriorities to false on BSD. This can be toggled by
passing -XX:+UseThreadPriorities.
. Remove the os_sleep hack which was used on FreeBSD to make sure lower
  priority threads got time slices.  Instead, just call pthread_yield().
  On FreeBSD 7.x with libthr, this will still give lower priority threads
  some time (with the above flag turned on), although such behaviour is
  not guaranteed by POSIX.  This boosts FreeBSD performance by 7-fold on
  an 8 core system, putting it on a par with Solaris (benchmarks by kris@).

  The Java standard and the JCK tests are somewhat contradictory on thread
  priority being guaranteed to work, and in this case the performance
  benefits appear to outweigh any possible side effects.
. Pick up DEFAULT_LD_LIBRARY_PATH from the build environment rather than
  patching it into a file at build time.  This simplifies the Makefile.

Submitted by:	Kurt Miller <kurt@intricatesoftware.com>
2007-09-20 03:35:30 +00:00
Martin Wilke
74ddc02cd9 2007-08-22 java/jdk11-doc: Obsolete version of jdk
2007-08-22 databases/java-sqlrelay: Depends on obsolete version of jdk
2007-08-22 mail/yuzu: Depends on obsolete version of jdk
2007-08-29 net/ng_netflow: already in base in all supported versions of FreeBSD
2007-08-22 java/jdk12-doc: Obsolete version of jdk
2007-08-22 japanese/netypesv: Depends on obsolete version of jdk
2007-09-18 16:06:44 +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
Mark Linimon
9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00
Greg Lewis
7cd4bc4e34 . Update to tzupdater 1.2.2. 2007-09-07 22:17:17 +00:00
Greg Lewis
d6b547767b . Update to tzupdater 1.2.2. 2007-09-07 20:41:52 +00:00
Greg Lewis
e536dbe496 . Update to tzupdater 1.2.2. 2007-09-07 06:42:55 +00:00
Greg Lewis
250dbde570 . Update to tzupdater 1.2.2. 2007-09-07 04:29:59 +00:00
Volker Stolz
d8bd03f6af Remove expired port: Modern versions of jdk support generics natively 2007-09-04 09:17:51 +00:00
Greg Lewis
53ea106755 . Mark this as BROKEN for gcc 4.2. The HotSpot C++ code needs some work
to be made gcc 4.2 compliant.
2007-09-02 06:00:00 +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
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