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".]
Requested by Masao Uebayashi <uebayashi@soum.co.jp> in pkg/15007,
patch resent in private mail.
Changes:
1.0 - 12/15/2001
Updated translations hu and nl.
0.99.3 (RC1) - 12/10/2001
Added translation for no.
Updated translations es, et, fr, it, nl, ru.
Clarified release license in about dialog.
0.99.2 - 12/5/2001
Updated translations de, fi, fr, pt_BR, sk, zh_TW.
Minor man page and README updates.
0.99.1 - 11/25/2001
Added translation da (Danish).
Updated translations fr (French) and pt_BR (Brazilian Portuguese).
Fixed incorrect file listing when attempting to enter a directory with no read access.
0.99.0 - 11/19/2001
Added a help window, it merely displays the README.
Fixed bug causing window to never resize larger when changing images and the zoom is set to fit window.
Several small bug fixes.
Added ability to reorder images within a collection using drag and drop.
Added Ukrainian translation.
Updated Dutch translation.
Closing a modified collection window now prompts to save first.
Changed list colors in find duplicates and collection windows.
Selecting remove old thumbnails and clear thumbnails now shows a
dialog displaying the progress of the selected action.
Several minor bugs fixed.
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
Changes:
> Added date and size display columns to the file list.
> Added file managementi (copy, move, etc.) to the collection
pop-up menus.
> Added to file dialogs a right-click menu for renaming and deleting
files. Also added a button to create new directories.
> Added translations et, fi, nl.
- Updated translations de, fr, it, ja, pl, sl.
- New option to sort files ascending or descending.
- New option to sort files by numerical order (8,9,10...).
- .thumbnails directories are now created group writeable.
- Files dropped on the duplicates window are now filtered.
- Made removing multiple files from the duplicates window faster.
* Fix file rename missing cursor bug.
* Fixed memory leak in the find duplicates window.
* Minor bug fixes.
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links. These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.
Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
so remove it from package Makefiles. Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
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>
New translations for it, and updated es, pt_BR.
Now 'zoom to fit' also expands images (can be disabled in options).
Added (optional) in place renaming.
Changed window title (GQview now after filename), added window icons.
Directory list now make previous dir visible.
Minor compile -Wall cleanups, bug fixes.