Commit Graph

1072 Commits

Author SHA1 Message Date
Greg Lewis
1f2b695433 . Don't patch out a line that doesn't need to be removed. 2004-02-19 18:14:45 +00:00
Greg Lewis
580b44012f . Add $FreeBSD$ 2004-02-19 17:33:29 +00:00
Greg Lewis
2c05ea7502 . Fix the build for JDK 1.1.8.
Submitted by:	bento (via kris)
2004-02-19 17:26:35 +00:00
Greg Lewis
c4757e3373 . Add a secondary category of devel, which seems appropriate. 2004-02-18 19:58:24 +00:00
Greg Lewis
a69622a594 Add a port of jflex:
JFlex is a lexical analyzer generator for Java written in Java.
It is also a rewrite of the very useful tool JLex which was developed
by Elliot Berk at Princeton University. As Vern Paxon states for his C/C++
tool flex: They do not share any code though.

WWW: http://www.jflex.de/

I've done some clean up to the submitted version of the port.

PR:		62043
Submitted by:	Conor McDermottroe <ports@mcdermottroe.com>
2004-02-18 19:50:33 +00:00
Greg Lewis
2a10c1e848 . Add OPTIONS.
PR:		62712
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
2004-02-14 00:03:13 +00:00
Ernst de Haan
d49bbd6333 Update to official 1.5.0beta1.
Bumped PORTEPOCH, because this second beta is called 'beta1'.

See:
http://java.sun.com/j2se/1.5.0/
2004-02-11 07:42:58 +00:00
Mark Linimon
ec4b949f77 Update to version 0.39 (2004-02-03):
Added menu separators in some menus. Added a
 string dumper that makes it easy to inspect all strings in
 memory, it also has the ability to dump all strings to a file.
 Fixed a bug in down link handling that caused instance numbers
 to increase for arrays (thanks to matze who tried to use the
 string inspector and did send back traces from crashes).

PR:		ports/62365
Submitted by:	maintainer
2004-02-10 18:35:20 +00:00
Ernst de Haan
bc1ba6bc77 Added LATEST_LINK.
Reported by:	kris
2004-02-10 13:19:44 +00:00
Ernst de Haan
c7a99a779e Slightly improved the COMMENT.
Requested by:	lofi
2004-02-10 13:01:16 +00:00
Greg Lewis
b280d2679a . Add a new port, java/jmf:
Java Media Framework API

The Java Media Framework API (JMF) enables audio, video and other
time-based media to be added to Java applications and applets. This
optional package, which can capture, playback, stream and transcode
multiple media formats, extends the multimedia capabilities on the
J2SE platform, and gives multimedia developers a powerful toolkit to
develop scalable, cross-platform technology.

WWW: http://java.sun.com/products/java-media/jmf/

PR:		58524
Submitted by:	Anton Yudin <toha@toha.org.ua> (plus some tweaks by me)
2004-02-09 16:22:27 +00:00
Yen-Ming Lee
c5450c5795 add USE_GCC=2.95 and unbreak this port. 2004-02-08 05:04:42 +00:00
Kris Kennaway
37b36b9f67 BROKEN on 5.x: does not compile 2004-02-07 23:29:51 +00:00
Kris Kennaway
0e515ac301 BROKEN on 5.x: broken pkg-plist 2004-02-07 23:28:10 +00:00
Clement Laforet
29d345be06 - Set correct LATEST_LINK
Reported/Requested by:	kris
2004-02-07 16:29:17 +00:00
Greg Lewis
79644f5967 . Set LATEST_LINK to avoid conflict with other JBoss ports.
. Restrict usage of the port to JDK1.4.

PR:		62458
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
2004-02-07 06:04:50 +00:00
Greg Lewis
7b2c9a4d91 . Set LATEST_LINK to avoid conflicting with other jdk ports.
Reminded by:	kris
2004-02-06 17:45:31 +00:00
Greg Lewis
2f5df15115 . It appears as though diablo is problematic on 5.x still, so default to
bootstrapping with the Linux JDK if there isn't a previously compiled
  native one.
2004-02-06 17:03:09 +00:00
Greg Lewis
73ae1039cb . Set an appropriate LATEST_LINK to avoid conflicts with other jdk ports.
Reminded by:	kris
2004-02-06 16:51:50 +00:00
Greg Lewis
fd3d5c6045 1. Take maintainership.
2. Set an approptiate LATEST_LINK to avoid conflicts with other jdk ports.

Reminded by:	kris [2]
2004-02-06 16:47:26 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Trevor Johnson
3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Archie Cobbs
42fad40dab Upgrade to version 1.19. 2004-02-02 19:43:09 +00:00
Edwin Groothuis
533b75de68 Add NOT_FOR_ARCHS=amd64
Submitted by:	xaa+ports@timewasters.nl
2004-02-01 22:01:22 +00:00
Greg Lewis
65d738c35c . Update to 0.9.16. There are a few tweaks to the original submission.
PR:		62061
Submitted by:	Sepherosa Ziehau <sepherosa@softhome.net>
2004-02-01 07:20:14 +00:00
Mark Linimon
391b3f9f3b Fix plist.
PR:		ports/61580
Submitted by:	Simun Mikecin <sime@logos.hr> (maintainer)
2004-01-30 04:17:30 +00:00
Erwin Lansing
7a82c82ca8 Add SIZE
PR:		62076
Submitted by:	maintainer
2004-01-29 19:53:44 +00:00
Pav Lucistnik
20f602183d - Fix fetching by adding missed MASTER_SITE_SUBDIR
PR:		ports/62057
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-01-29 15:08:13 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Alexey Zelkin
ae179afb91 1. Switch 5.x version of jdk14 back to libc_r as default threading library.
We switched FreeBSD-5.x port to libkse as default threading library before
   releasing of patchset 6, but users who has most of stuff linked against
   libc_r and attempted to use jdk linked against libkse got into local hell
   of threading libraries mix.  So, rollback to libc_r by default and add
   PTHREAD_LIBS support for this port.

   IMPORTANT: In order to use libkse as threading library for jdk14 you
   have to use rtld's libmap feature or recompile your ports stuff (like
   mozilla) with libkse.

   NOTE: libkse still has issues with java debug support, so if you're going
   to use debuging (JVMDI) stuff - leave with libc_r for now.

