Commit graph

116940 commits

Author SHA1 Message Date
Archie Cobbs
b14a60cbba Add missing file.
Approved by:	portmgr
2005-01-01 21:47:52 +00:00
Jeremy Messenger
90f15bd5fb Add more mirrors in MASTER_SITES, since GNU ftp is down.
Reported by:	pointyhat via kris
Approved by:	portmgr (krion)
2005-01-01 19:40:42 +00:00
Simon L. B. Nielsen
52d918f707 Fix a security vulnerabiliy which allows an attacker in the same
domain as the list admin to gain administrator privileges and alter
list settings.

VuXML:		http://vuxml.FreeBSD.org/be543d74-539a-11d9-a9e7-0001020eed82.html
Obtained from:	Debian
Approved by:	portmgr (krion), maintainer timeout
2005-01-01 19:21:47 +00:00
Simon L. B. Nielsen
100e2cb292 Document FTP command injection vulnerability in kdelibs3.
Approved by:	portmgr (implicit, VuXML)
2005-01-01 15:55:54 +00:00
Michael Nottebrock
18e5ca604b Patch ftp kioslave command injection vulnerability.
References:
http://www.securityfocus.com/bid/11827
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1165

Approved by: portmgr
2005-01-01 13:36:18 +00:00
Kirill Ponomarev
29751cfd81 Fix build.
Submitted by:	Ports Fury
Approved by:	portmgr (implicit)
2005-01-01 13:06:49 +00:00
Kirill Ponomarev
cf076d8ddb Fix plist.
Approved by:	portmgr (implicit)
2005-01-01 11:26:44 +00:00
David E. O'Brien
9b308410a8 Unbreak 'make patch'.
Approved by:	portmgr(kris)
2005-01-01 02:49:41 +00:00
Hiroki Sato
945d6b9d79 Fix pkg-plist.
Spotted by:	kris
Approved by:	portmgr (kris)
2005-01-01 00:49:22 +00:00
Mark Linimon
c1171e70b5 Canonicalize date. FreshPorts and portsmon expect the date to be in
this format.

Requested by:		Dan Langille
Approved by:		portmgr [self, implicit]
2005-01-01 00:41:22 +00:00
Kris Kennaway
0b6aed9df9 Properly increment PORTREVISION relative to the previous value (3,
incorrectly inherited from the linux-gtk port because it was not
previously overridden in this slave port).

Noticed by:	eikbot
Approved by:	portmgr (self)
2004-12-31 23:52:49 +00:00
Alexander Leidinger
64cf27c85d Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.

It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).

This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).

Changes:
 - change the default linux_base from v7 to v8
 - add a newer freetype to linux_base-8 for nicer fonts display [1]
 - don't let cpio use hardlinks in the linux_base-8 port to quiet some
   warnings in some cases [2]
 - fix a cut&past error in the linux_base-8 pkg-install script [3]
 - convert the binary knob "USE_LINUX" to a version specifier, e.g.
   USE_LINUX=<value> specifies a dependency upon
   emulators/linux_base-<value>, exceptions are a value of "7" (which
   does what you want and adds a dependency to linux_base) and any
   value without a corresponding port in
   PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
   the default linux_base)
 - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
   this allows us to use the USE_LINUX_PREFIX knob for linux_base and
   paves the way for splitting up future linux base ports into
   individual pieces
 - remove RESTRICTED from some GPL licensed ports, even when we only
   distribute binaries, we get them from official linux sites, so
   anyone can grab them there if he needs to
 - add a dependency upon the linux X11 bits where necessary (based upon
   guesswork)
 - don't use USE_X_PREFIX in some linux ports since it adds a dependency
   to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
   solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
 - bump the portrevision of the linux ports ("better safe than sorry"
   algorithm)
 - pass maintainership of the important linux infrastructure to a
   mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
   doesn't like this: tell us your bikeshed color at freebsd-emulation@,
   my color would be "linuxolator@" in case someone cares...)
 - add a pkg-install script for linux-fontconfig, but don't use it;
   everything should work without it (the FreeBSD fc-cache program should
   do all the work), but in case we need it we just need to decomment the
   pkg-install part in the Makefile
 - fix some dependencies
 - fix some bugs
 - add some static plists
 - unbreak the ports with dependecies to more than one linux_base

This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.

Known bugs:
 - the linux-mesa and linux-devtools ports install libGL*.so symlinks
 - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
   the linux X11 port, so linx_Base-8 moans at deinstall time)

Future work (interested souls should coordinate with freebsd-emulation@):
 - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
   or modify the behavior of USE_XLIB in the USE_LINUX case
   AFAIK trevor has some patches.
 - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
   the PREFIX?= workaround in some linux ports
   Should be discussed/coordinated on/with x11@.
 - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
 - update to a more recent linux base

