pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Kill code to catch Zoularis installations. It is th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/81fed4bb02de
branches: trunk
changeset: 531139:81fed4bb02de
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Jul 20 22:40:56 2007 +0000
description:
Kill code to catch Zoularis installations. It is three years old and
anyone still having such an old installation has other issues like nbawk
anyway.
diffstat:
mk/bsd.prefs.mk | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diffs (24 lines):
diff -r d86171dd7568 -r 81fed4bb02de mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk Fri Jul 20 22:22:52 2007 +0000
+++ b/mk/bsd.prefs.mk Fri Jul 20 22:40:56 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.252 2007/07/17 09:20:18 joerg Exp $
+# $NetBSD: bsd.prefs.mk,v 1.253 2007/07/20 22:40:56 joerg Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -521,14 +521,6 @@
.include "${_PKGSRC_TOPDIR}/mk/tools/defaults.mk"
-.if exists(${LOCALBASE}/bsd/share/mk/zoularis.mk)
-PKG_FAIL_REASON+= 'You appear to have a deprecated Zoularis installation.'
-PKG_FAIL_REASON+= 'Please update your system to bootstrap-pkgsrc and remove the'
-PKG_FAIL_REASON+= '${LOCALBASE}/bsd directory.'
-PKG_FAIL_REASON+= 'See http://mail-index.NetBSD.org/tech-pkg/2004/02/14/0004.html'
-PKG_FAIL_REASON+= 'for more details.'
-.endif
-
PKGPATH?= ${.CURDIR:C|.*/([^/]*/[^/]*)$|\1|}
.if !defined(_PKGSRCDIR)
_PKGSRCDIR!= cd ${_PKGSRC_TOPDIR} && ${PWD_CMD}
Home |
Main Index |
Thread Index |
Old Index