pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Remove reference to buildlink2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc8ee652db5c
branches:  trunk
changeset: 515897:fc8ee652db5c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 10 17:11:32 2006 +0000

description:
Remove reference to buildlink2.

diffstat:

 mk/apache.mk        |  4 ++--
 mk/defaults/mk.conf |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 1c4507595c18 -r fc8ee652db5c mk/apache.mk
--- a/mk/apache.mk      Mon Jul 10 17:10:18 2006 +0000
+++ b/mk/apache.mk      Mon Jul 10 17:11:32 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: apache.mk,v 1.12 2006/06/02 18:27:57 joerg Exp $
+# $NetBSD: apache.mk,v 1.13 2006/07/10 17:11:32 wiz Exp $
 #
 # This Makefile fragment handles Apache dependencies and make variables,
 # and is meant to be included by packages that require Apache either at
@@ -36,7 +36,7 @@
 
 # Add a runtime dependency on the apache server.
 # This may or may not create an actual dependency depending on
-# what the apache buildlink[23].mk file does.
+# what the apache buildlink3.mk file does.
 #
 .if defined(_APACHE_PKGSRCDIR)
 .  include "${_APACHE_BL_SRCDIR}/buildlink3.mk"
diff -r 1c4507595c18 -r fc8ee652db5c mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Mon Jul 10 17:10:18 2006 +0000
+++ b/mk/defaults/mk.conf       Mon Jul 10 17:11:32 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.123 2006/06/26 18:00:02 salo Exp $
+# $NetBSD: mk.conf,v 1.124 2006/07/10 17:11:32 wiz Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -155,7 +155,7 @@
 # When building packages, whether to prefer the pkgsrc or native
 # versions of software that's also part of the base system.  Its value
 # can be either yes/no, or a list of packages as named in the
-# BUILDLINK_PACKAGES line in a package's buildlink[23].mk file.
+# BUILDLINK_PACKAGES line in a package's buildlink3.mk file.
 # Preferences are determined by the most specific instance of the
 # package in either PREFER_PKGSRC or PREFER_NATIVE.  If a package is
 # specified in neither or in both variables, then PREFER_PKGSRC has



Home | Main Index | Thread Index | Old Index