diff options
author | jlam <jlam> | 2000-07-25 03:39:38 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-07-25 03:39:38 +0000 |
commit | cf5d2db0295e0922e41c51d12d4c73bf387e176d (patch) | |
tree | ecc0e2153314473781d53987b714ad858167ea2d /lang | |
parent | 42bc9f8847dfef924d655c4fd4322a6846996d61 (diff) | |
download | pkgsrc-cf5d2db0295e0922e41c51d12d4c73bf387e176d.tar.gz |
Disable use of ftello/fseeko on NetBSD, since there are problems with it
(see PR pkg/10655).
Diffstat (limited to 'lang')
-rw-r--r-- | lang/perl5-current/files/patch-sum | 3 | ||||
-rw-r--r-- | lang/perl5-current/patches/patch-ad | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/lang/perl5-current/files/patch-sum b/lang/perl5-current/files/patch-sum index c4d05ee3e3e..045c27521c4 100644 --- a/lang/perl5-current/files/patch-sum +++ b/lang/perl5-current/files/patch-sum @@ -1,6 +1,7 @@ -$NetBSD: patch-sum,v 1.2 2000/07/05 19:25:50 hubertf Exp $ +$NetBSD: patch-sum,v 1.3 2000/07/25 03:39:38 jlam Exp $ MD5 (patch-aa) = 4469c004a60a86e152418591b3cd46ae MD5 (patch-ab) = f92aedea990e94fb43ba8397bd01ef13 MD5 (patch-ac) = 988de4d87e1b8a0516d37c3b44101875 +MD5 (patch-ad) = 43a671d14ba616ae633223f78fbc7bd9 MD5 (patch-aj) = fef94a2397ab1a33ccb352326e8ff07a diff --git a/lang/perl5-current/patches/patch-ad b/lang/perl5-current/patches/patch-ad new file mode 100644 index 00000000000..9ffb41d6200 --- /dev/null +++ b/lang/perl5-current/patches/patch-ad @@ -0,0 +1,15 @@ +$NetBSD: patch-ad,v 1.3 2000/07/25 03:39:39 jlam Exp $ + +--- hints/netbsd.sh.orig Sun Feb 6 09:57:09 2000 ++++ hints/netbsd.sh Mon Jul 24 23:34:35 2000 +@@ -63,6 +63,10 @@ + '') usevfork=true ;; + esac + ++# fseeko and ftello are currently not available on NetBSD. See PR pkg/10655. ++d_fseeko="$undef" ++d_ftello="$undef" ++ + # Pre-empt the /usr/bin/perl question of installperl. + installusrbinperl='n' + |