Commit graph

92977 commits

Author SHA1 Message Date
Mathieu Arnold
3c5f3fd105 Update to 0.29.01 2004-01-28 15:22:51 +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
Dirk Meyer
0119071c7d - update to 20040126
Various bugfixes
Added support for OLE2 / VBA streams scanning

PR:		61948
Submitted by:	rob@debank.tv
2004-01-28 13:50:04 +00:00
Michael Nottebrock
699b6562cc PREFIX-safeness fixes. 2004-01-28 12:44:07 +00:00
Eric Anholt
f11a296bac Return to ports@ because I won't be working on FreeBSD for 3 months minimum. 2004-01-28 09:47:22 +00:00
Eric Anholt
524ed9afaa Return to ports@ because I won't be working on FreeBSD for 3 months minimum. 2004-01-28 09:29:37 +00:00
Eric Anholt
dc2617a65a Return to ports@ -- I haven't maintained this in ages. 2004-01-28 09:28:39 +00:00
Eric Anholt
180220fd33 Return to ports@ because I won't be working on FreeBSD for 3 months minimum. 2004-01-28 09:16:05 +00:00
Kirill Ponomarev
c27bc3f917 - Unbreak it
- Honour CFLAGS

PR:		ports/62018
Submitted by:	maintainer
2004-01-28 09:12:50 +00:00
Eric Anholt
61550a407d Return to ports@ because I won't be working on FreeBSD for 3 months minimum. 2004-01-28 09:10:58 +00:00
Norikatsu Shigemura
456588d74d Update to 2004.01.27.
Submitted by:	Yoshihiko Sarumaru <sarumaru@yamayuri.org>
2004-01-28 08:45:27 +00:00
Mike Silbersack
465bd09c2a Replace rtc with a revamped version that I've been working on. This version
uses tsleep / selrecord and a worker thread to provide a much better emulation
of the rtc driver, as well as greatly decreased processor usage.

Device cloning as well as a few more tweaks to the emulation are still pending.
2004-01-28 08:15:19 +00:00
Erwin Lansing
f5c5e17970 Update to 0.80
PR:		61999
Submitted by:	Jim Shewmaker <jim@mail.trinetcom.com>
Approved by:	maintainer
2004-01-28 07:30:48 +00:00
Dmitry Sivachenko
d1ad6fd8be Bump PORTREVISION due to the previous commit.
Submitted by:	maintainer
2004-01-28 06:28:29 +00:00
Dmitry Sivachenko
531f9d3f0d RUN_DEPEND on security/qca-tls to enable connection to jabber server over SSL.
Approved by:	maintainer
2004-01-28 06:24:34 +00:00
Edwin Groothuis
f1ce90914d Let multimedia/libxine properly use USE_SDL
PR:		61805
Approved by:	MANTANI Nobutaka <nobutaka@freebsd.org>
2004-01-28 06:17:42 +00:00
Ying-Chieh Liao
ac0212d680 nuke py-rrdtool, which is disappeard 2004-01-28 06:05:16 +00:00
Kris Kennaway
f3ef908016 Correct syntax error when PREFIX is defined. 2004-01-28 05:44:55 +00:00
Alexander Nedotsukov
d37eda8cfc Use intlhack to fix build.
PR:		62009
Reported by:	Stacey Roberts <stacey@vickiandstacey.com>
2004-01-28 00:09:04 +00:00
Erwin Lansing
e8a63c69bb It turns out that net/p5-Net-Services fails to build on older Perl systems.
The simple patch below simply addes a requirement for at least Perl 5.6.0.

PR:		61989
Submitted by:	maintainer
Noticed by:	kris
2004-01-27 22:55:24 +00:00
Erwin Lansing
3eea4c4686 Make PERL_LEVEL comparision match the comment :)
PR:		61882
Submitted by:	maintainer
2004-01-27 22:52:18 +00:00
Edwin Groothuis
4acc398017 Let multimedia/slideshow use USE_SDL.
PR:		ports/61805
Approved by:	Stefan Farfeleder <stefan@fafoe.narf.at>
2004-01-27 22:48:10 +00:00
Edwin Groothuis
cd58a53999 replace second assigned of CONFIGURE_ARGS to += instead of =
Informed maintainer.