PR:			69997, 70539 (and maybe others)
Discussed with/on:	java@, x11@, trevor, portmgr
Tested by:		mezz, portmgr, pointyhat
RPM hunted down by:	Joseph Gelinas <scirocco@tasam.com> [1]
Requested by:		portmgr [2]
Submitted by:		kris [3]
Approved by:		portmgr
2004-12-31 18:24:10 +00:00
Pav Lucistnik
440d8863c8 - Chase libxine update
Pointy hat:	nobutaka (in stereo)
2004-12-31 17:47:42 +00:00
Pav Lucistnik
7db44073b9 - Chase libxine update
Pointy hat to:	the usual suspect
2004-12-31 17:22:54 +00:00
Lars Thegler
e427587382 Add p5-Email-Delete 1.02, delete Messages from Folders. 2004-12-31 15:38:46 +00:00
Mario Sergio Fujikawa Ferreira
4d452ec86b - Fix gnu-crypto.info:
o Properly categorize it under "GNU Libraries"
	o Register it within post-install target
- Bump PORTREVISION since it fixes installation issues

Submitted by:	Tim Welch <twelch@thepentagon.org>
2004-12-31 15:24:29 +00:00
Mario Sergio Fujikawa Ferreira
43f7b7f9d2 New port jzlib version 1.0.5: A re-implementation of zlib in pure Java 2004-12-31 14:33:16 +00:00
Tilman Keskinoz
a57e85ca8c Update to 0.5
Chase xine Shared Library version
2004-12-31 14:00:40 +00:00
Kirill Ponomarev
8bb59c5711 Update to version 8.50
PR:		ports/75690
Submitted by:	Ports Fury
2004-12-31 13:32:25 +00:00
Kirill Ponomarev
2de4bfc62d Update to version 1.0.27
PR:		ports/75691
Submitted by:	Ports Fury
2004-12-31 13:23:04 +00:00
Kirill Ponomarev
465cc32774 Update to version 1.3.5
PR:		ports/75692
Submitted by:	Ports Fury
2004-12-31 13:20:50 +00:00
Kirill Ponomarev
2a777b380c Update to version 0.40.1
PR:		ports/75689
Submitted by:	Ports Fury
2004-12-31 13:18:58 +00:00
Tilman Keskinoz
c6252e04dc - Chase libxine Shared library
Forgotten by:	nobutaka (5 times in a row)

- Sync with debian package:
  * Fixed an out-of-bounds error in src/support/widgets/zlist.c discovered
    by Matthias Urlichs.
  * Fixed a segfault on exit when no audio device available.

- Bump PORTREVISION
2004-12-31 13:18:35 +00:00
Kirill Ponomarev
7c91e0c9f5 Update to version 1.0.0
PR:		ports/75688
Submitted by:	Ports Fury
2004-12-31 13:17:30 +00:00
Dmitry Sivachenko
f4ac833f70 Fix build with MySQL 4.1.x.
Submitted by:	Michael Hambly <mike@blackbirdsoftware.com>
PR:		74237
2004-12-31 12:07:35 +00:00
Mario Sergio Fujikawa Ferreira
eac3f885cc Update to snapshot 20041202
Submitted by:	Peter Thoenen <eol1@yahoo.com>
2004-12-31 11:51:12 +00:00
Pav Lucistnik
0cbbb1d6f8 - Add a note for users of www/awstats
- Collect nearby spurious whitespace
2004-12-31 11:38:42 +00:00
Oliver Lehmann
b4d7d61581 update to libzvbi 0.2.11 2004-12-31 11:36:46 +00:00
Pav Lucistnik
b43884f93f - Update to 6.2
PR:		ports/74788 (followup)
Submitted by:	Chris Stuart <webmaster@lightningfire.net> (maintainer)
2004-12-31 11:35:09 +00:00
Mario Sergio Fujikawa Ferreira
bb4a1226c5 o Update to Freenet Stable build 5100 released 20041220 snapshot
o Bump PORTREVISION since it is the same build number but another
  snapshot
2004-12-31 11:31:58 +00:00
Pav Lucistnik
af2549826f - Disable debug for package
- Enable readline for non-package

PR:		ports/75504
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
Approved by:	AMAKAWA Shuhei <amakawa@jp.FreeBSD.org> (maintainer)
2004-12-31 11:22:19 +00:00
Mario Sergio Fujikawa Ferreira
d4530ab3b6 o Update to <bsd.java.mk> standard 2.0
o Bump PORTREVISION due to jar location changes

