- drop desktopfileutils dependency[1] but update database when it's installed
- specific directory for desktopfileutils
- allow overriding PKG_CONFIG from environ or make.conf
- sort pixmaps in plist (cosmetic)
[1] it's not mandatory
PR: ports/149485
Submitted by: Anonymous <swell.k@gmail.com>
From the release notes:
| For players, the 1.4 version brings you no fewer than seven new
| mainline campaigns, a redesigned user interface, an amazing variety
| of high-quality new game music, and a refresh of the game artwork
| including improved portrait images for many unit types. For
| designers, the map editor and WML have been enhanced to
| significantly increase your creative options in writing scenarios.
See also: http://www.wesnoth.org/start/1.4/
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
http://changelog.wesnoth.org/
- Disable FreeBSD 4.x, does not compile on FreeBSD 4.x, due to lack of
towupper() and wide character in libc. Before you send me patch, the
s/towupper/toupper/g will not work very well in the runtime. If anyone know
the workaround without lose function, let Wesnoth developers and me know.
Seriously, desktop user should (well, for me is a must) upgrade to either
FreeBSD 5.x and 6.x.
--disable-zipios++ and I will turn it into knob option, WITHOUT_ZIPIOS. See
more detail about this update, visit: http://changelog.wesnoth.org/
Thanks to:
- ache for add libpng-config in graphics/png.
- pav for port zipios++ from debian that work a lot better with newer
GCC and allow games/wesnoth to compile with it.
- Add an offical url of distfiles in case when sourceforge.net is down or
having the problem with mirror.
- Remove SDL_ttf dependency, they imported SDL_ttf into this tarball. They
said that they fixed memory corruption errors on font rendering in their
imported SDL_ttf. I guess, I will let Wesnoth to use own SDL_ttf for now.
-Add a new knob, WITH_CAMPAIGN (a new campaign server).
-GCC 3.4 is now required, any patch(es) to remove USE_GCC=3.4 is welcome.
-files/patch-configure was created by Ulrich Spoerlein <q@uni.de>. [1]
PR: ports/71111 [1]
Submitted by: Ulrich Spoerlein <q@uni.de>