diff options
author | demon <demon@FreeBSD.org> | 2004-08-09 14:45:01 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2004-08-09 14:45:01 +0800 |
commit | de1fdde638a1c34071022da9a2573e280326799d (patch) | |
tree | 3f7f32ebb52998bb2a1b5ed02e354cd11944f9a8 /net | |
parent | e848e39baeaafd8448fcbe130f6465eaac69e30a (diff) | |
download | freebsd-ports-gnome-de1fdde638a1c34071022da9a2573e280326799d.tar.gz freebsd-ports-gnome-de1fdde638a1c34071022da9a2573e280326799d.tar.zst freebsd-ports-gnome-de1fdde638a1c34071022da9a2573e280326799d.zip |
This patch was integrated into rrdtool.
Nitoced by: Forrest Aldrich <forrie@forrie.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/rrdtool/Makefile | 4 | ||||
-rw-r--r-- | net/rrdtool/files/extra-patch-perl-shared::RRDs.xs | 11 | ||||
-rw-r--r-- | net/rrdtool10/Makefile | 4 | ||||
-rw-r--r-- | net/rrdtool10/files/extra-patch-perl-shared::RRDs.xs | 11 |
4 files changed, 0 insertions, 30 deletions
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))); - |