Prompted by:	hq
2004-12-31 11:14:19 +00:00
Lars Thegler
658ee6aadc Fixed MASTER_SITE_SUBDIR.
Reported by:	kris
2004-12-31 10:45:40 +00:00
Eric Anholt
df0e9fb363 Re-add libXThrStub for FreeBSD that requires thread stubs. Between 6.7 and 6.8
I had moved libXThrStub into libX11, because it seemed unnecessary.  However,
because libc_r symbols are also weak, the weak stubs in libX11 would interfere,
however they don't if they are in a library linked by libX11.  The most common
manifestation of the problem was:
GThread-ERROR **: file gthread-posix.c: line 137 (g_thread_impl_init): error
'Invalid argument' during 'pthread_getschedparam (pthread_self(), &policy,
&sched)'
in glib apps.

PR:		ports/75477
Submitted by:	KIMURA Yasuhiro, yasu at utahime dot org
Testing by:	marcus
2004-12-31 09:02:27 +00:00
Hiroki Sato
0223e24934 Update to 2.2. 2004-12-31 08:15:59 +00:00
Dmitry Sivachenko
eb1b821d8e Upgrade to version 0.46. 2004-12-31 07:52:47 +00:00
Joseph Koshy
86e509e853 Use "install.sh" during build and also during install as done in
lang/sml-nj-devel to resolve PR 40866.

Submitted by:	Johannes 5 Joemann <joemann@beefree.free.de>
2004-12-31 07:51:03 +00:00
Dmitry Sivachenko
e27710fcb0 New port: p5-MARC-Record.
The core class for representing a single MARC record.
2004-12-31 07:49:16 +00:00
David E. O'Brien
6127b118ac Note where the missing parameter is.
I don't understand enough of what this patch is trying to do,
to be able to adjust it for versions 8.31+.
2004-12-31 07:30:55 +00:00
David E. O'Brien
4d4da06ed1 Add a secondary (really primary) website. 2004-12-31 07:29:56 +00:00
Mario Sergio Fujikawa Ferreira
c223cc6bcf New port gnu-crypto version 2.0.1: Java cryptographic primitives
and tools
2004-12-31 01:42:04 +00:00
David E. O'Brien
bfab27d78b Upgrade to version 8.30. 2004-12-31 00:48:48 +00:00
Brooks Davis
f13dcde71c Various enhancements and fixes for slimserver:
- Use a new system to track which files in the CPAN directory should be
   installed.  As a side effect, generate most of the RUN_DEPENDS list
   at runtime.
 - Add a script to start softsqueeze.  The javavm port and a Jave VM
   must be installed to the script to actually work.  A dependency was
   not added at this point because that's a huge barrier.
 - Fix a bug in EXCEPTFILES processing.
 - Patch the configuration parsing code to default the cache and
   playlist directories to locations under /var/db/slimserver instead
   of the weird defaults.  This will fix the cache on new installs. [0]
 - Bump port revision.

Reported by:	Kraig Vander Berg <kraig at woodshoes dot net> [0]
2004-12-31 00:17:05 +00:00
Kris Kennaway
6f5e5f8ac5 Remove USE_X_PREFIX=no and set PREFIX?=${LOCALBASE} explicitly, since we
still want the X libraries but don't want to install in X11BASE for some
reason.
2004-12-30 23:57:11 +00:00
Kris Kennaway
71da5b35cf Rework MTREE_FILE handling from last commit:
* Users may specify a nonstandard PREFIX to install somewhere.  If they
  are trying to use an USE_X_PREFIX=yes port, install with BSD.x11*.dist.
  Otherwise, use BSD.local.dist.  Ports that deliberately set a nonstandard
  PREFIX must also set NO_MTREE to avoid spamming their hierarchy with an
  inappropriate MTREE specfile.

Pointed out by:	krion
2004-12-30 23:56:13 +00:00
Herve Quiroz
6ce928657e - Back out version upgrade from last commit: Saxon 8.2 requires JAXP 1.3 which
it is not possible (AFAICT) to port for now, due to the GUI installer used by
  Sun. JAXP 1.3 is included in J2SE 1.5 so Saxon 8.2 will be back in the ports
  tree when we get a working JDK 1.5.
- Rename a temporary variable to keep portlint(1) happy
2004-12-30 23:43:44 +00:00
Lars Thegler
b6c464c7e7 Add p5-Email-Folder-IMAPS 1.02, Email::Folder access to IMAP over SSL
folders.
2004-12-30 23:19:46 +00:00
Mario Sergio Fujikawa Ferreira
5a864958c1 Set maintainer to Lauri Watts <lauri@kde.org> 2004-12-30 22:50:24 +00:00
Lars Thegler
296806862e Add p5-URI-imaps 1.01, support IMAPS URI. 2004-12-30 22:43:55 +00:00
Jimmy Olgeni
91fa338373 Fix issue with rb:show/1 (could not be called twice).
Obtained from:	Peter Andersson <peppe (at) erix.ericsson.se>
2004-12-30 22:34:09 +00:00