aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 0.39 (2004-02-03):Mark Linimon2004-02-102-3/+3
| | | | | | | | | | | | | | | 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
* Added LATEST_LINK.Ernst de Haan2004-02-104-4/+8
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=100543
* Slightly improved the COMMENT.Ernst de Haan2004-02-104-4/+4
| | | | | | | Requested by: lofi Notes: svn path=/head/; revision=100542
* . Add a new port, java/jmf:Greg Lewis2004-02-099-0/+143
| | | | | | | | | | | | | | | | | | | 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
* add USE_GCC=2.95 and unbreak this port.Yen-Ming Lee2004-02-081-7/+2
| | | | Notes: svn path=/head/; revision=100340
* BROKEN on 5.x: does not compileKris Kennaway2004-02-071-1/+7
| | | | Notes: svn path=/head/; revision=100307
* BROKEN on 5.x: broken pkg-plistKris Kennaway2004-02-071-1/+7
| | | | Notes: svn path=/head/; revision=100305
* - Set correct LATEST_LINKClement Laforet2004-02-071-0/+2
| | | | | | | Reported/Requested by: kris Notes: svn path=/head/; revision=100257
* . Set LATEST_LINK to avoid conflict with other JBoss ports.Greg Lewis2004-02-073-3/+6
| | | | | | | | | | . 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
* . Set LATEST_LINK to avoid conflicting with other jdk ports.Greg Lewis2004-02-061-0/+1
| | | | | | | Reminded by: kris Notes: svn path=/head/; revision=100166
* . It appears as though diablo is problematic on 5.x still, so default toGreg Lewis2004-02-061-0/+4
| | | | | | | | bootstrapping with the Linux JDK if there isn't a previously compiled native one. Notes: svn path=/head/; revision=100161
* . Set an appropriate LATEST_LINK to avoid conflicts with other jdk ports.Greg Lewis2004-02-062-0/+2
| | | | | | | Reminded by: kris Notes: svn path=/head/; revision=100159
* 1. Take maintainership.Greg Lewis2004-02-061-1/+2
| | | | | | | | | 2. Set an approptiate LATEST_LINK to avoid conflicts with other jdk ports. Reminded by: kris [2] Notes: svn path=/head/; revision=100157
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-066-5/+5
| | | | Notes: svn path=/head/; revision=100139
* Use PLIST_FILES.Trevor Johnson2004-02-0510-5/+5
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-0446-11/+46
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-042-3/+4
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Upgrade to version 1.19.Archie Cobbs2004-02-024-15/+3
| | | | Notes: svn path=/head/; revision=99836
* Add NOT_FOR_ARCHS=amd64Edwin Groothuis2004-02-011-0/+2
| | | | | | | Submitted by: xaa+ports@timewasters.nl Notes: svn path=/head/; revision=99740
* . Update to 0.9.16. There are a few tweaks to the original submission.Greg Lewis2004-02-012-5/+26
| | | | | | | | PR: 62061 Submitted by: Sepherosa Ziehau <sepherosa@softhome.net> Notes: svn path=/head/; revision=99678
* Fix plist.Mark Linimon2004-01-302-0/+2
| | | | | | | | PR: ports/61580 Submitted by: Simun Mikecin <sime@logos.hr> (maintainer) Notes: svn path=/head/; revision=99463
* Add SIZEErwin Lansing2004-01-291-0/+1
| | | | | | | | PR: 62076 Submitted by: maintainer Notes: svn path=/head/; revision=99438
* - Fix fetching by adding missed MASTER_SITE_SUBDIRPav Lucistnik2004-01-291-0/+1
| | | | | | | | PR: ports/62057 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Notes: svn path=/head/; revision=99411
* SIZEify.Trevor Johnson2004-01-2911-0/+11
| | | | Notes: svn path=/head/; revision=99360
* 1. Switch 5.x version of jdk14 back to libc_r as default threading library.Alexey Zelkin2004-01-2815-3297/+3660
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update license to most recent SCSL license version.Alexey Zelkin2004-01-283-72/+42
| | | | Notes: svn path=/head/; revision=99317
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-232-2/+2
| | | | Notes: svn path=/head/; revision=98909
* . Unbreak the build after the recent changes to ant. I've done it slightlyGreg Lewis2004-01-232-2/+4
| | | | | | | | | | 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
* Use LS macro.Trevor Johnson2004-01-233-3/+3
| | | | Notes: svn path=/head/; revision=98863
* move xalan-j from java to textprocOliver Eikemeier2004-01-226-2271/+0
| | | | | | | | | PR: 34442 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> Approved by: linimon Notes: svn path=/head/; revision=98850
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-2223-41/+0
| | | | Notes: svn path=/head/; revision=98793
* Use the SORT macro from bsd.port.mk.Trevor Johnson2004-01-2212-12/+6
| | | | Notes: svn path=/head/; revision=98788
* I have no idea how these features* files made the way to my machine,Alexander Langer2004-01-221-10/+0
| | | | | | | | | | 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
* . Add ${LOCALBASE}/lib to the default search path for JNI libraries forGreg Lewis2004-01-202-3/+21
| | | | | | | HotSpot as well. Notes: svn path=/head/; revision=98672
* . Add ${LOCALBASE}/lib to the default search path for libraries when usingGreg Lewis2004-01-192-1/+19
| | | | | | | | | | | | 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
* . Add ${LOCALBASE}/lib to the default search path for libraries when usingGreg Lewis2004-01-192-2/+17
| | | | | | | | | | | | 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
* . Convert spaces to tabs.Greg Lewis2004-01-191-8/+8
| | | | Notes: svn path=/head/; revision=98577
* . More standard format for substitution in pkg-message.Greg Lewis2004-01-192-2/+7
| | | | | | | | | . 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
* Update to 1.2.6Tilman Keskinoz2004-01-194-37/+13
| | | | | | | | PR: 61225 Submitted by: Conor McDermottroe <mcdermc@tcd.ie> Notes: svn path=/head/; revision=98562
* Fix install.Norikatsu Shigemura2004-01-172-3/+9
| | | | | | | Requested by: many Notes: svn path=/head/; revision=98415
* . Check the return value of stat(2) when trying to read the javawsGreg Lewis2004-01-176-0/+51
| | | | | | | | | | | 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
* . Install an updated cacerts file. This was produced by taking theGreg Lewis2004-01-162-1/+2
| | | | | | | | | | 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
* . Install an updated cacerts file. This was produced by taking theGreg Lewis2004-01-162-0/+2
| | | | | | | | | | 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
* . Adjust download instructions for new download URL.Greg Lewis2004-01-161-2/+3
| | | | Notes: svn path=/head/; revision=98334
* . Convert a space to a tab.Greg Lewis2004-01-161-2/+3
| | | | | | | . Use a download URL which is one less hop away from the actual download. Notes: svn path=/head/; revision=98333
* . Add cacerts file missed in last commit.Greg Lewis2004-01-161-0/+0
| | | | Notes: svn path=/head/; revision=98331
* . Install the cacerts file from Sun's 1.3.1_10 release to avoid someGreg Lewis2004-01-161-1/+2
| | | | | | | | | 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
* . Update to 1.3.1 SR6 [1]Greg Lewis2004-01-163-2/+3
| | | | | | | | | | | | | . 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
* . Install an updated cacerts file. This was produced by taking theGreg Lewis2004-01-162-0/+3
| | | | | | | | | | 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
* . Use the correct variables for appending to CPPFLAGS and LDFLAGS. ThisGreg Lewis2004-01-151-0/+15
| | | | | | | | also avoids grabbing the jni.h header from gcj, which really causes problems. Notes: svn path=/head/; revision=98222