pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Use bsd.fast.prefs.mk in some very commonly included l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0354210bf109
branches:  trunk
changeset: 537997:0354210bf109
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Jan 23 17:35:20 2008 +0000

description:
Use bsd.fast.prefs.mk in some very commonly included locations.

diffstat:

 devel/gettext-lib/buildlink3.mk |  4 ++--
 mk/buildlink3/bsd.builtin.mk    |  4 ++--
 mk/pthread.buildlink3.mk        |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 1d4ff9b7ef47 -r 0354210bf109 devel/gettext-lib/buildlink3.mk
--- a/devel/gettext-lib/buildlink3.mk   Wed Jan 23 14:59:35 2008 +0000
+++ b/devel/gettext-lib/buildlink3.mk   Wed Jan 23 17:35:20 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.28 2007/09/24 18:33:52 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.29 2008/01/23 17:35:20 tnn Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 GETTEXT_BUILDLINK3_MK:=        ${GETTEXT_BUILDLINK3_MK}+
@@ -16,7 +16,7 @@
 BUILDLINK_PKGSRCDIR.gettext?=  ../../devel/gettext-lib
 .endif # GETTEXT_BUILDLINK3_MK
 
-.include "../../mk/bsd.prefs.mk"
+.include "../../mk/bsd.fast.prefs.mk"
 
 CHECK_BUILTIN.gettext:=        yes
 .include "../../devel/gettext-lib/builtin.mk"
diff -r 1d4ff9b7ef47 -r 0354210bf109 mk/buildlink3/bsd.builtin.mk
--- a/mk/buildlink3/bsd.builtin.mk      Wed Jan 23 14:59:35 2008 +0000
+++ b/mk/buildlink3/bsd.builtin.mk      Wed Jan 23 17:35:20 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.builtin.mk,v 1.8 2006/04/10 12:25:43 tron Exp $
+# $NetBSD: bsd.builtin.mk,v 1.9 2008/01/23 17:35:20 tnn Exp $
 #
 # Copyright (c) 2004-2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -120,7 +120,7 @@
 # multiple inclusion.
 #
 
-.include "../../mk/bsd.prefs.mk"
+.include "../../mk/bsd.fast.prefs.mk"
 
 .for _pkg_ in ${BUILTIN_PKG}
 #
diff -r 1d4ff9b7ef47 -r 0354210bf109 mk/pthread.buildlink3.mk
--- a/mk/pthread.buildlink3.mk  Wed Jan 23 14:59:35 2008 +0000
+++ b/mk/pthread.buildlink3.mk  Wed Jan 23 17:35:20 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pthread.buildlink3.mk,v 1.26 2007/11/07 07:49:02 rillig Exp $
+# $NetBSD: pthread.buildlink3.mk,v 1.27 2008/01/23 17:35:20 tnn Exp $
 #
 # The pthreads strategy for pkgsrc is to "bless" a particular pthread
 # package as the Official Pthread Replacement (OPR).  The following
@@ -79,7 +79,7 @@
 # can actually be used to replace a native pthreads.
 _PKG_PTHREAD_COMPAT_PATTERNS=  *-*-*
 
-.include "../../mk/bsd.prefs.mk"
+.include "../../mk/bsd.fast.prefs.mk"
 
 PTHREAD_OPTS?= # empty
 #



Home | Main Index | Thread Index | Old Index