| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=100584
|
|
|
|
|
|
|
| |
Reported by: kris
Notes:
svn path=/head/; revision=100543
|
|
|
|
|
|
|
| |
Requested by: lofi
Notes:
svn path=/head/; revision=100542
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=100500
|
|
|
|
| |
Notes:
svn path=/head/; revision=100340
|
|
|
|
| |
Notes:
svn path=/head/; revision=100307
|
|
|
|
| |
Notes:
svn path=/head/; revision=100305
|
|
|
|
|
|
|
| |
Reported/Requested by: kris
Notes:
svn path=/head/; revision=100257
|
|
|
|
|
|
|
|
|
|
| |
. Restrict usage of the port to JDK1.4.
PR: 62458
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Notes:
svn path=/head/; revision=100222
|
|
|
|
|
|
|
| |
Reminded by: kris
Notes:
svn path=/head/; revision=100166
|
|
|
|
|
|
|
|
| |
bootstrapping with the Linux JDK if there isn't a previously compiled
native one.
Notes:
svn path=/head/; revision=100161
|
|
|
|
|
|
|
| |
Reminded by: kris
Notes:
svn path=/head/; revision=100159
|
|
|
|
|
|
|
|
|
| |
2. Set an approptiate LATEST_LINK to avoid conflicts with other jdk ports.
Reminded by: kris [2]
Notes:
svn path=/head/; revision=100157
|
|
|
|
| |
Notes:
svn path=/head/; revision=100139
|
|
|
|
|
|
|
| |
Reviewed by: marcus
Notes:
svn path=/head/; revision=100076
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
Notes:
svn path=/head/; revision=99914
|
|
|
|
| |
Notes:
svn path=/head/; revision=99836
|
|
|
|
|
|
|
| |
Submitted by: xaa+ports@timewasters.nl
Notes:
svn path=/head/; revision=99740
|
|
|
|
|
|
|
|
| |
PR: 62061
Submitted by: Sepherosa Ziehau <sepherosa@softhome.net>
Notes:
svn path=/head/; revision=99678
|
|
|
|
|
|
|
|
| |
PR: ports/61580
Submitted by: Simun Mikecin <sime@logos.hr> (maintainer)
Notes:
svn path=/head/; revision=99463
|
|
|
|
|
|
|
|
| |
PR: 62076
Submitted by: maintainer
Notes:
svn path=/head/; revision=99438
|
|
|
|
|
|
|
|
| |
PR: ports/62057
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Notes:
svn path=/head/; revision=99411
|
|
|
|
| |
Notes:
svn path=/head/; revision=99360
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=99318
|
|
|
|
| |
Notes:
svn path=/head/; revision=99317
|
|
|
|
| |
Notes:
svn path=/head/; revision=98909
|
|
|
|
|
|
|
|
|
|
| |
differently than the PR, using the ANT_INCLUDE_SHARED_JARS variable.
PR: 61711
Submitted by: Anton Yudin <toha@toha.org.ua> (maintainer)
Notes:
svn path=/head/; revision=98864
|
|
|
|
| |
Notes:
svn path=/head/; revision=98863
|
|
|
|
|
|
|
|
|
| |
PR: 34442
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Approved by: linimon
Notes:
svn path=/head/; revision=98850
|
|
|
|
| |
Notes:
svn path=/head/; revision=98793
|
|
|
|
| |
Notes:
svn path=/head/; revision=98788
|
|
|
|
|
|
|
|
|
|
| |
but they are obviously not in the dist, so remove them from the plist and
fix build on bento.
Submitted by: kris
Notes:
svn path=/head/; revision=98787
|
|
|
|
|
|
|
| |
HotSpot as well.
Notes:
svn path=/head/; revision=98672
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=98594
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=98578
|
|
|
|
| |
Notes:
svn path=/head/; revision=98577
|
|
|
|
|
|
|
|
|
| |
. 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.
Notes:
svn path=/head/; revision=98573
|
|
|
|
|
|
|
|
| |
PR: 61225
Submitted by: Conor McDermottroe <mcdermc@tcd.ie>
Notes:
svn path=/head/; revision=98562
|
|
|
|
|
|
|
| |
Requested by: many
Notes:
svn path=/head/; revision=98415
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=98375
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=98354
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=98336
|
|
|
|
| |
Notes:
svn path=/head/; revision=98334
|
|
|
|
|
|
|
| |
. Use a download URL which is one less hop away from the actual download.
Notes:
svn path=/head/; revision=98333
|
|
|
|
| |
Notes:
svn path=/head/; revision=98331
|
|
|
|
|
|
|
|
|
| |
problems associated with expired root certificates described in:
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
Notes:
svn path=/head/; revision=98330
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. Install the cacerts file from Sun's 1.3.1_10 release to avoid some
problems associated with expired root certificates described in:
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
PR: 59867 [1]
Submitted by: Krzysztof Stryjek <wtp@bsdguru.org> [1]
Notes:
svn path=/head/; revision=98329
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=98256
|
|
|
|
|
|
|
|
| |
also avoids grabbing the jni.h header from gcj, which really causes
problems.
Notes:
svn path=/head/; revision=98222
|