Commit graph

93004 commits

Author SHA1 Message Date
Gerald Pfeifer
707a95b9e5 Revert an upstream change (which in turn reverted a fix which happened to
cause higher memory consumption).  This should avoid errors of the following
kind:

  err:virtual:map_image Standard load address for a Win32 program
  (0x00400000) not available

Bump PORTREVISION.

Problem reported by:	pav, Benjamin Lutz <benlutz@datacomm.ch>
2004-01-28 22:29:36 +00:00
Gerald Pfeifer
dcdb48da42 Update to the 2004-01-28 snapshot of GCC 3.4. Merge in my 2004/01/26
change to the gcc33 port and introduce a new make variable SUFFIX to
avoid hardcoding the version number and reorder USE_ variables.
2004-01-28 22:15:03 +00:00
Pav Lucistnik
09f1f36629 - Update to 1.0.5
PR:		ports/62019
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-01-28 21:59:36 +00:00
Oliver Lehmann
46d45c1f21 Add DRAC support for courier-imap
Submitted By:	nork
2004-01-28 21:21:42 +00:00
Clement Laforet
6851b64a96 - Update to 2.59
- minor cleanups
2004-01-28 21:03:04 +00:00
Martin Cracauer
ad17c15e2f Fix owner of $PREFIX/lib.
PR:		ports/62011
Submitted by:	David Magda <dmagda+prbugs@ee.ryerson.ca>
2004-01-28 20:53:57 +00:00
Andrey A. Chernov
ec2ba03dd5 Obey CXX again
Submitted by:   Charles Swiger <chuck@pkix.net>
2004-01-28 20:36:37 +00:00
Joe Marcus Clarke
6150690e40 Chase the libxklavier shared lib version. 2004-01-28 20:09:38 +00:00
Joe Marcus Clarke
42bc73e664 Update to 0.97. 2004-01-28 20:09:17 +00:00
James E. Housley
2729133d92 Update to DAT 4320 2004-01-28 20:06:13 +00:00
Jimmy Olgeni
47d166ea76 Upgrade to version 1.130 (and remove .bak files after patching). 2004-01-28 20:02:51 +00:00
Kirill Ponomarev
e76ff39c87 graphics/sketch -> graphics/skencil 2004-01-28 19:52:18 +00:00
Kirill Ponomarev
16b67a433e - Remove graphics/sketch because the project's name was
changed.
- New name is graphics/skencil
2004-01-28 19:49:58 +00:00
Kirill Ponomarev
7850501a10 - Rename graphics/sketch to graphics/skencil
(project's name was changed)
- Update to version 0.6.16
- graphics/sketch will be removed

PR:		ports/61957
Submitted by:	Ports Fury
2004-01-28 19:45:14 +00:00
Jimmy Olgeni
1dc2359f65 Add proper configure target by merging patch from ports/62034.
PR:		62034
Submitted by:	Ulrich Spoerlein <q@uni.de>
2004-01-28 19:39:24 +00:00
Oliver Eikemeier
c085c8d328 Speling 8P 2004-01-28 19:25:56 +00:00
Jimmy Olgeni
53290e0c9a Add proper autoconf support, do not use -O2 by default.
PR:		62034
Submitted by:	Ulrich Spoerlein <q@uni.de>
2004-01-28 18:57:36 +00:00
Alex Dupre
b276bd5cbe Add enigmail-thunderbird 0.83.1, a GnuPG extension for the Thunderbird
mail client.

Approved by:	nork (mentor)
2004-01-28 18:05:39 +00:00
Trevor Johnson
33207219c1 Remove extraneous text. List size. Add ID. 2004-01-28 18:04:33 +00:00
Alex Dupre
3793d28dee Add enigmail 0.83.1, a GnuPG extension for the Mozilla mail client.
Approved by:	nork (mentor)
2004-01-28 18:04:32 +00:00
Joe Marcus Clarke
aee69fa63a Update to 2.6.5. 2004-01-28 17:27:50 +00:00
Alexander Leidinger
64466104bb Add conflict between devel/antlr and devel/pccts. Maintainer of
antlr port informed.

Requested by:	Marius Strobl <marius@alchemy.franken.de>
2004-01-28 16:45:47 +00:00
Norikatsu Shigemura
94f8dfe2b8 Remove dcons, dcons was integrated to FreeBSD system.
Pointed out by:	bento via kris
Suggested by:	simokawa (developper)
2004-01-28 16:41:56 +00:00
Oliver Eikemeier
5ddd771fd6 Add some more examples (inn, apache) to test combined >= & < relations 2004-01-28 16:19:08 +00:00
Oliver Eikemeier
112248f85d tandart vulnerability test for port auditing systems
This is a package to test FreeBSD port auditing systems, e.g. portaudit
  and the upcoming VuXML based system. Even though it installs no files,
  it is listed in the portaudit database as vulnerable.

  Kind of a EICAR-STANDARD-ANTIVIRUS-TEST-FILE
2004-01-28 16:17:30 +00:00
Mathieu Arnold
29a3829254 Update to 0.29.01 2004-01-28 15:30:25 +00:00
Norikatsu Shigemura
035f978d20 Update to 2004.01.28. 2004-01-28 15:24:08 +00:00
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