Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
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.
curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
rebuild the documentation database at install/deinstall time. This means
that:
- PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly;
this is done by a bsd.pkg.install.mk template.
- The share/omf directory is only removed by scrollkeeper, which is the
last package in the dependancy tree.
- PKGREVISION is bumped.
Reviewed by wiz.
* Works with gtkhtml-1.1
* Remove guile support to unbreak gnome (needs fixing in the
guile 1.4 and 1.6 packages)
* Translation updates
* Build fixes
* Update documentation
* Search unusual install paths for data
* Fix task redraw bug
* New popup menu entries
* Misc bugfixes
* Fixes to configure/makefile setup
* spec file file list fixes
* coredump fixes
* column drawing fixes
* fix for printing dates, titles and tooltips
* updated man pages
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
gnome-utils 1.4.1 (2001-10-04)
general:
Translation updates. (Christian Rose, Stanislav Visnovsky,
Kjartan Maraas, Linas Vepstas, Pablo Saratxaga)
gtt:
* Many new things including: UI for custom reports, Uses guile
internally for reports, can stop timer on idleness, add some
more values, can edit properties without changing current
project (Linas Vepstas)
* Misc fixes (George)
gcalc:
* Fix resizing (Glynn Foster)
logview:
* Documentation (John Fleck)
gnome-utils 1.4.0.99 (2001-09-04)
general:
* Update doc build stuff to use jw on RH 7.1 and any other dist
which has moved to docbook-utils. (Dan Mueth)
* We now require GConf (George)
* Fix DESTDIR on installation. (George)
* use xml-i18n-tools for .desktop/.keys files (Kjartan Maraas)
* az docs removed, apparently they were quite broken (John Fleck)
* Translation updates. (Abel Cheung, Valek Filippov, Kjartan
Maraas, Stanislav Visnovsky, Zbigniew Chyla, Andras Timar,
Takayuki KUSANO, Christian Rose, Ole Laursen, Carlos Perell
Marn, Peteris Krisjanis, Christian Meyer, Almer S. Tigelaar,
Fatih Demir, Marc Maurer, G<F6>rkem Cetin, Christophe Merlet,
Stanislav Brabec, Faith Demir, Jesus Bravo Alvarez)
gcalc:
* Warning fix. (Kjartan Maraas)
* Documentation fix. (John Fleck)
* Fix compilations on some systems. (George)
gdialog:
* Fix compilations on some systems. (George)
* Docs (Patanjali Somayaji, John Fleck)
gdiskfree:
* Some internal reorganization for excluded filesystems (Gregory
McLean)
* New icon/splash pixmap. (Matthias Warkus, Timothy Musson)
* Minor fixes. (George)
gcharmap:
* Don't use the system colormap. (Kjartan Maraas)
gcolorsel:
* Hook up help button in preferences to do something. (Kjartan
Maraas)
* Don't use the system colormap. (Kjartan Maraas)
gtt:
* An ongoing rewrite to support many MANY cool new features.
Still not 100% stable though. (Linas Vepstas)
logview:
* Fix FreeBSD compilation. (Peter A Jonsson)
* Massage the scrolling to be more sane (it still doesn't work
completely correctly). (George)
* Fix compilations on some systems + various minor fixes. (George)
stripchart:
* Fix 64bit issues with reading /proc (George)
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.
Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.
New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
such as 1.4.4, without thinking they are alpha release numbers.
New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.
New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.
New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.