Commit graph

1050 commits

Author SHA1 Message Date
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
Greg Lewis
46a35203e5 . Adjust download instructions for new download URL. 2004-01-16 20:11:03 +00:00
Greg Lewis
28785491ce . Convert a space to a tab.
. Use a download URL which is one less hop away from the actual download.
2004-01-16 20:06:34 +00:00
Greg Lewis
382480394e . Add cacerts file missed in last commit. 2004-01-16 19:56:34 +00:00
Greg Lewis
dfc7d6bc2e . 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
2004-01-16 19:55:30 +00:00
Greg Lewis
afead5248c . Update to 1.3.1 SR6 [1]
. 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]
2004-01-16 19:39:17 +00:00
Greg Lewis
258da93d21 . 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 01:21:20 +00:00
Greg Lewis
7571311008 . Use the correct variables for appending to CPPFLAGS and LDFLAGS. This
also avoids grabbing the jni.h header from gcj, which really causes
  problems.
2004-01-15 20:26:36 +00:00
Greg Lewis
df0cd23644 . Update to 1.4.2 patchset 6.
. 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
2004-01-14 21:21:53 +00:00
Greg Lewis
ecf10fa88a . 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
2004-01-14 19:44:47 +00:00
Alexander Langer
b0389cc5b8 Add missing rundepends to eclipse-emf (reminded by olgeni),
and fix the version number, while I'm here.
2004-01-14 08:40:45 +00:00
Ernst de Haan
863da84459 Improved download URL to be more specific. 2004-01-13 22:42:33 +00:00
Ernst de Haan
4908226c2e Improved download URL to be more specific. 2004-01-13 22:33:36 +00:00
Ernst de Haan
c9039bd5c2 Minor patch to remove bogus dependancy and to stop portlint FATAL error.
PR:		61220
Submitted by:	jonc@chen.org.nz (maintainer)
2004-01-13 21:27:46 +00:00
Alexander Langer
b04e1f2dc8 First-class GUI building tools for Eclipse 2004-01-13 18:01:13 +00:00
Alexander Langer
868bdd01eb Add Eclipse Modeling Framework 2004-01-13 17:41:00 +00:00
Alexander Langer
daff514a0a Add Eclipse XML Schema Infoset Model 2004-01-13 17:17:43 +00:00
Greg Lewis
6b28ac21da . Use MASTER_SITE_APACHE_JAKARTA to fetch the distfile.
PR:		61311
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
2004-01-13 16:19:52 +00:00
Alexander Langer
c8c449de04 Add phpeclipse_phphelp 1.0.4, PHP Eclipse Help for the Eclipse IDE
Framework.

PR:		58402
Submitted by:	rtdean@cytherianage.net
2004-01-13 15:33:02 +00:00
Alexander Langer
87e0b7e965 Add phpeclipse_tidy 1.0.2, PHP Eclipse HTML tidier plugin for Eclipse
IDE Framework.

PR:		58401
Submitted by:	rtdean@cytherianage.net
2004-01-13 15:18:19 +00:00
Alexander Langer
c02b4c58f6 Add phpeclipse_sql 1.0.1, PHP Eclipse SQL Utility plugin for Eclipse IDE
Framework.

PR:		58400
Submitted by:	rtdean@cytherianage.net
2004-01-13 15:05:56 +00:00
Alexander Langer
4eee38c9fc Add phpeclipse 1.0.8, PHP Eclipse adds PHP support to the Eclipse IDE
Framework.

PR:		58399
Submitted by:	rtdean@cytherianage.net
2004-01-13 14:52:53 +00:00
Ernst de Haan
553b1f8027 Log:
- Update to 2.0
- Now uses MASTER_SITE_APACHE_JAKARTAm, as it should
- Properly using PORTDOCS in pkg-plist
2004-01-12 21:27:36 +00:00