1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
Commit Graph

1810 Commits

Author SHA1 Message Date
Jimmy Olgeni
5bd2c255ed Fix PORTNAME. 2006-02-18 16:26:01 +00:00
Herve Quiroz
fe610a59ea - Update to 4.1
- Use SUB_FILES to configure the launcher shell script
- Set JAVA_VERSION in the launcher
- STYLEDIR -> DATADIR (%%DATADIR%% already in SUB_LIST and PLIST_SUB)

PR:		93339
Submitted by:	me
Approved by:	maintainer
2006-02-15 13:41:03 +00:00
Alex Dupre
e575b0b060 Update to 3.0 final release. 2006-02-14 13:56:39 +00:00
Jimmy Olgeni
c4fb22eedf Upgrade to current bsd.java.mk syntax. 2006-02-13 18:53:33 +00:00
Jimmy Olgeni
19a332fd08 Upgrade to current bsd.java.mk syntax, fix portlint issues, cleanup whitespace. 2006-02-13 18:52:12 +00:00
Jimmy Olgeni
64b39f0d99 Upgrade to current bsd.java.mk syntax, remove commented MASTER_SITES. 2006-02-13 18:50:51 +00:00
Jimmy Olgeni
498927f480 Upgrade to version 5.0. 2006-02-13 18:38:38 +00:00
Jimmy Olgeni
bebc6ae6fa Add java/netbeans4 after repocopy.
PR:		ports/92845
2006-02-13 18:37:06 +00:00
Sam Lawrance
624b49dd63 Fix build on 4.x.
PR:		ports/93254
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
2006-02-13 12:12:16 +00:00
Greg Lewis
bc1fa829db . Set the REX bits correctly on amd64. Fixes possible segfaults with
Eclipse on that platform.

  See https://bugs.eclipse.org/bugs/show_bug.cgi?id=71987

. Bump PORTREVISION.

Submitted by:	Sean McNeil <sean@mcneil.com>
2006-02-12 20:47:21 +00:00
Greg Lewis
1fd0bf2541 . Tweak the fix for linking with the system's version of zlib to just
ignore the internal zlib source files rather than having to rm them.

Submitted by:	Kurt Miller <kurt@intricatesoftware.com>
2006-02-12 20:45:18 +00:00
Greg Lewis
5954b07aaa . Link with the system libz instead of building the our own internal
copy.  This should have the following effects:

  . Fix problems experienced by programmes that dynamically create their
    own copy of the JVM and are linked against the system's zlib (e.g.,
    eclipse).
  . Reduce the potential for zlib based security problems
    affecting the JDK.

  This is similar to the patch in the PR, but was actually backported from
  the patches for the jdk15 port, so its a touch different.

PR:		92459
2006-02-12 00:28:23 +00:00
Norikatsu Shigemura
d6becae53d Update to 3.1.2.
Submitted by:	tmclaugh
References:	http://lists.freebsd.org/pipermail/freebsd-eclipse/2006-January/000327.html
Noticed by:	Panagiotis Astithas <past@ebs.gr>
2006-02-08 15:01:39 +00:00
Herve Quiroz
3d82afa955 - Update to 1.0.0 [1]
- Add 'graphics' category [2]
- Move RUN_DEPENDS [2]
- Use USE_ANT
- JAVAJARDIR -> JAVALIBDIR
- Do not set JAVA_BUILD/JAVA_RUN, just set NO_BUILD when needed
- Cleanup: remove now useless PLIST_SUB entries
- ECHO_CMD -> ECHO_MSG
- Trim whitespaces in pkg-descr

Reported by:	thierry [1], portlint [2]
2006-02-07 10:42:32 +00:00
Anders Nordby
5223a66b16 Update changed master site and homepage URLs.
Submitted by:	demon
2006-02-07 08:23:24 +00:00
Herve Quiroz
004ebba6cc - Update to 1.0.0
- Add 'devel' category
- Use USE_ANT
- Do not set JAVA_BUILD/JAVA_RUN, just set NO_BUILD when needed
- Cleanup: remove now useless PLIST_SUB entries
- ECHO_CMD -> ECHO_MSG
- The port now installs another JAR file: jcommon-xml.jar

