- Important fix of a remote buffer overflow attack via asf streaming
- Some minor fixes
* Check for the updated KAME ipv6-patch. Looks okay.
* Change pkg-message, pointing at at a work-in-progress FAQ
PR: 57324
57296
Submitted by: Mezz <mezz7@cox.net> (based on)
maintainer
future plans, etc., please see http://www.gnome.org/start/2.4/.
This commit represents work done by adamw, bland, and myself as well as
many other contributers:
Koop Mast <einekoai@chello.nl>
Akifyev Sergey <asa@gascom.ru>
Franz Klammer <klammer@webonaut.com>
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Thomas E. Zander <riggs@rrr.de>
Jeremy Messenger <mezz7@cox.net>
Without these contirbuters, and our faithful users, GNOME 2.4.0 would not
be possible.
Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as
general FAQs and documentation (GNOME 2.4 updates to be posted soon). The
best way to upgrade so that you get all shared library dependencies is:
portupgrade -rf -m BATCH=yes atk
portupgrade -R -m BATCH=yes gnome2
Approved by: portmgr (kris, will, myself implicitly)
Requested by: re as well as many other users
o get rid of hardcoded CONFIGURE_TARGET from pkg-plist.
o utilize USE_SDL as pkg-plist includes its modules.
o utilize USE_GETOPT_LONG as configure detects libgnugetopt.
o utilize PTHREAD_LIBS to avoid linking both libc and libc_r in -STABLE.
o supply CPPFLAGS/LDFLAGS to configure to detect ogg/vorbis/id3tag and others.
o and add number of modules built accordingly.
o then sort pkg-plist.
Update Cyrus skin in distinfo.
Result of diff 2003-02-18 and 2003-09-03.
mv readme README
PR: ports/56674
Submitted by: Thomas E. Zander <riggs@o503.hadiko.de> (maintainer)
o Fix build on recent current (by -pthread option is deprecated). [2]
o WITH_LANG is added. [2]
PR: ports/56630 [1]
Submitted by: Guido Berhoerster <ich@guido-berhoerster.org> [1]
Tod McQuillin <devin@spamcop.net> [1]
Ivanchenko V. I. <webmaster@asiamusic.ru> [1][2]
Approved by: Thomas E. Zander <riggs@rrr.de> (maintainer)
Update to xmms 1.2.8. See http://www.xmms.org/next_version.php for
a full description.
Please note that if you're running -current, some options will be
automaticly disabled due to the absence of -pthread in the current
gcc. For example, libmikmod might do this because of its --ldadd
option:
[~] edwin@ref5>libmikmod-config --ldadd
-pthread
PR: ports/56504
Submitted by: Espen Skoglund <esk@ira.uka.de>
o Fix possible crasher due to an old version of glade
o Update the subtitle and languages menus after having played a
DVD or ogm file
PR: 56412
Submitted by: maintainer
o Add extra Quicktime codecs available from mplayerhq.hu
o Update pkg-descr to the current list of codecs
o Change website pointer to mplayer codecs page
PR: ports/55223
Submitted by: Dominic Marks <dom@wirespeed.org.uk>
Approved by: Holger Lamm" <holger@e-gitt.net> (maintainer)
as expected with some thread libraries. For an adhoc workaround for this
problem, insert usleep() in the loop to force context switch.
The original code should be rewritten using a conditional variable.
from the PR:
Changes in this update:
- Quicktime 6 instead of Quicktime 5
- added Realplayer 9 codecs
- added xanim codecs
- Win32_dmo (Windows Media 9) is obsolete, it is included in
the main win32codecs
- binaries.zip also adds no real new drivers and is obsolete.
With Win32_dmo and binaries, everything from avifile has
disappeared and I removed the avifile version number from win32-codecs.
PR: ports/55217
Submitted by: maintainer
Official KDE 3.1.3 announcement:
http://www.kde.org/announcements/announce-3.1.3.php
(may not work until a few hours after this commit - we jumped the gun a little
in order to have the update in place at the time the security notifications for
KDE 3.1.2 will be released together with the announcement of KDE 3.1.3).
Changelog from 3.1.2 to 3.1.3 release:
http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php
Thanks and credits need to go to the whole KDE-FreeBSD team, as well
as everyone on kde@freebsd.org for providing feedback, reporting bugs
and just using the KDE ports.
Approved by: will (real mentor asleep)
- s/-pthread/${PTHREAD_LIBS} [1]
- Remove dependency on avifile, since the port ships with an own stripped
down avifile version.
- Simplify dependency on xmms
- Add a patch to fix compilation with gcc3 [2]
PR: 47407[1]
Submitted by: Simon Schubert [1]
Obtained from: Gentoo [2]
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)