Problems found with existing digests:
Package memconf distfile memconf-2.16/memconf.gz
b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
95748686a5ad8144232f4d4abc9bf052721a196f [calculated]
Problems found locating distfiles:
Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-02-15 Jeffrey Stedfast <fejj@novell.com>
* configure.in: Bumped version to 2.24.1
* src/manager.c: Changed all "import photos?" prompts to use the
same gconf "don't ask again" key.
(prompt_response_cb): Allow saving the result even if the response
is GTK_RESPONSE_CANCEL. Fixes bug #557364.
(gvm_prompt): Set a window icon. Fixes bug #515762.
* gnome-volume-manager.schemas.in: Applied patch by Jerry Tan to
default autophoto_command to `gthumb --import-photos`. Fixes bug
#560735.
* src/manager.c (gvm_console_kit_sesion_get_uid): ConsoleKit 0.3
changed the return value from Int32 to UInt32 so check for either
type. Based on a patch by Donnie Berkholz. Fixes bug #571872.
2008-09-23 Jeffrey Stedfast <fejj@novell.com>
Based on the patch by Herbert Pötzl
* src/manager.c (unmount_all): Don't unmount any volumes that have
become marked with volume.ignore.
(gvm_device_mounted): If a volume marked for ignore gets mounted,
don't prompt the user for anything.
gnome-volume-manager is a desktop-level daemon that enforces volume-related
policy in response to events received from HAL. Its goal is to implement all
functionality as a state-machine in response to asynchronous events from HAL.