pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security Fix copy-and-paste error -- in the case where...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bcee5fbe0b8d
branches:  trunk
changeset: 495419:bcee5fbe0b8d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Jun 09 06:07:29 2005 +0000

description:
Fix copy-and-paste error -- in the case where we prefer the pkgsrc
version of the software, USE_BUILTIN.<pkg> should be set to "no", not
to ${IS_BUILTIN.<pkg>}.

diffstat:

 security/heimdal/builtin.mk |  4 ++--
 security/openpam/builtin.mk |  4 ++--
 security/openssl/builtin.mk |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 862609ab650b -r bcee5fbe0b8d security/heimdal/builtin.mk
--- a/security/heimdal/builtin.mk       Thu Jun 09 06:03:40 2005 +0000
+++ b/security/heimdal/builtin.mk       Thu Jun 09 06:07:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.4 2005/06/01 18:03:20 jlam Exp $
+# $NetBSD: builtin.mk,v 1.5 2005/06/09 06:07:29 jlam Exp $
 
 BUILTIN_PKG:=  heimdal
 
@@ -61,7 +61,7 @@
 ###
 .if !defined(USE_BUILTIN.heimdal)
 .  if ${PREFER.heimdal} == "pkgsrc"
-USE_BUILTIN.heimdal=   ${IS_BUILTIN.heimdal}
+USE_BUILTIN.heimdal=   no
 .  else
 USE_BUILTIN.heimdal=   ${IS_BUILTIN.heimdal}
 .    if defined(BUILTIN_PKG.heimdal) && \
diff -r 862609ab650b -r bcee5fbe0b8d security/openpam/builtin.mk
--- a/security/openpam/builtin.mk       Thu Jun 09 06:03:40 2005 +0000
+++ b/security/openpam/builtin.mk       Thu Jun 09 06:07:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.3 2005/06/01 18:03:21 jlam Exp $
+# $NetBSD: builtin.mk,v 1.4 2005/06/09 06:07:29 jlam Exp $
 
 BUILTIN_PKG:=  openpam
 
@@ -39,7 +39,7 @@
 ###
 .if !defined(USE_BUILTIN.openpam)
 .  if ${PREFER.openpam} == "pkgsrc"
-USE_BUILTIN.openpam=   ${IS_BUILTIN.openpam}
+USE_BUILTIN.openpam=   no
 .  else
 USE_BUILTIN.openpam=   ${IS_BUILTIN.openpam}
 .    if defined(BUILTIN_PKG.openpam) && \
diff -r 862609ab650b -r bcee5fbe0b8d security/openssl/builtin.mk
--- a/security/openssl/builtin.mk       Thu Jun 09 06:03:40 2005 +0000
+++ b/security/openssl/builtin.mk       Thu Jun 09 06:07:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.13 2005/06/01 18:03:21 jlam Exp $
+# $NetBSD: builtin.mk,v 1.14 2005/06/09 06:07:29 jlam Exp $
 
 BUILTIN_PKG:=  openssl
 
@@ -91,7 +91,7 @@
 ###
 .if !defined(USE_BUILTIN.openssl)
 .  if ${PREFER.openssl} == "pkgsrc"
-USE_BUILTIN.openssl=   ${IS_BUILTIN.openssl}
+USE_BUILTIN.openssl=   no
 .  else
 USE_BUILTIN.openssl=   ${IS_BUILTIN.openssl}
 .    if defined(BUILTIN_PKG.openssl) && \



Home | Main Index | Thread Index | Old Index