summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-0446-11/+46
| | | | (Part 2)
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-042-3/+4
| | | | | Submitted by: trevor Tested by: bento
* Upgrade to version 1.19.Archie Cobbs2004-02-024-15/+3
|
* Add NOT_FOR_ARCHS=amd64Edwin Groothuis2004-02-011-0/+2
| | | | Submitted by: xaa+ports@timewasters.nl
* . 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>
* Fix plist.Mark Linimon2004-01-302-0/+2
| | | | | PR: ports/61580 Submitted by: Simun Mikecin <sime@logos.hr> (maintainer)
* Add SIZEErwin Lansing2004-01-291-0/+1
| | | | | PR: 62076 Submitted by: maintainer
* - Fix fetching by adding missed MASTER_SITE_SUBDIRPav Lucistnik2004-01-291-0/+1
| | | | | PR: ports/62057 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* SIZEify.Trevor Johnson2004-01-2911-0/+11
|
* 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]
* Update license to most recent SCSL license version.Alexey Zelkin2004-01-283-72/+42
|
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-232-2/+2
|
* . 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)
* Use LS macro.Trevor Johnson2004-01-233-3/+3
|
* 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
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-2223-41/+0
|
* Use the SORT macro from bsd.port.mk.Trevor Johnson2004-01-2212-12/+6
|
* 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
* . Add ${LOCALBASE}/lib to the default search path for JNI libraries forGreg Lewis2004-01-202-3/+21
| | | | HotSpot as well.
* . 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
* . 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
* . Convert spaces to tabs.Greg Lewis2004-01-191-8/+8
|
* . 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.
* Update to 1.2.6Tilman Keskinoz2004-01-194-37/+13
| | | | | PR: 61225 Submitted by: Conor McDermottroe <mcdermc@tcd.ie>
* Fix install.Norikatsu Shigemura2004-01-172-3/+9
| | | | Requested by: many
* . 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
* . 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
* . 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
* . Adjust download instructions for new download URL.Greg Lewis2004-01-161-2/+3
|
* . 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.
* . Add cacerts file missed in last commit.Greg Lewis2004-01-161-0/+0
|
* . 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
* . 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]
* . 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
* . 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.
* . Update to 1.4.2 patchset 6.Greg Lewis2004-01-1421-114/+60
| | | | | | | | | . Install the cacerts file from Sun's 1.4.2_03 release to avoid some problems associated with expired root certificates described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436 Hopefully not objected to by: phantom
* . Install the cacerts file from Sun's 1.3.1_10 release to avoid someGreg Lewis2004-01-142-0/+2
| | | | | | problems associated with expired root certificates described in: http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
* Add missing rundepends to eclipse-emf (reminded by olgeni),Alexander Langer2004-01-141-1/+3
| | | | and fix the version number, while I'm here.
* Improved download URL to be more specific.Ernst de Haan2004-01-131-1/+1
|
* Improved download URL to be more specific.Ernst de Haan2004-01-131-1/+1
|
* Minor patch to remove bogus dependancy and to stop portlint FATAL error.Ernst de Haan2004-01-133-9/+0
| | | | | PR: 61220 Submitted by: jonc@chen.org.nz (maintainer)
* First-class GUI building tools for EclipseAlexander Langer2004-01-135-0/+777
|
* Add Eclipse Modeling FrameworkAlexander Langer2004-01-135-0/+459
|
* Add Eclipse XML Schema Infoset ModelAlexander Langer2004-01-135-0/+256
|
* . Use MASTER_SITE_APACHE_JAKARTA to fetch the distfile.Greg Lewis2004-01-131-1/+2
| | | | | PR: 61311 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
* Add phpeclipse_phphelp 1.0.4, PHP Eclipse Help for the Eclipse IDEAlexander Langer2004-01-135-0/+39
| | | | | | | Framework. PR: 58402 Submitted by: rtdean@cytherianage.net
* Add phpeclipse_tidy 1.0.2, PHP Eclipse HTML tidier plugin for EclipseAlexander Langer2004-01-135-0/+46
| | | | | | | IDE Framework. PR: 58401 Submitted by: rtdean@cytherianage.net
* Add phpeclipse_sql 1.0.1, PHP Eclipse SQL Utility plugin for Eclipse IDEAlexander Langer2004-01-135-0/+71
| | | | | | | Framework. PR: 58400 Submitted by: rtdean@cytherianage.net
* Add phpeclipse 1.0.8, PHP Eclipse adds PHP support to the Eclipse IDEAlexander Langer2004-01-135-0/+128
| | | | | | | Framework. PR: 58399 Submitted by: rtdean@cytherianage.net
* Log:Ernst de Haan2004-01-123-71/+169
| | | | | | - Update to 2.0 - Now uses MASTER_SITE_APACHE_JAKARTAm, as it should - Properly using PORTDOCS in pkg-plist