pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Rename ENABLE_CACHE option to JWHOIS_ENABLE_CACHE, and...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6ff265508808
branches: trunk
changeset: 474587:6ff265508808
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Sun May 02 19:15:18 2004 +0000
description:
Rename ENABLE_CACHE option to JWHOIS_ENABLE_CACHE, and document it in
the defaults file.
diffstat:
mk/bsd.pkg.defaults.mk | 7 ++++++-
net/jwhois/Makefile | 6 +++---
2 files changed, 9 insertions(+), 4 deletions(-)
diffs (42 lines):
diff -r 07df49c9e646 -r 6ff265508808 mk/bsd.pkg.defaults.mk
--- a/mk/bsd.pkg.defaults.mk Sun May 02 19:11:38 2004 +0000
+++ b/mk/bsd.pkg.defaults.mk Sun May 02 19:15:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.235 2004/04/28 11:27:54 uebayasi Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.236 2004/05/02 19:15:18 xtraeme Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1249,6 +1249,11 @@
# Possible: any directory
# Default: ${JAVA_HOME}/jsdk
+#JWHOIS_ENABLE_CACHE=
+# Enable cache option in net/jwhois package.
+# Possible: defined or not defined.
+# Default: not defined.
+
#KERBEROS=
# Used in many packages to specify use of a Kerberos (or compatible)
# subsystem. Requires Kerberos libraries in /usr/lib.
diff -r 07df49c9e646 -r 6ff265508808 net/jwhois/Makefile
--- a/net/jwhois/Makefile Sun May 02 19:11:38 2004 +0000
+++ b/net/jwhois/Makefile Sun May 02 19:15:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/05/02 18:01:15 xtraeme Exp $
+# $NetBSD: Makefile,v 1.37 2004/05/02 19:15:18 xtraeme Exp $
#
DISTNAME= jwhois-3.2.2
@@ -21,9 +21,9 @@
INFO_FILES= jwhois.info
-BUILD_DEFS+= ENABLE_CACHE
+BUILD_DEFS+= JWHOIS_ENABLE_CACHE
-.if defined(ENABLE_CACHE)
+.if defined(JWHOIS_ENABLE_CACHE)
CONFIGURE_ARGS+= --with-cache
.endif
Home |
Main Index |
Thread Index |
Old Index