summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2004-06-14 03:16:42 +0000
committeruebayasi <uebayasi@pkgsrc.org>2004-06-14 03:16:42 +0000
commit208c6f1b981ba84326d5039be7b64ccff1bc8cab (patch)
tree0ccf4c68d7dda48ba1f1faa470a23627b8c5b38c
parent16f02bb61328d69d59dd3a77e2cd29bbeb7942ca (diff)
downloadpkgsrc-208c6f1b981ba84326d5039be7b64ccff1bc8cab.tar.gz
Update priv to 1.0beta2nb1.
* Make sure ${PKG_SYSCONFDIR} is passed to configure. * Care ${PRIV_CONF_DIR} as an obsoleted variable. Pointed out by Matt Green.
-rw-r--r--doc/CHANGES3
-rw-r--r--mk/bsd.pkg.obsolete.mk6
-rw-r--r--security/priv/Makefile5
3 files changed, 11 insertions, 3 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index d31ce7981ab..22bc7822575 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6207 2004/06/13 14:11:42 tron Exp $
+$NetBSD: CHANGES,v 1.6208 2004/06/14 03:16:42 uebayasi Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -2939,3 +2939,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated mew to 2.3nb2 [taca 2004-06-13]
Updated nbsed to 20040613 [grant 2004-06-13]
Updated milter-greylist to 1.4 [tron 2004-06-13]
+ Updated priv to 1.0beta2nb1 [uebayasi 2004-06-14]
diff --git a/mk/bsd.pkg.obsolete.mk b/mk/bsd.pkg.obsolete.mk
index fab1dc2cabc..087c61e992f 100644
--- a/mk/bsd.pkg.obsolete.mk
+++ b/mk/bsd.pkg.obsolete.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.obsolete.mk,v 1.11 2002/09/23 08:45:41 jlam Exp $
+# $NetBSD: bsd.pkg.obsolete.mk,v 1.12 2004/06/14 03:16:43 uebayasi Exp $
#
# This file holds make(1) logic to allow obsolete or deprecated variables
# still to be used. These may eventually disappear over time as the contents
@@ -49,3 +49,7 @@ PKG_SYSCONFDIR.squid?= ${SQUID_SYSCONFDIR}
.if defined(ELK_USE_X11)
ELK_GUI= xaw
.endif
+
+.if defined(PRIV_CONF_DIR)
+PKG_SYSCONFDIR.priv?= ${PRIV_CONF_DIR}
+.endif
diff --git a/security/priv/Makefile b/security/priv/Makefile
index bba005dda77..e136fa92e9e 100644
--- a/security/priv/Makefile
+++ b/security/priv/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2004/04/28 11:27:54 uebayasi Exp $
+# $NetBSD: Makefile,v 1.11 2004/06/14 03:16:43 uebayasi Exp $
#
DISTNAME= priv-1.0-beta2
PKGNAME= priv-1.0beta2
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.thistledown.com.au/pub/simonb/
@@ -15,6 +16,8 @@ USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
USE_PKGINSTALL= YES
+CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR}
+
OWN_DIRS= ${PKG_SYSCONFDIR}/priv
.include "../../mk/bsd.pkg.mk"