2. Disable IPv6 support by default.  Unfortunatelly due to security reasons
   IPv4-to-IPv6 addresses mapping is disabled by default in FreeBSD-5.x, so
   those who would like to use Java Networking stuff had to manually
   enable it.  To make jdk14 port more user-friendly IPv6 is disabled now
   on compile time.  Those who need this stuff enabled have to use WITH_IPV6
   compile time option.

3. Add MINIMAL compile option.  If this option is used to build
   jdk14 port then plugin, javaws and demos stuff will not be installed
   and/or packaged.  Also (as noted in [5]) X11 runtime dependancy will
   not be registered into built package.

4. Strip runtime depends of jdk14 port.  There's no need to require open-motif
   to be runtime depends since libXm is staticly linked into libawt.so.

5. Make X11 runtime dependancy conditional (via urwfonts) in !WITHOUT_PLUGIN
   case only.  This should affect only prebuilt package users:  there's no
   need to install X11 libraries if you're going to use non-GUI stuff only
   (i.e. tomcat or jboss)

6. Add ${LOCALBASE}/lib to the deafult search path for JNI libraries.

7. Bump PORTVERSION

Reported by:	many [1]
Submitted by:	glewis [6]
Requested by:	marcus [6]
2004-01-28 14:00:27 +00:00
Alexey Zelkin
78155f931b Update license to most recent SCSL license version. 2004-01-28 13:55:23 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Greg Lewis
8837524ab6 . Unbreak the build after the recent changes to ant. I've done it slightly
differently than the PR, using the ANT_INCLUDE_SHARED_JARS variable.

PR:		61711
Submitted by:	Anton Yudin <toha@toha.org.ua> (maintainer)
2004-01-23 06:26:08 +00:00
Trevor Johnson
06acd13c21 Use LS macro. 2004-01-23 05:28:50 +00:00
Oliver Eikemeier
88b0d9a0e6 move xalan-j from java to textproc
PR:		34442
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
Approved by:	linimon
2004-01-22 23:57:26 +00:00
Trevor Johnson
439b8a040c Use the CPIO macro defined in bsd.port.mk. 2004-01-22 12:18:43 +00:00
Trevor Johnson
fbd1108f49 Use the SORT macro from bsd.port.mk. 2004-01-22 11:06:02 +00:00
Alexander Langer
4bf1b98ed9 I have no idea how these features* files made the way to my machine,
but they are obviously not in the dist, so remove them from the plist and
fix build on bento.

Submitted by:	kris
2004-01-22 10:54:14 +00:00
Greg Lewis
a0c1e8baae . Add ${LOCALBASE}/lib to the default search path for JNI libraries for
HotSpot as well.
2004-01-20 19:53:55 +00:00
Greg Lewis
d0903cc2f9 . Add ${LOCALBASE}/lib to the default search path for libraries when using
JNI.

XXX: Maybe ${X11BASE}/lib and /lib (5.x dynamic root support) should also
     be added?  /lib is part of the default search path on Linux.

Requested by:   marcus
2004-01-19 20:38:23 +00:00
Greg Lewis
21c8a9307f . Add ${LOCALBASE}/lib to the default search path for libraries when using
JNI.

XXX: Maybe ${X11BASE}/lib and /lib (5.x dynamic root support) should also
     be added?  /lib is part of the default search path on Linux.

Requested by:	marcus
2004-01-19 19:28:40 +00:00
Greg Lewis
d278524c30 . Convert spaces to tabs. 2004-01-19 19:22:31 +00:00
Greg Lewis
da9d8db27e . More standard format for substitution in pkg-message.
. Generate a substituted pkg-message in ${WRKDIR} for packaging rather
  than just echoing it during the port install and leaving the package
  with an unsubstituted version.
2004-01-19 16:26:22 +00:00
Tilman Keskinoz
d940a6aeb1 Update to 1.2.6
PR:		61225
Submitted by:	Conor McDermottroe <mcdermc@tcd.ie>
2004-01-19 14:33:28 +00:00
Norikatsu Shigemura
58708c8147 Fix install.
Requested by:	many
2004-01-17 20:31:28 +00:00
Greg Lewis
db3bca7b78 . Check the return value of stat(2) when trying to read the javaws
configuration file and behave appropriately if its -1.  Fixes a SEGV
  caused by ignoring the return value and just carrying on.
. Bump PORTREVISION.

PR:		61392
2004-01-17 07:11:12 +00:00
Greg Lewis
b6da5a5a5c . Install an updated cacerts file. This was produced by taking the
standard 1.2.2 cacerts file and updating it with the new root
  certificates using the procedure described in:

  http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
2004-01-16 22:09:55 +00:00
Greg Lewis
68c65d48be . Install an updated cacerts file. This was produced by taking the
standard 1.2.2 cacerts file and updating it with the new root
  certificates using the procedure described in:

  http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
2004-01-16 20:54:02 +00:00