aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/rrdtool/Makefile4
-rw-r--r--databases/rrdtool/files/extra-patch-perl-shared::RRDs.xs11
-rw-r--r--databases/rrdtool10/Makefile4
-rw-r--r--databases/rrdtool10/files/extra-patch-perl-shared::RRDs.xs11
-rw-r--r--net/rrdtool/Makefile4
-rw-r--r--net/rrdtool/files/extra-patch-perl-shared::RRDs.xs11
-rw-r--r--net/rrdtool10/Makefile4
-rw-r--r--net/rrdtool10/files/extra-patch-perl-shared::RRDs.xs11
8 files changed, 0 insertions, 60 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
index e0211277aa4e..9cee44a3c681 100644
--- a/databases/rrdtool/Makefile
+++ b/databases/rrdtool/Makefile
@@ -34,10 +34,6 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.pre.mk>
-.if ( ${PERL_LEVEL} <= 500503 )
-EXTRA_PATCHES= ${FILESDIR}/extra-patch-perl-shared::RRDs.xs
-.endif
-
.if defined(WITH_LATIN2)
CONFIGURE_ARGS+= --with-latin2
.endif
diff --git a/databases/rrdtool/files/extra-patch-perl-shared::RRDs.xs b/databases/rrdtool/files/extra-patch-perl-shared::RRDs.xs
deleted file mode 100644
index c91724436ae8..000000000000
--- a/databases/rrdtool/files/extra-patch-perl-shared::RRDs.xs
+++ /dev/null
@@ -1,11 +0,0 @@
---- perl-shared/RRDs.xs.orig Sun May 9 11:07:59 2004
-+++ perl-shared/RRDs.xs Sun May 9 11:08:11 2004
-@@ -360,6 +360,6 @@
- XSRETURN_UNDEF;
- }
- EXTEND(sp,2);
-- PUSHs(sv_2mortal(newSVuv(start_tmp)));
-- PUSHs(sv_2mortal(newSVuv(end_tmp)));
-+ PUSHs(sv_2mortal(newSViv(start_tmp)));
-+ PUSHs(sv_2mortal(newSViv(end_tmp)));
-
diff --git a/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile
index e0211277aa4e..9cee44a3c681 100644
--- a/databases/rrdtool10/Makefile
+++ b/databases/rrdtool10/Makefile
@@ -34,10 +34,6 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.pre.mk>
-.if ( ${PERL_LEVEL} <= 500503 )
-EXTRA_PATCHES= ${FILESDIR}/extra-patch-perl-shared::RRDs.xs
-.endif
-
.if defined(WITH_LATIN2)
CONFIGURE_ARGS+= --with-latin2
.endif
diff --git a/databases/rrdtool10/files/extra-patch-perl-shared::RRDs.xs b/databases/rrdtool10/files/extra-patch-perl-shared::RRDs.xs
deleted file mode 100644
index c91724436ae8..000000000000
--- a/databases/rrdtool10/files/extra-patch-perl-shared::RRDs.xs
+++ /dev/null
@@ -1,11 +0,0 @@
---- perl-shared/RRDs.xs.orig Sun May 9 11:07:59 2004
-+++ perl-shared/RRDs.xs Sun May 9 11:08:11 2004
-@@ -360,6 +360,6 @@
- XSRETURN_UNDEF;
- }
- EXTEND(sp,2);
-- PUSHs(sv_2mortal(newSVuv(start_tmp)));
-- PUSHs(sv_2mortal(newSVuv(end_tmp)));
-+ PUSHs(sv_2mortal(newSViv(start_tmp)));
-+ PUSHs(sv_2mortal(newSViv(end_tmp)));
-
diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile
index e0211277aa4e..9cee44a3c681 100644
--- a/net/rrdtool/Makefile
+++ b/net/rrdtool/Makefile
@@ -34,10 +34,6 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.pre.mk>
-.if ( ${PERL_LEVEL} <= 500503 )
-EXTRA_PATCHES= ${FILESDIR}/extra-patch-perl-shared::RRDs.xs
-.endif
-
.if defined(WITH_LATIN2)
CONFIGURE_ARGS+= --with-latin2
.endif
diff --git a/net/rrdtool/files/extra-patch-perl-shared::RRDs.xs b/net/rrdtool/files/extra-patch-perl-shared::RRDs.xs
deleted file mode 100644
index c91724436ae8..000000000000
--- a/net/rrdtool/files/extra-patch-perl-shared::RRDs.xs
+++ /dev/null
@@ -1,11 +0,0 @@
---- perl-shared/RRDs.xs.orig Sun May 9 11:07:59 2004
-+++ perl-shared/RRDs.xs Sun May 9 11:08:11 2004
-@@ -360,6 +360,6 @@
- XSRETURN_UNDEF;
- }
- EXTEND(sp,2);
-- PUSHs(sv_2mortal(newSVuv(start_tmp)));
-- PUSHs(sv_2mortal(newSVuv(end_tmp)));
-+ PUSHs(sv_2mortal(newSViv(start_tmp)));
-+ PUSHs(sv_2mortal(newSViv(end_tmp)));
-
diff --git a/net/rrdtool10/Makefile b/net/rrdtool10/Makefile
index e0211277aa4e..9cee44a3c681 100644
--- a/net/rrdtool10/Makefile
+++ b/net/rrdtool10/Makefile
@@ -34,10 +34,6 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.pre.mk>
-.if ( ${PERL_LEVEL} <= 500503 )
-EXTRA_PATCHES= ${FILESDIR}/extra-patch-perl-shared::RRDs.xs
-.endif
-
.if defined(WITH_LATIN2)
CONFIGURE_ARGS+= --with-latin2
.endif
diff --git a/net/rrdtool10/files/extra-patch-perl-shared::RRDs.xs b/net/rrdtool10/files/extra-patch-perl-shared::RRDs.xs
deleted file mode 100644
index c91724436ae8..000000000000
--- a/net/rrdtool10/files/extra-patch-perl-shared::RRDs.xs
+++ /dev/null
@@ -1,11 +0,0 @@
---- perl-shared/RRDs.xs.orig Sun May 9 11:07:59 2004
-+++ perl-shared/RRDs.xs Sun May 9 11:08:11 2004
-@@ -360,6 +360,6 @@
- XSRETURN_UNDEF;
- }
- EXTEND(sp,2);
-- PUSHs(sv_2mortal(newSVuv(start_tmp)));
-- PUSHs(sv_2mortal(newSVuv(end_tmp)));
-+ PUSHs(sv_2mortal(newSViv(start_tmp)));
-+ PUSHs(sv_2mortal(newSViv(end_tmp)));
-