pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/boehm-gc look for sparc-sun-solaris2* instead of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/758d67ff2523
branches:  trunk
changeset: 524298:758d67ff2523
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Tue Jan 23 03:27:19 2007 +0000

description:
look for sparc-sun-solaris2* instead of sparc-sun-solaris2.* in the
configure script since pkgsrc will set MACHINE_GNU_PLATFORM to
sparc-sun-solaris2 on a solaris/sparc machine.  This gets this package closer
to building on solaris with the sunpro compiler.

diffstat:

 devel/boehm-gc/distinfo         |   4 +++-
 devel/boehm-gc/patches/patch-aa |  13 +++++++++++++
 devel/boehm-gc/patches/patch-ab |  13 +++++++++++++
 3 files changed, 29 insertions(+), 1 deletions(-)

diffs (49 lines):

diff -r d9c54f049144 -r 758d67ff2523 devel/boehm-gc/distinfo
--- a/devel/boehm-gc/distinfo   Tue Jan 23 02:51:31 2007 +0000
+++ b/devel/boehm-gc/distinfo   Tue Jan 23 03:27:19 2007 +0000
@@ -1,8 +1,10 @@
-$NetBSD: distinfo,v 1.30 2006/07/17 17:08:16 wiz Exp $
+$NetBSD: distinfo,v 1.31 2007/01/23 03:27:19 dmcmahill Exp $
 
 SHA1 (gc6.8.tar.gz) = 6d5def5ba5d29292ba9c76f04df3ec06d3ab3278
 RMD160 (gc6.8.tar.gz) = 6e894e7a51683a9342fd738baa6f1a2861e27400
 Size (gc6.8.tar.gz) = 756879 bytes
+SHA1 (patch-aa) = 6a0795787aee08f015bcdbdd590d8e2583b5a274
+SHA1 (patch-ab) = 0e8b628a023a67a7da461d4fcd22df0792e4efe3
 SHA1 (patch-ac) = 64c0f042a1ed7488158d49c77bab0330537d9e96
 SHA1 (patch-ae) = e8da710ece0400136c71ee7888c0ce7f719ac660
 SHA1 (patch-af) = b8505855125cd90987873e7a40f2a6b246226979
diff -r d9c54f049144 -r 758d67ff2523 devel/boehm-gc/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/boehm-gc/patches/patch-aa   Tue Jan 23 03:27:19 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.18 2007/01/23 03:27:20 dmcmahill Exp $
+
+--- configure.in.orig  2006-06-07 01:01:52.000000000 -0400
++++ configure.in
+@@ -326,7 +326,7 @@ case "$host" in
+     machdep="sparc_mach_dep.lo"
+     AC_DEFINE(SUNOS53_SHARED_LIB)
+     ;;
+- sparc*-sun-solaris2.*)
++ sparc*-sun-solaris2*)
+     machdep="sparc_mach_dep.lo"
+     ;;
+  ia64-*-*)
diff -r d9c54f049144 -r 758d67ff2523 devel/boehm-gc/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/boehm-gc/patches/patch-ab   Tue Jan 23 03:27:19 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.16 2007/01/23 03:27:20 dmcmahill Exp $
+
+--- configure.orig     2006-03-23 19:42:55.000000000 -0500
++++ configure
+@@ -4506,7 +4506,7 @@ _ACEOF
+ _ACEOF
+ 
+     ;;
+- sparc*-sun-solaris2.*)
++ sparc*-sun-solaris2*)
+     machdep="sparc_mach_dep.lo"
+     ;;
+  ia64-*-*)



Home | Main Index | Thread Index | Old Index