due to bigendian problems. This will allow the rest of GNOME to package
on sparc64.
Reported by: kensmith
Approved by: portmgr (implicit)
maintainer (blanket)
- take bsdi_dvd.h from mplayer which now lies on FILESDIR
- MD5 (MPlayer-1.0pre4.tar.bz2) = 83ebac0f05b192516a41fca2350ca01
o Add WITH_CDROM_DEVICE to allow one to pick the CDROM device [1]
o Add WITH_DVD_DEVICE to allow one to pick the DVD device [1]
o Add mpeg2enc plugin which depends on multimedia/mjpegtools port
o Really install KDE kio support WITH_KIO. This required some
CONFIGURE_ENV hacking
o Make sure plugins build/install even if PREFIX != {LOCAL,X11}BASE.
This required hackery called EXTRA_BUILD_DIR. Check port's Makefile
for more information. This fixed both vcd and modplug plugins
o Bump PORTREVISION due to PLIST change since VCD plugin is built
per default
PR: 65451 [1]
Submitted by: michael johnson <ahze@ahze.net> [1]
Reviewed by: marcus, vs, michael johnson <ahze@ahze.net>
When WITH_XVID is defined (throught autodetection), packing list is broken
because %%XVID%% substitution is not defined.
Reported by: clement
For record, the reason to disable xvid is:
We need xvid 1.0.0beta3 at least to build the xvid plug-in.
ever. It fixes many bugs, and adds some features missing in previous
FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an
upgrade FAQ at:
http://www.freebsd.org/gnome/docs/faq26.html
Please read it carefully. GNOME 2.6 packages are also available for all
supported i386 versions of FreeBSD at:
http://www.marcuscom.com/tinderbox/
The FreeBSD GNOME Team would like the thank the following users for their
wonderful testing and patching efforts. We would especially like to thank
Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen.
Without these people, our team, and our team alumni, GNOME on FreeBSD would
not be possible.
Jeremy Messenger <mezz7@cox.net>
Khairil Yusof <kaeru@pd.jaring.my>
Koop Mast <kwm@rainbow-runner.nl>
Simon Barner <barner@in.tum.de>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Scott Dodson <sdodson@sdodson.com>
Vladimir Grebenschikov <vova@sw.ru>
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
o Correctly depend on libshout2 instead of libshout port [2]
PR: 59230 [2],
64154 [1]
Submitted by: michael jonson <ahze@ahze.net> [1],
pseniura@techie.com <pseniura@techie.com> [2]
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis <edwin@mavetju.org>
there's a crash during this phase, and ia64 needs some more debugging tools
before it can be fully analyzed. This will allow unattended installs in the
meantime.
Reported by: marcel
Approved by: maintainer (implicit)
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
enables XVideo support in FreeBSD 5.x branch. The reason why
XVideo support was not enabled in FreeBSD 5.x branch is unknown.
o Bump PORTREVISION
Submitted by: Alexander Nedotsukov <bland@mail.ru>