Thu Feb 11 22:46:18 2010 UTC ()
DESTDIR support


(joerg)
diff -r1.2 -r1.3 pkgsrc/net/openwbem/Makefile
diff -r1.2 -r1.3 pkgsrc/net/openwbem/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/net/openwbem/patches/patch-ad

cvs diff -r1.2 -r1.3 pkgsrc/net/openwbem/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/net/openwbem/Attic/Makefile 2007/12/27 18:54:18 1.2
+++ pkgsrc/net/openwbem/Attic/Makefile 2010/02/11 22:46:18 1.3
@@ -1,23 +1,25 @@ @@ -1,23 +1,25 @@
1# $NetBSD: Makefile,v 1.2 2007/12/27 18:54:18 joerg Exp $ 1# $NetBSD: Makefile,v 1.3 2010/02/11 22:46:18 joerg Exp $
2 2
3DISTNAME= openwbem-3.2.2 3DISTNAME= openwbem-3.2.2
4CATEGORIES= net devel 4CATEGORIES= net devel
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openwbem/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openwbem/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.openwbem.org/ 8HOMEPAGE= http://www.openwbem.org/
9COMMENT= Web-based Enterprise Management software 9COMMENT= Web-based Enterprise Management software
10 10
 11PKG_DESTDIR_SUPPORT= user-destdir
 12
11GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
12CONFIGURE_ARGS+= ac_cv_path_TRUE_PATHNAME=true ac_cv_path_FALSE_PATHNAME=false 14CONFIGURE_ARGS+= ac_cv_path_TRUE_PATHNAME=true ac_cv_path_FALSE_PATHNAME=false
13USE_TOOLS+= gmake 15USE_TOOLS+= gmake
14USE_LIBTOOL= yes 16USE_LIBTOOL= yes
15USE_LANGUAGES+= c c++ 17USE_LANGUAGES+= c c++
16 18
17INSTALLATION_DIRS+= etc/openwbem include/openwbem var/openwbem 19INSTALLATION_DIRS+= etc/openwbem include/openwbem var/openwbem
18INSTALLATION_DIRS+= share/openwbem lib/openwbem share/examples/openwbem 20INSTALLATION_DIRS+= share/openwbem lib/openwbem share/examples/openwbem
19INSTALLATION_DIRS+= lib/openwbem/services lib/openwbem/requesthandlers 21INSTALLATION_DIRS+= lib/openwbem/services lib/openwbem/requesthandlers
20INSTALLATION_DIRS+= lib/openwbem/provifcs lib/openwbem/c++providers 22INSTALLATION_DIRS+= lib/openwbem/provifcs lib/openwbem/c++providers
21INSTALLATION_DIRS+= lib/authentication 23INSTALLATION_DIRS+= lib/authentication
22 24
23PKG_SYSCONFSUBDIR= openwbem 25PKG_SYSCONFSUBDIR= openwbem

cvs diff -r1.2 -r1.3 pkgsrc/net/openwbem/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/net/openwbem/Attic/distinfo 2007/12/27 18:54:18 1.2
+++ pkgsrc/net/openwbem/Attic/distinfo 2010/02/11 22:46:18 1.3
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1$NetBSD: distinfo,v 1.2 2007/12/27 18:54:18 joerg Exp $ 1$NetBSD: distinfo,v 1.3 2010/02/11 22:46:18 joerg Exp $
2 2
3SHA1 (openwbem-3.2.2.tar.gz) = 3272e5cbcfb2a864cccf71e15e0da0f6623420bb 3SHA1 (openwbem-3.2.2.tar.gz) = 3272e5cbcfb2a864cccf71e15e0da0f6623420bb
4RMD160 (openwbem-3.2.2.tar.gz) = 31ce8c80d47ff7539315e3978b8c1c493bd17f35 4RMD160 (openwbem-3.2.2.tar.gz) = 31ce8c80d47ff7539315e3978b8c1c493bd17f35
5Size (openwbem-3.2.2.tar.gz) = 2919455 bytes 5Size (openwbem-3.2.2.tar.gz) = 2919455 bytes
6SHA1 (patch-aa) = 33cd8d21ed698b511fc662686a7bf7abbf85c232 6SHA1 (patch-aa) = 33cd8d21ed698b511fc662686a7bf7abbf85c232
7SHA1 (patch-ab) = c83f632376f12d7378b1f013a0db5d4ae63f15bf 7SHA1 (patch-ab) = c83f632376f12d7378b1f013a0db5d4ae63f15bf
8SHA1 (patch-ac) = ea2f928b13eaef464e133b0e510fa4b8cfee95b9 8SHA1 (patch-ac) = ea2f928b13eaef464e133b0e510fa4b8cfee95b9
9SHA1 (patch-ad) = 52d05017718446076417c140b14ef6296ae2e8e4 9SHA1 (patch-ad) = e8b7c3a3b7fbab6052a9e866c8a1c9f1653db590
10SHA1 (patch-ae) = a9d923bdf6e52acff83588605f2913b196c92038 10SHA1 (patch-ae) = a9d923bdf6e52acff83588605f2913b196c92038

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/openwbem/patches/Attic/patch-ad (expand / switch to unified diff)

--- pkgsrc/net/openwbem/patches/Attic/patch-ad 2007/10/29 15:05:21 1.1.1.1
+++ pkgsrc/net/openwbem/patches/Attic/patch-ad 2010/02/11 22:46:18 1.2
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-ad,v 1.1.1.1 2007/10/29 15:05:21 agc Exp $ 1$NetBSD: patch-ad,v 1.2 2010/02/11 22:46:18 joerg Exp $
2 2
3--- etc/Makefile.in 2007/10/29 14:15:16 1.1 3--- etc/Makefile.in 2007/10/29 14:15:16 1.1
4+++ etc/Makefile.in 2007/10/29 14:17:27 4+++ etc/Makefile.in 2007/10/29 14:17:27
5@@ -235,7 +235,7 @@ 5@@ -235,7 +235,7 @@
6 target_alias = @target_alias@ 6 target_alias = @target_alias@
7 SUBDIRS = init sysconfig pam.d 7 SUBDIRS = init sysconfig pam.d
8 openwbemconf_DATA = openwbem.conf ssleay.cnf owgencert 8 openwbemconf_DATA = openwbem.conf ssleay.cnf owgencert
9-openwbemconfdir = $(sysconfdir)/openwbem 9-openwbemconfdir = $(sysconfdir)/openwbem
10+openwbemconfdir = ${DESTDIR}$(prefix)/share/examples/openwbem 10+openwbemconfdir = $(prefix)/share/examples/openwbem
11 EXTRA_DIST = openwbem.conf.sh owgencert.sh ssleay.cnf 11 EXTRA_DIST = openwbem.conf.sh owgencert.sh ssleay.cnf
12 CLEANFILES = openwbem.conf owgencert 12 CLEANFILES = openwbem.conf owgencert
13 SUFFIXES = .sh 13 SUFFIXES = .sh