summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorrtr <rtr>2009-02-13 09:47:52 +0000
committerrtr <rtr>2009-02-13 09:47:52 +0000
commitb8c6091626ea0484301bf7f2f760213d44f9c20d (patch)
tree9b137cec2ae6199dbaac774667fc44194d42c3ab /lang
parentf2246294c833f04fed75ff92ed6020bf0ba849ee (diff)
downloadpkgsrc-b8c6091626ea0484301bf7f2f760213d44f9c20d.tar.gz
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 (limited to 'lang')
-rw-r--r--lang/see/distinfo3
-rw-r--r--lang/see/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/lang/see/distinfo b/lang/see/distinfo
index 65d2943acc5..61c6a597893 100644
--- a/lang/see/distinfo
+++ b/lang/see/distinfo
@@ -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 --git a/lang/see/patches/patch-aa b/lang/see/patches/patch-aa
new file mode 100644
index 00000000000..6f765952167
--- /dev/null
+++ b/lang/see/patches/patch-aa
@@ -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
+