summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-03 01:46:26 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-03 01:46:26 +0000
commitde861c61ad392e7864a6c0e4b4e9977ec03b37de (patch)
tree141beda15bddf458922b728a2c36dc5a3740f9f7 /math
parent16b57e8bf67f84c4edcd5bb9f4e298d1af280483 (diff)
downloadpkgsrc-de861c61ad392e7864a6c0e4b4e9977ec03b37de.tar.gz
Add DragonFly.
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-Pari/distinfo4
-rw-r--r--math/p5-Math-Pari/patches/patch-ab11
2 files changed, 12 insertions, 3 deletions
diff --git a/math/p5-Math-Pari/distinfo b/math/p5-Math-Pari/distinfo
index daa29382f55..53aae8ab619 100644
--- a/math/p5-Math-Pari/distinfo
+++ b/math/p5-Math-Pari/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 12:06:57 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/12/03 01:46:26 joerg Exp $
SHA1 (Math-Pari-2.010501.tar.gz) = 61ba9cde47a624dfae562360b4e16f34409f4024
RMD160 (Math-Pari-2.010501.tar.gz) = fcb7414d15cba962ff23a8b3a0fd4276da0db6fc
Size (Math-Pari-2.010501.tar.gz) = 96680 bytes
-SHA1 (patch-ab) = 8f3b735e5c3f72d427d05c1ce9b42a5cdadc6978
+SHA1 (patch-ab) = 6b13e3e9f58d33e11c702ac9d5fd12a479664089
diff --git a/math/p5-Math-Pari/patches/patch-ab b/math/p5-Math-Pari/patches/patch-ab
index 5b4944dd6c9..694c46c34f7 100644
--- a/math/p5-Math-Pari/patches/patch-ab
+++ b/math/p5-Math-Pari/patches/patch-ab
@@ -1,7 +1,16 @@
-$NetBSD: patch-ab,v 1.2 2004/03/22 12:01:07 wiz Exp $
+$NetBSD: patch-ab,v 1.3 2005/12/03 01:46:26 joerg Exp $
--- utils/Math/PariBuild.pm.orig Sun Feb 1 10:30:06 2004
+++ utils/Math/PariBuild.pm
+@@ -674,7 +674,7 @@ sub find_machine_architecture () {
+
+ if ($os =~ /^hp/) {
+ $machine = 'hppa';
+- } elsif ($os eq 'os2' or $os eq 'freebsd') {
++ } elsif ($os eq 'os2' or $os eq 'freebsd' or $os eq 'dragonfly') {
+ $machine = 'ix86';
+ } elsif (0 and $os =~ /win32/i and not $Config{gccversion}) {
+ # Not needed with rename of kernel1.s to kernel1.c?
@@ -714,6 +714,24 @@ sub find_machine_architecture () {
} elsif ((split ' ', $Config{myuname})[3] eq 'sun') {
$machine = 'm86k';