Tested by:	thierry
2006-02-06 23:26:40 +00:00
Jimmy Olgeni
630098b2e0 Whitespace. 2006-02-05 16:10:20 +00:00
Jimmy Olgeni
1172a018a2 Make portlint happy. 2006-02-05 16:09:33 +00:00
Simon Barner
919b2eab39 - Restrict to JDK 1.4
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
PR:		ports/92823
2006-02-05 15:25:08 +00:00
Greg Lewis
3e03d77e1b . Fix the build on amd64 (although some native libraries are missing).
. Fix a crash when trying to execute a programme via the "Run" or "Debug"
  menu items.

PR:		91825
Submitted by:	Panagiotis Astithas <past@ebs.gr>
2006-02-02 22:02:01 +00:00
Greg Lewis
25e9cfb388 . Enable parallel compilation during the build of HotSpot. Note that we
can't use -j in general since the build of the other bits is almost
  certainly not -j safe.  If set, this will speed up the build for those
  with an SMP box. [1]
. Install the cacerts file from Sun's JDK 1.5.0_06 release rather than
  using the almost empty one that comes with the SCSL source. [2]
. Bump PORTREVISION for the second change.

PR:		87552 [1]
Submitted by:	leafy <leafy@leafy.idv.tw> [1]
Prompted by:	Panagiotis Astithas <past@ebs.gr> [2]
2006-02-02 16:27:44 +00:00
Simon Barner
4426cff80f - Update to 0.49
- From ChangeLog:
  * A deadlock fixed.
  * Better system thread handling.
  * Tables are now sortable in both ascending and descending order
  * Preferences are saved and restored.
  * Better handling of MS Windows builds.

Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
PR:		ports/92507
2006-02-02 15:34:08 +00:00
Jimmy Olgeni
15baefa084 Fix DOWNLOAD_URL.
PR:		ports/92534
Submitted by:	Edwin Groothuis <edwin(at)mavetju.org>
2006-01-31 21:04:54 +00:00
Eric Anholt
b0b76c8b1d Add missing "info" directory to dirrm list from last version update.
Reported by:	kris
2006-01-31 03:29:37 +00:00
Edwin Groothuis
672d9407e1 Fix download URL
PR:		ports/92535
Submitted by:	Panagiotis Astithas <past@ebs.gr>
2006-01-30 20:24:01 +00:00
Edwin Groothuis
4567869b40 SHA256ify (and sometimes SIZEify)
Approved by: krion@
2006-01-30 11:30:48 +00:00
Greg Lewis
b80b742e3f . Install a desktop icon for the java/jdk15 Control Panel. [1]
. Bump PORTREVISION for this and (mostly) the previous change.

PR:		86804
Submitted by:	Panagiotis Astithas <past@ebs.gr>
2006-01-29 21:24:59 +00:00
Mark Linimon
5172d5dc6e Update to 1.1.0.1.
Note to submitter: I've changed the last few dirrms to dirrmtrys so that
you won't try to blow away my Eclipse plugins :-)

PR:		ports/92317
Submitted by:	Jean Milanez Melo <jmelo at freebsdbrasil dot com dot br>
2006-01-29 04:35:05 +00:00
Greg Lewis
5817b9bf96 . Link with the system libz instead of building the our own internal
copy.  This should have the following effects:

  . Fix problems experienced by programmes that dynamically create their
    own copy of the JVM and are linked against the system's zlib (e.g.,
    eclipse).
  . Reduce the potential for zlib based security problems affecting the
    JDK.

Submitted by:	mi@
2006-01-28 23:41:24 +00:00
Mark Linimon
b09666fc1e - Fix possibility of "infinite make fork" when "Registering install for ..."
EMACS ports.  [1]

 - Allow building a port as root using an NFS-mounted /usr/ports if the
   server maps root to a UID other than root. [2]

 - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
   status rather than success. [3]

 - Improve behavior when dealing with versioned dependencies. [4]

 - Fix false positives in check-conflicts target. [5]

 - Remove obsolete bzip2 code. [6]

 - Add physical category net-p2p. [7]

 - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11]

 - INDEX can now be moved outside of ports tree. [9]

 - Add ghostscript-gpl. [10]

 - Remove obsolete USE_MESA. [12]

 - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13]

 - Document ALWAYS_KEEP_DISTFILES. [14]

 - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15]

