pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/bzip2 Darwin>=8.0 has a dynamic library of b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2910cd26f8a6
branches:  trunk
changeset: 496396:2910cd26f8a6
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Jun 27 18:17:57 2005 +0000

description:
Darwin>=8.0 has a dynamic library of bzip2.  Exclude it from
_INCOMPAT_BZIP2.

diffstat:

 archivers/bzip2/builtin.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 37466f5a2065 -r 2910cd26f8a6 archivers/bzip2/builtin.mk
--- a/archivers/bzip2/builtin.mk        Mon Jun 27 18:03:40 2005 +0000
+++ b/archivers/bzip2/builtin.mk        Mon Jun 27 18:17:57 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.3 2005/06/01 18:02:37 jlam Exp $
+# $NetBSD: builtin.mk,v 1.4 2005/06/27 18:17:57 minskim Exp $
 
 BUILTIN_PKG:=  bzip2
 
@@ -47,7 +47,7 @@
 # Some platforms don't have a bzip2 implementation that can replace
 # pkgsrc bzip2.
 #
-_INCOMPAT_BZIP2?=      SunOS-5.[678]-* Darwin-*-*
+_INCOMPAT_BZIP2?=      SunOS-5.[678]-* Darwin-[567].*-*
 .    for _pattern_ in ${_INCOMPAT_BZIP2} ${INCOMPAT_BZIP2}
 .      if !empty(MACHINE_PLATFORM:M${_pattern_})
 USE_BUILTIN.bzip2=     no



Home | Main Index | Thread Index | Old Index