summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorkleink <kleink>2000-07-26 08:54:46 +0000
committerkleink <kleink>2000-07-26 08:54:46 +0000
commit6cf9f09fa2df8f2b0799a9e5d23596db3c4dd07e (patch)
tree31370681e3b690c603e4b806652affcf7033bceb /lang
parent79a896c14fac3d4186f5aab23fc472274d789104 (diff)
downloadpkgsrc-6cf9f09fa2df8f2b0799a9e5d23596db3c4dd07e.tar.gz
No longer need to disable fseeko()/ftello() on ELF systems.
Diffstat (limited to 'lang')
-rw-r--r--lang/perl5-current/files/patch-sum3
-rw-r--r--lang/perl5-current/patches/patch-ad15
2 files changed, 1 insertions, 17 deletions
diff --git a/lang/perl5-current/files/patch-sum b/lang/perl5-current/files/patch-sum
index 045c27521c4..a35f6cff227 100644
--- a/lang/perl5-current/files/patch-sum
+++ b/lang/perl5-current/files/patch-sum
@@ -1,7 +1,6 @@
-$NetBSD: patch-sum,v 1.3 2000/07/25 03:39:38 jlam Exp $
+$NetBSD: patch-sum,v 1.4 2000/07/26 08:54:46 kleink 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
deleted file mode 100644
index 9ffb41d6200..00000000000
--- a/lang/perl5-current/patches/patch-ad
+++ /dev/null
@@ -1,15 +0,0 @@
-$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'
-