Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
|
|
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
lines.
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes: Lots of bugfixes and improvements, 'P' for pausing slideshows,
'B' for backspace; man page and two new translations (hu, sl).
|
|
also some new features and bugfixes.
|
|
|
|
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.
|
|
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
|
|
Changes: Internationalization, bug fixes (including some memory leaks),
autoconfiscated.
|
|
|
|
|
|
- Use wildcard dependences for "imlib" package.
|
|
|
|
|
|
Provided in pr 7543 by Rui-Xiang Guo.
|