Sun Jan 25 16:20:37 2009 UTC ()
Fix (de-)installation if "PKG_SYSCONFBASE" is set. Bump package revision
because of this package list change.

Reviewed by Jared McNeill.


(tron)
diff -r1.32 -r1.33 pkgsrc/sysutils/hal/Makefile
diff -r1.3 -r1.4 pkgsrc/sysutils/hal/PLIST

cvs diff -r1.32 -r1.33 pkgsrc/sysutils/hal/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/hal/Makefile 2009/01/23 11:13:38 1.32
+++ pkgsrc/sysutils/hal/Makefile 2009/01/25 16:20:36 1.33
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.32 2009/01/23 11:13:38 sketch Exp $ 1# $NetBSD: Makefile,v 1.33 2009/01/25 16:20:36 tron Exp $
2# 
3 2
4DISTNAME= hal-0.5.11 3DISTNAME= hal-0.5.11
5PKGREVISION= 19 4PKGREVISION= 20
6CATEGORIES= sysutils 5CATEGORIES= sysutils
7MASTER_SITES= http://hal.freedesktop.org/releases/ 6MASTER_SITES= http://hal.freedesktop.org/releases/
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= jmcneill@NetBSD.org 9MAINTAINER= jmcneill@NetBSD.org
11HOMEPAGE= http://hal.freedesktop.org/ 10HOMEPAGE= http://hal.freedesktop.org/
12COMMENT= FreeDesktop hardware abstraction layer 11COMMENT= FreeDesktop hardware abstraction layer
13 12
14BUILD_DEFS+= VARBASE PKG_SYSCONFBASE 13BUILD_DEFS+= VARBASE PKG_SYSCONFBASE
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16 15
17GNU_CONFIGURE= YES 16GNU_CONFIGURE= YES
18USE_DIRS+= xdg-1.4 17USE_DIRS+= xdg-1.4

cvs diff -r1.3 -r1.4 pkgsrc/sysutils/hal/PLIST (expand / switch to unified diff)

--- pkgsrc/sysutils/hal/PLIST 2008/12/20 21:11:05 1.3
+++ pkgsrc/sysutils/hal/PLIST 2009/01/25 16:20:36 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2008/12/20 21:11:05 jmcneill Exp $ 1@comment $NetBSD: PLIST,v 1.4 2009/01/25 16:20:36 tron Exp $
2bin/hal-device 2bin/hal-device
3bin/hal-disable-polling 3bin/hal-disable-polling
4bin/hal-find-by-capability 4bin/hal-find-by-capability
5bin/hal-find-by-property 5bin/hal-find-by-property
6bin/hal-get-property 6bin/hal-get-property
7bin/hal-is-caller-locked-out 7bin/hal-is-caller-locked-out
8bin/hal-is-caller-privileged 8bin/hal-is-caller-privileged
9bin/hal-lock 9bin/hal-lock
10bin/hal-set-property 10bin/hal-set-property
11bin/lshal 11bin/lshal
12include/hal/libhal-storage.h 12include/hal/libhal-storage.h
13include/hal/libhal.h 13include/hal/libhal.h
14lib/hal/scripts/hal-dockstation-undock 14lib/hal/scripts/hal-dockstation-undock
@@ -95,21 +95,21 @@ share/hal/fdi/policy/10osvendor/15-stora @@ -95,21 +95,21 @@ share/hal/fdi/policy/10osvendor/15-stora
95share/hal/fdi/policy/10osvendor/20-storage-methods.fdi 95share/hal/fdi/policy/10osvendor/20-storage-methods.fdi
96share/hal/fdi/policy/10osvendor/30-wol.fdi 96share/hal/fdi/policy/10osvendor/30-wol.fdi
97share/PolicyKit/policy/org.freedesktop.hal.dockstation.policy 97share/PolicyKit/policy/org.freedesktop.hal.dockstation.policy
98share/PolicyKit/policy/org.freedesktop.hal.killswitch.policy 98share/PolicyKit/policy/org.freedesktop.hal.killswitch.policy
99share/PolicyKit/policy/org.freedesktop.hal.policy 99share/PolicyKit/policy/org.freedesktop.hal.policy
100share/PolicyKit/policy/org.freedesktop.hal.power-management.policy 100share/PolicyKit/policy/org.freedesktop.hal.power-management.policy
101share/PolicyKit/policy/org.freedesktop.hal.storage.policy 101share/PolicyKit/policy/org.freedesktop.hal.storage.policy
102share/PolicyKit/policy/org.freedesktop.hal.wol.policy 102share/PolicyKit/policy/org.freedesktop.hal.wol.policy
103@dirrm share/gtk-doc/html/libhal-storage 103@dirrm share/gtk-doc/html/libhal-storage
104@dirrm share/gtk-doc/html/libhal 104@dirrm share/gtk-doc/html/libhal
105@dirrm lib/hal/scripts 105@dirrm lib/hal/scripts
106@dirrm lib/hal 106@dirrm lib/hal
107@dirrm include/hal 107@dirrm include/hal
108@exec ${MKDIR} %D/etc/hal/fdi/preprobe 108@exec ${MKDIR} ${PKG_SYSCONFDIR}/hal/fdi/information
109@dirrm etc/hal/fdi/preprobe 109@exec ${MKDIR} ${PKG_SYSCONFDIR}/hal/fdi/policy
110@exec ${MKDIR} %D/etc/hal/fdi/policy 110@exec ${MKDIR} ${PKG_SYSCONFDIR}/hal/fdi/preprobe
111@dirrm etc/hal/fdi/policy 111@unexec ${RMDIR} ${PKG_SYSCONFDIR}/hal/fdi/preprobe 2>/dev/null || ${TRUE}
112@exec ${MKDIR} %D/etc/hal/fdi/information 112@unexec ${RMDIR} ${PKG_SYSCONFDIR}/hal/fdi/policy 2>/dev/null || ${TRUE}
113@dirrm etc/hal/fdi/information 113@unexec ${RMDIR} ${PKG_SYSCONFDIR}/hal/fdi/information 2>/dev/null || ${TRUE}
114@dirrm etc/hal/fdi 114@unexec ${RMDIR} ${PKG_SYSCONFDIR}/hal/fdi 2>/dev/null || ${TRUE}
115@dirrm etc/hal 115@unexec ${RMDIR} ${PKG_SYSCONFDIR}/hal 2>/dev/null || ${TRUE}