Submitted by:	Scott Mitchell <scott+freebsd@fishballoon.org>
2004-01-27 22:41:39 +00:00
Trevor Johnson
e8d5605043 Add SIZE. 2004-01-27 20:51:07 +00:00
Oliver Eikemeier
0b3eb2cb67 connect portaudit to the INDEX
(what is the INDEX?)
2004-01-27 19:53:36 +00:00
Oliver Eikemeier
34522b5af1 portaudit provides a list of published security vulnerabilities
of FreeBSD ports and tools to check if installed ports are listed.

Since this is a prerelease version, it is mostly usable for
committers that want to contribute to the project, and can currently
not be relied upon as an extensive security auditing tool.
2004-01-27 19:24:52 +00:00
Pierre Beyssac
4544d5a9e6 Remove useless explicit dependency on gnugetopt, taken care of by
USE_GETOPT_LONG.

Obtained from:	pav
2004-01-27 19:20:53 +00:00
Kirill Ponomarev
cd87689831 - Update to version 20040126
PR:		ports/62000
Submitted by:	maintainer
2004-01-27 19:12:25 +00:00
Pav Lucistnik
4f08f999c7 - Update to 1.03
PR:		ports/61993
Submitted by:	Dirk-Willem van Gulik <dirkx@webweaving.org> (maintainer)
2004-01-27 19:05:34 +00:00
Pav Lucistnik
582abfaf93 - Update to 4.0.9
PR:		ports/61988
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
2004-01-27 18:50:06 +00:00
Mark Linimon
d425b925c3 Fix plist. Noticed on bento.
PR:		ports/61990
Submitted by:	Volker Stolz (stolz@i2.informatik.rwth-aachen.de)
2004-01-27 18:02:44 +00:00
Jean-Marc Zucconi
33b0c79b8b Update the WWW: reference.
Submitted by:	Simon Barner <barner@in.tum.de>
2004-01-27 17:56:02 +00:00
Oliver Eikemeier
51318f1756 - remove sourceforge from MASTER_SITES
- install in /usr/local by default
- conflict with sysutils/pkg_install
2004-01-27 17:36:08 +00:00
James E. Housley
3b38e588e1 Since portlint didn't like the use of a variable called "file", change it. 2004-01-27 16:42:47 +00:00
Trevor Johnson
934549607a Add size data. 2004-01-27 16:40:39 +00:00
Trevor Johnson
6a8dedc2ce Sort and add size data. 2004-01-27 16:38:00 +00:00
Trevor Johnson
ceac42c292 Add size data. 2004-01-27 16:32:58 +00:00
Mathieu Arnold
1929b7a5ea Update to 0.16.1 2004-01-27 16:32:02 +00:00
Trevor Johnson
90e552c084 Add size data. 2004-01-27 16:22:54 +00:00
Trevor Johnson
05910b268e Add size data. 2004-01-27 16:12:37 +00:00
Kirill Ponomarev
4ef07d396e Add wmget 0.5.0,
wmget is a dock app for the GNU Window Maker window manager
which makes it more convenient to perform long downloads in the
background.

PR:		ports/61736
Submitted by:	Ulrich Spoerlein <q@uni.de>
2004-01-27 15:58:52 +00:00
Trevor Johnson
dcbed75aab Remove hashes of unused Fortran, Objective-C and Java distfiles.
Add size data and ID.
2004-01-27 15:56:48 +00:00
Alexander Nedotsukov
c94e79c676 Update to 2.4.2 2004-01-27 15:55:15 +00:00
Trevor Johnson
9e2ee8db3f This no longer provides a Java compiler. 2004-01-27 15:54:17 +00:00
Kirill Ponomarev
28b3cbcf94 - Update to version 0.6.0
* Add PostgreSQL support
2004-01-27 15:51:34 +00:00
Peter Pentchev
d87224cbd1 Update to bugfix penv-1.2p1: the 1.2 version could not create new files,
i.e. it could not store information about new variables, only change or
remove existing ones.
2004-01-27 15:44:13 +00:00
Trevor Johnson
9f24e330f3 Remove OGI remnants. List sizes of distfiles. 2004-01-27 15:27:09 +00:00
Dmitry Sivachenko
04d95ca1fa New port: qca-tls.
A plugin to provide SSL/TLS capability to programs that utilize the
Qt Cryptographic Architecture (QCA).
2004-01-27 13:24:43 +00:00
Mathieu Arnold
2b24d6d89e Update to 0.35.01
Get rid of unneeded dependencies
Cleanup
2004-01-27 12:55:51 +00:00