pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/zlib if we have determined that we need pkgsrc z...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7035e91b6a43
branches:  trunk
changeset: 466984:7035e91b6a43
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jan 25 04:15:44 2004 +0000

description:
if we have determined that we need pkgsrc zlib, set
BUILDLINK_DEPENDS.zlib instead of adding to it.

fixes a problem where a buildlink dependency would be added on both
zlib>=1.1.4nb1 and zlib>=1.2.1, resulting in various buildlink
breakage.

diffstat:

 devel/zlib/buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 58346edd427a -r 7035e91b6a43 devel/zlib/buildlink3.mk
--- a/devel/zlib/buildlink3.mk  Sun Jan 25 03:48:58 2004 +0000
+++ b/devel/zlib/buildlink3.mk  Sun Jan 25 04:15:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2004/01/24 03:12:32 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2004/01/25 04:15:44 grant Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 ZLIB_BUILDLINK3_MK:=   ${ZLIB_BUILDLINK3_MK}+
@@ -90,7 +90,7 @@
 # If we depend on the package, depend on the latest version with a library
 # major number bump.
 #
-BUILDLINK_DEPENDS.zlib+=       zlib>=1.2.1
+BUILDLINK_DEPENDS.zlib=        zlib>=1.2.1
 .  if !empty(BUILDLINK_DEPTH:M+)
 BUILDLINK_DEPENDS+=    zlib
 .  endif



Home | Main Index | Thread Index | Old Index