pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2008Q4]: pkgsrc/lang/see pullup ticket #2969 - requested by he
details: https://anonhg.NetBSD.org/pkgsrc/rev/2407cec52cda
branches: pkgsrc-2008Q4
changeset: 552325:2407cec52cda
user: rtr <rtr%pkgsrc.org@localhost>
date: Fri Feb 13 09:47:52 2009 +0000
description:
pullup ticket #2969 - requested by he
see: add patch for ppc ports
revisions pulled up:
pkgsrc/lang/see/Makefile pkgsrc/lang/see/distinfo 1.2
pkgsrc/lang/see/patches/patch-aa 1.1
Module Name: pkgsrc
Committed By: he
Date: Thu Feb 12 15:24:14 UTC 2009
Modified Files:
pkgsrc/lang/see: Makefile distinfo
Added Files:
pkgsrc/lang/see/patches: patch-aa
Log Message:
Update from version 3.0.1376 to 3.0.1376nb1.
Pkgsrc changes:
o Add a patch so that our PowerPC-based ports are properly detected
by the dtoa configuration logic, by also recognizing __powerpc__
to indicate big-endian float format.
This should fix PR#40624.
diffstat:
lang/see/distinfo | 3 ++-
lang/see/patches/patch-aa | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 629263500079 -r 2407cec52cda lang/see/distinfo
--- a/lang/see/distinfo Tue Feb 10 22:29:42 2009 +0000
+++ b/lang/see/distinfo Fri Feb 13 09:47:52 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/10/20 00:45:35 ahoka Exp $
+$NetBSD: distinfo,v 1.1.1.1.2.1 2009/02/13 09:47:52 rtr Exp $
SHA1 (see-3.0.1376.tar.gz) = d803adac6298a0f556d59f501f0376d9196d0821
RMD160 (see-3.0.1376.tar.gz) = 1fb3eb7a796ba96fe68fbc3225bcaafff5692f6f
Size (see-3.0.1376.tar.gz) = 1066852 bytes
+SHA1 (patch-aa) = 00d5260d023bc4f03239aa42eff0ced616a9691f
diff -r 629263500079 -r 2407cec52cda lang/see/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/see/patches/patch-aa Fri Feb 13 09:47:52 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.2.2 2009/02/13 09:47:53 rtr Exp $
+
+--- libsee/dtoa_config.h.orig 2007-09-14 00:01:42.000000000 +0200
++++ libsee/dtoa_config.h
+@@ -16,7 +16,7 @@
+ # define IEEE_8087
+ #endif
+
+-#if defined(__m68k__) || defined(__sparc__) || defined(__ppc__)
++#if defined(__m68k__) || defined(__sparc__) || defined(__ppc__) || defined(__powerpc__)
+ # define IEEE_MC68k
+ #endif
+
Home |
Main Index |
Thread Index |
Old Index