Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2.10.0
======
Bump version number for 2.10 release; no code changes.
2.9.95
======
Fixes:
2005-03-03 Elijah Newren <newren@gmail.com>
Add these files (they used to be named gnome-clock.png, but got
lost from cvs when doing the rename). Fixes#168905.
New/updated translations:
2005-03-03 Abel Cheung <maddog@linuxhall.org>
* zh_TW.po: Updated traditional Chinese translation from GNOME HK Team
2.9.94
======
Fixes:
Remove different-coloured buttons from Simple theme, which
were intended for the default gtk+ theme.
2.9.93
======
Forgot to release this one :/
2.9.92
======
Fixes:
2005-02-24 Thomas Wood <thos@gnome.org>
Resolves bug 167446: Use icon theme for stock icons in Glider
New/updated translations:
2005-02-21 Christophe Merlet <redfox@redfoxcenter.org>
* fr.po: Updated French translation.
2005-02-13 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
2.9.91
======
Fixes:
* Replace gnome-clock.png with clock.png, fixes#156724
<muktha.narayan@wipro.com>
New/updated translations:
2005-01-30 Alessio Frusciante <algol@firenze.linux.it>
* it.po: Updated Italian translation.
2005-01-29 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated.
2.9.90
======
2005-01-12 Thomas Wood <thos@gnome.org>
* Makefile.am:
* configure.in:
* gtk-themes/Makefile.am:
Updated to reflect changes in gtk-engines
New/updated translations:
2005-01-19 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation.
2005-01-16 Alexander Winston <alexander.winston@comcast.net>
* en_CA.po: Updated Canadian English translation.
2.9.4
=====
2004-12-02 James Henstridge <james@jamesh.id.au>
* icon-themes/Smokey-Red/Makefile.am: adjust makefile to take into
account moved icons.
* icon-themes/Smokey-Red/index.theme.in: add directories for other
icon sizes.
* icon-themes/Smokey-Blue/Makefile.am: update for new file
locations.
* icon-themes/Smokey-Blue/index.theme.in: none of the icons were
actually 48x48, so move them to the right directories.
New/updated translations:
2005-01-05 Pawan Chitrakar <pawan@nplinux.org>
* ne.po: Added Nepali Translation
2005-01-04 Žygimantas Beručka <uid0@akl.lt>
* lt.po: Updated Lithuanian translation.
2.9.3
=====
Not released due to Christmas holdiays... sorry :/
2.9.2.1
======
Fix Low Contrast Large Print build breakage.
2.9.2
=====
New/updated translations:
2004-11-08 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Vladimir Petkov <vpetkov@i-space.org>
2.9.1
=====
Enhancements:
- Massive build improvements from jamesh.
- Buttons now a different colour in Simple theme (Eugenia Loli-Queru)
Bugfixes:
- Crux crasher (#116693, Robert Basch)
- Large Print themes now change desktop and terminal fonts too (#155566, Muktha Narayan)
New/updated translations:
2004-10-28 Mohammad DAMT <mdamt@bisnisweb.com>
* id.po: Updated Indonesian translation
2004-09-22 Dmitry G. Mastrukov <dmitry@taurussoft.org>
* ru.po: Updated Russian translation
from Russian team <gnome-cyr@gnome.org>.
2004-09-14 Mətin Əmirov <metin@karegen.com>
* az.po: Translation updated.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
This package provides several GTK/GNOME 2 themes, including: Crux, Grand
Canyon, High Contrast, High Contrast Large Print, High Contrast Large
Print Inverse, Large Print, Low Contrast Large Print, Mist, Ocean Dream,
Sandwish, Simple, Smokey Blue, Smokey and Traditional.
Reviewed by jmmv@ and wiz@