summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2004-08-09 06:45:01 +0000
committerdemon <demon@FreeBSD.org>2004-08-09 06:45:01 +0000
commitde1fdde638a1c34071022da9a2573e280326799d (patch)
tree3f7f32ebb52998bb2a1b5ed02e354cd11944f9a8 /net
parente848e39baeaafd8448fcbe130f6465eaac69e30a (diff)
downloadFreeBSD-ports-de1fdde638a1c34071022da9a2573e280326799d.zip
FreeBSD-ports-de1fdde638a1c34071022da9a2573e280326799d.tar.gz
This patch was integrated into rrdtool.
Nitoced by: Forrest Aldrich <forrie@forrie.com>
Diffstat (limited to 'net')
-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
4 files changed, 0 insertions, 30 deletions
diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile
index e021127..9cee44a 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 c917244..0000000
--- 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 e021127..9cee44a 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 c917244..0000000
--- 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)));
-
OpenPOWER on IntegriCloud