first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
excellent screensaver). It's possible to download and install high-res
maps of selected moons and planets, but including those in the package
would make it weigh in a little heavy, so we just install the READMEs,
and leave it to the user to download the jpgs, if he wants them.
* qt2 doesn't write compressed GIFs
* applications like KDE2's konqueror are ~useless without it and
* there's prior art (in FreeBSD, OpenBSD)
switch on GIF support permanently.
(After compiling without GIF support for a few hours AGAIN)
Don't try and build a "shared" greeter library:
- it never managed it anyway.
- the libtool workaround produces a binary 10x bigger than the
static build.
- its more resilient method to different versions of X.
Enable login_cap(3) support.
path to rman. The determination as to whether it's the package rman
or the XFree86-4.x installed rman is left to bsd.pkg.mk (via USE_RMAN).
Closes PR pkg/8755.
applications are dealt with.
Should address most of the remaining part of pkg/12423 from Matthias
Scheler <tron@colwyn.zhadum.de>
Additional work is needed if user runs kappfinder after installing more
non-KDE applications.
kdebase package.
Remove dependency on msgfmt. It's not used.
Update build dependency for automake. Is there a right way to do these as
I can see no consistency in pkgsrc.
It is broken and makes the program completely unuseable on german keyboards
(for example entering | switches into greek input mode).
I once tried to explain this to the maintainer, but it is not fixed in this
version.
Overview of Changes in GTK+ 1.2.9:
* Move include files into a gtk-1-2/ subdir to support parallel
installation with GTK+-2.0. If you are installing from source
on top of a previous version, you should to remove $(includedir)/gdk/
and $(includedir)/gtk/ manually before installing the new version.
* Improved submenu navigation.
* Other small useability improvements for menus, scrollbars, etc.
* Patch enabling themes with better appearance by making some
geometry parameters settable.
* Changes so that using fonts (as well as fontsets) for
non-iso-8859-1 locales will work.
* New --with-native-locale configure option for faster string
handling on systems with non-broken locale support.
* Refuse to initialize GTK+ when setuid (http://www.gtk.org/setuid.html)
* Change to make GdkRGB use less SHM segments.
* Addition of .pc files
* Many bug fixes