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: "Maria Stuarda"
* Translations:
- Updated Updated Romanian translation by Mugurel Tudor.
- Updated Hungarian translation updated by Gabor Kelemen.
- Updated Lithuanian translation by Gintautas Miliauskas.
2.9.92: "Drexler singing"
* Fixed:
- Readd a missing icon
- Fix some deprecated includes
2.9.91: "Spectacular Spectacular"
* Fixes:
- Fix a crash when closing an old window and changing externay gconf
keys that were monitorized by that window. (John Ellis)
2.9.3: "Bang Bang"
* Fixes:
- Tons of leaks fixed (Paolo Borelli)
- Continue search after finding a pattern (Madhan Raj)
2.9.2: "Con la frente marchita"
* Impovements:
- Add bugzilla verstion to .desktop file (Christoffer Olsen)
- Show in the window title the current configuration database
- Use a new icon for boormarks
- Added German documentation (Keywan Najafi Tonekaboni)
* Fixes:
- Install icon in the right place, use for the window title
correctly
- Lot of HIGifycation work (Dennis Cranston)
- Disable popups entries for defaults/mandatoy if user cannot
change them
- Lot of strings fixes (Dave Ahlswede, Dennis Cranston, David Lodge)
- Update auto* magic (James Henstridge)
- Handle menu tearoffs correctly, using the ui_manager (James Bowes)
2.8.2: "Huerto del loro"
* Fixes:
- Fix for spewing warnings on startup (Fix bug #144833, Mark
McLoughlin)
* Improvements:
- Updated German documentation (Keywan Najafi Tonekaboni)
2.8.1: "Puerto Rico"
* Fixes:
- Parse correctly gtk/gnome command line arguments (based on patch
from Julio M. Merino Vidal. Fix bug #151829)
- Fix a crash when have_icons key is not present. Fix bug #151720.
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.
2.8,0: "Josha Bell"
* Fixes:
- Fixes to docs (Shaun McCance)
2.7.92: "Morte della Madonna"
* Improvements:
- Updated documentation (Shaun McCance)
2.7.91: "Que fuerte me parece"
* Fixes:
- Fix a crash when selection unset keys (bug #149805)
- Fix search cancelation (bugs #150728, #146790)
2.7.90: "Old maintainer clip show"
* Improvements:
- Lots of HIG fixes (Dennis Cranston)
2.7.4: "Siempre estoy soñando"
* Improvements:
- Search asyncronously
- Add recent keys
* Fixes:
- Put the output window in a vpaned so it can be resized
(bug #146776)
- Go to the key in the tree and in the list.
- Use header capitalization for menu items. Fix bug #147753
(Dennis Cranston)
2.7.3: "This one is really released!"
* Fixes:
- Fix some UI stuff of the search window (Anders Carlsson)
2.7.2: "long queue"
* Improvements:
- Search!!!!
- Removed warning dialog (Christian Neumair)
* Fixes:
- Enable menu internationalization (Christian Neumair)
2.7.1: "Beer at Norway"
* Improvements:
- Implement list elements editing
- Added schema
- Set defaults in gconf.xml.defaults
- Set a key/value as mandatory from
- Support for browsing/editing defaults and mandatory
* Fixes:
- Fix some leaks
- Fix long standing bug converting some text entries into booleans (bug #136148)
2.7.0: "Favola di Venezia"
* Improvements:
- Use GNOME libraries (Shakti Sen)
- Add Help support (Shakti Sen)
- Use GNOME standard about dialog (Bug #88279)
- Make menu icons follow menus_have_icons preference key (Mariano
Suárez-Alvarez)
- Show an alert when the key has no schema (Bug #110745)
- Replace use of item factory with ui manager (James Bowes from the
GNOME love fame!)
- When removing an item in the list edito, select the next or the previous
one (Alberto Ruíz, Bug #142994, also a new contributor from the
GNOME love and live hacking at guadec-es!)
* Fixes:
- Fix crash when nothing is selected (Richard Hult)
- Don't show hidden widgets on new windows.
- Fix compilers warning and build stuff on AIX.
* Merged fixes from 2-6 branch:
- Don't escape keys (Bugs #135807 and #136400)
- Fix a crashing bug in the unref code (Bugs #124662 and #136631)
- Fix the cell editor for float values (Bug #137468)
- Fix a crash when launching gconf-editor with a invalid key path (Bug
#136381)
- Allow the notebook in the key editor to fill and expand. (Fix
#138557)
* Translations:
- Added Basque translation (Iñaki Larrañaga)
- Added Gujarati translation (Guntupalli Karunakar)
crashes. The problem is that the configure script is picking the gconftool-2
binary from the buildlink directory, which does nothing, so it gets an
incorrect configuration. Bump PKGREVISION to 1.
* Fixes:
- Don't escape keys (Bugs #135807 and #136400)
- Fix a crashing bug in the unref code (Bugs #124662 and
#136631)
- Fix the cell editor for float values (Bug #137468)
- Fix a crash when launching gconf-editor with an invalid key path
(Bug #136381)
- Allow the notebook in the key editor to fill and expand. (Fix
#138557)
* Translations:
- Added Basque translation (Iñaki Larrañaga)
- Added Gujarati translation (Guntupalli Karunakar)
2.6.0:
* Translations:
- Added Punjabi translation (Amanpreet Singh Alam)
- Updated Hungarian translation (Andras Timar)
- Added British translation (Gareth Owen)
2.5.92:
* Translations:
- Updated Croatian translation (Robert Sedak)
- Added Canadian English translation (Alexander Winston)
- Updated Ukrainian translation (Maxim Dziumanenko)
- Updated Thai translation (Theppitak Karoonboonyanan)
2.5.91:
* Fixes:
- Show key documentation even if it has been modified (Bug #121813,
Fernando Herrera)
2.5.4:
* Fixes:
- Fix a crash when deleting keys (Bugs #105884 and #124662, Sanjiv
Agarwala)
- Copy path if no key is slected (Bug #132085, Fernando Herrera)
- Fix a crash with NULLs nodes (Bug #128272, Fernando Herrea)
- Unify copyright strings (Bug #101728, Christian Neumair)
- Handle escaping of keys correctly (Bug #96744, Hidetoshi
Tajima)
- Removed final "," in enums (Fernando Herrera)
* Improvements:
- Update statusbar on key selection (Fernando Herrera)
- Added man page (Sebastien Bacher)
2.5.1:
* Fixes:
- Fix a crash with unset values (Bug #121084, Sebastien Bacher)
- Added float support to the list editor, fixing a crash (Ross Burton)
- Remove the GTK_DISABLE_DEPRECATED flag (Bug #123932, Arvind Samptur)
* Improvements:
- Set the cursor to GDK_WATCH while we are figuring
out the child nodes (Federico Mena Quintero)
- Expand tree items when double clicked (Christophe Fergeau)