pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Move common definitions of UUCP_{GROUP,USER} from mail...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e5e606c88078
branches: trunk
changeset: 530245:e5e606c88078
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Jun 19 21:29:09 2007 +0000
description:
Move common definitions of UUCP_{GROUP,USER} from mail/courier-mta and
net/uucp to mk/defaults/mk.conf.
diffstat:
mail/courier-mta/options.mk | 4 +---
mk/defaults/mk.conf | 12 +++++++++++-
net/uucp/Makefile | 4 +---
3 files changed, 13 insertions(+), 7 deletions(-)
diffs (62 lines):
diff -r fe9982d017c4 -r e5e606c88078 mail/courier-mta/options.mk
--- a/mail/courier-mta/options.mk Tue Jun 19 21:28:08 2007 +0000
+++ b/mail/courier-mta/options.mk Tue Jun 19 21:29:09 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2007/06/15 21:59:23 jlam Exp $
+# $NetBSD: options.mk,v 1.4 2007/06/19 21:29:10 jlam Exp $
# Global and legacy options
@@ -97,8 +97,6 @@
###
.if !empty(PKG_OPTIONS:Mcourier-uucp)
COURIER_TRANSPORTS+= uucp
-UUCP_USER?= uucp
-UUCP_GROUP?= daemon
PKG_GROUPS+= ${UUCP_GROUP}
PKG_USERS+= ${UUCP_USER}:${UUCP_GROUP}
PLIST_SRC+= ${PKGDIR}/PLIST.uucp
diff -r fe9982d017c4 -r e5e606c88078 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf Tue Jun 19 21:28:08 2007 +0000
+++ b/mk/defaults/mk.conf Tue Jun 19 21:29:09 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.153 2007/03/01 18:03:02 wiz Exp $
+# $NetBSD: mk.conf,v 1.154 2007/06/19 21:29:09 jlam Exp $
#
# This file provides default values for variables that may be overridden
@@ -1737,6 +1737,16 @@
# Possible: any group name
# Default: network
+UUCP_GROUP?= daemon
+# System group for uucp-related programs.
+# Possible: any group name
+# Default: daemon
+
+UUCP_USER?= uucp
+# System user for uucp-related programs.
+# Possible: any user name
+# Default: uucp
+
#VIM_EXTRA_OPTS=
# Used in vim package to build with non-gui extra options
# Possible: not defined, see "configure --help"
diff -r fe9982d017c4 -r e5e606c88078 net/uucp/Makefile
--- a/net/uucp/Makefile Tue Jun 19 21:28:08 2007 +0000
+++ b/net/uucp/Makefile Tue Jun 19 21:29:09 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/06/18 14:45:28 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2007/06/19 21:29:11 jlam Exp $
DISTNAME= uucp-1.07
PKGREVISION= 4
@@ -22,8 +22,6 @@
CONFIGURE_ENV+= PWD_PROGRAM=${TOOLS_PWD_CMD:Q}
CONFIGURE_ENV+= RMDIR_PROGRAM=${TOOLS_RMDIR:Q}
-UUCP_GROUP?= daemon
-UUCP_USER?= uucp
PKG_GROUPS= ${UUCP_GROUP}
PKG_USERS= ${UUCP_USER}:${UUCP_GROUP}
Home |
Main Index |
Thread Index |
Old Index