PR:	ports/37596 [1], ports/57259 [2], ports/63216 [3],
	ports/89448 [4], ports/89710 [5], ports/88996 [6],
	ports/89260 [7], ports/89363 [8], ports/89809 [9],
	ports/89853 [10], ports/91086 [11], ports/91710 [12],
	ports/91727 [13], ports/92111 [14], ports/92124 [15]
Submitted by:	Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12],
		Andrew Heybey <ath at niksun dot com> [2], Jamie Jones
		<jamie at thompson dot bishopston dot net>, tobez [4], Mark
		Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15],
		pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com
		dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10],
		netchild [11], erwin [14]
Reviewed by:	kris, clement (partially)
2006-01-28 02:11:35 +00:00
Renato Botelho
2446c881a9 - Make it fetchable again
PR:		ports/92366
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2006-01-26 15:23:42 +00:00
Herve Quiroz
c5d1aa35df Fix WWW
PR:		92363
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2006-01-26 13:23:03 +00:00
Mark Linimon
f6159fbf7a Revert last commit. It is not possible (yet) to have the dirrmtry usage
in the post-install target.  Its usage must preceed generate-plist.

This problem needs to be revisited either in a rework of bsd.port.mk or
each of these Makefiles.

Hat:		portmgr
Pointy hat:	edwin`
2006-01-23 07:04:10 +00:00
Andrey A. Chernov
0e37db4c7a This port broke INDEX building, when WITH_MOTIF is defined, fix expression
Approved by:    Panagiotis Astithas <past@ebs.gr> from freebsd-eclipse
2006-01-22 13:12:01 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Edwin Groothuis
d568611c3e eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 05:52:28 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Eric Anholt
857d074aec Fix plist issues after last commit yet again. 2006-01-21 02:04:10 +00:00
Eric Anholt
352c008816 Fix build by updating to 1.1.7-rc1, which should be better than the previous
release, as usual (and even the previous version was from an "unstable" branch
anyway).  The release is expected to come out very soon, anyway.
2006-01-21 01:32:13 +00:00
Greg Lewis
ec6ecdd50f . Update to 1.13.1. Unbreak. 2006-01-20 17:24:28 +00:00
Greg Lewis
ba048f58a1 . Update to 3.0.1.
PR:		91576
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
2006-01-20 17:05:47 +00:00
Greg Lewis
c59b2ea8a8 . Update to patchset 8. 2006-01-20 16:39:05 +00:00
Greg Lewis
56ba617df9 . Add SHA256. 2006-01-20 03:30:59 +00:00
Greg Lewis
f51c3044c2 . Make sure the mozilla library is built unless WITHOUT_MOZILLA is
explicitly specified.  Fixes a problem with the internal browser widget
  not being available.

PR:		91305
Submitted by:	Panagiotis Astithas <past@ebs.gr>
2006-01-19 16:49:57 +00:00
Kris Kennaway
c5cfb491a3 BROKEN: Does not build 2006-01-14 09:34:07 +00:00
Kris Kennaway
16cd3f1383 BROKEN: Size mismatch 2006-01-14 09:23:38 +00:00
Greg Lewis
3400005a76 . Update to 1.5.0_06.
Submitted by:	josef@ via hq@ (packing list fixes added by me)
2006-01-13 16:42:28 +00:00
Greg Lewis
2f4041691b . Always fix up the pthread library references, even if we're not
building either native threads or HotSpot.  This is due to libcmm
  always wanting to link against a pthread library, which was causing
  problems on 7-CURRENT since it was erroneously hardwired to -lc_r.
  This should really fix the problem.

Pointed out by:	pointyhat via kris
2006-01-13 16:23:47 +00:00
Tim Bishop
5b4176b9cc - Update to 4.0.1
PR:		91142
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
2006-01-11 11:35:17 +00:00
Dirk Meyer
b30917b04a - fix build in JAILS
failed to build the jdk14 port in a jail under FreeBSD 5.4
FreeBSD 4.11 works.

The problem is that mount don't list the linprocfs,
and this make the selfcheck fail.

maintainer emailed:
So  6 Nov 2005 11:21:20 CET

Approved by:	(maintainer timeout)
2006-01-07 09:33:41 +00:00