summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-X509/files
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-06-11 14:46:12 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-06-11 14:46:12 +0000
commit0c8457bf5d9995279a53ba9171fddc8c5840efec (patch)
treec4d17abd390e7a4f92e3c7bf0339294333d544fd /security/p5-Crypt-OpenSSL-X509/files
parent- update to 4.0.0beta7 (diff)
- Update to 1.8.2 (1.800.2)
- Remove outdated OSVERSION check Changes: http://search.cpan.org/dist/Crypt-OpenSSL-X509/Changes
Notes
Notes: svn path=/head/; revision=275379
Diffstat (limited to 'security/p5-Crypt-OpenSSL-X509/files')
-rw-r--r--security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL b/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL
deleted file mode 100644
index f39e888ee117..000000000000
--- a/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.PL.orig 2010-08-08 12:25:18.234910310 +0200
-+++ Makefile.PL 2010-08-08 12:25:31.618794295 +0200
-@@ -50,7 +50,7 @@
- }
-
- cc_lib_links('crypto');
--cc_optimize_flags('-g -Wall -Werror');
-+cc_optimize_flags('-g -Wall');
-
- auto_install();
- WriteAll();