aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Net-SSLeay
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-08 00:45:08 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-08 00:45:08 +0000
commit41a56135d1e8a68844e4c575702cdbad451d7322 (patch)
tree009db3c80e9f224065cf6fcece6157eb9a5ad509 /security/p5-Net-SSLeay
parent8bf833f73199c3dc4303aad884f8483e5c33613a (diff)
downloadports-41a56135d1e8a68844e4c575702cdbad451d7322.tar.gz
ports-41a56135d1e8a68844e4c575702cdbad451d7322.zip
Notes
Diffstat (limited to 'security/p5-Net-SSLeay')
-rw-r--r--security/p5-Net-SSLeay/Makefile11
-rw-r--r--security/p5-Net-SSLeay/files/extrapatch-SSLeay.xs16
2 files changed, 1 insertions, 26 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index f2db159d293d..29a08fd00ad6 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -32,13 +32,4 @@ post-install:
${INSTALL_DATA} ${SRCDIR}/req.conf ${EXAMPLESDIR}/req.conf
.endif
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-SSLeay.xs
-
-post-patch:
- ${PERL} -pi -e 's/\$\^V/\$\]/' ${WRKSRC}/Net-SSLeay-Handle-*/Handle.pm
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/p5-Net-SSLeay/files/extrapatch-SSLeay.xs b/security/p5-Net-SSLeay/files/extrapatch-SSLeay.xs
deleted file mode 100644
index 3945c4adfd75..000000000000
--- a/security/p5-Net-SSLeay/files/extrapatch-SSLeay.xs
+++ /dev/null
@@ -1,16 +0,0 @@
---- SSLeay.xs.orig Sat Dec 31 17:20:25 2005
-+++ SSLeay.xs Sat Dec 31 17:23:39 2005
-@@ -94,6 +94,13 @@
- }
- #endif
-
-+#ifndef XST_mPVN
-+#define XST_mPVN(i,v,n) (ST(i) = sv_2mortal(newSVpvn(v,n)))
-+#endif
-+#ifndef XSRETURN_PVN
-+#define XSRETURN_PVN(v,n) STMT_START { XST_mPVN(0,v,n); XSRETURN(1); } STMT_END
-+#endif
-+
- /* OpenSSL-0.9.3a has some strange warning about this in
- * openssl/des.h
- */