diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-18 23:20:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-18 23:20:20 +0000 |
commit | fab19bb2644024340aefd4ee182120ce21c0fed8 (patch) | |
tree | 63ee3e9bb4f5ab3b0e5bcc0526fb88981e594df3 /security/p5-Crypt-Cryptix/files/patch-Crypt-IDEA::IDEA.xs | |
parent | - add an OPTION to allow libexttextcat to be a dropin replacement for libtextcat (diff) |
2012-04-17 devel/p5-POE-Exceptions: included in devel/p5-POE and not needed according to configure message
2012-05-09 net/p5-Net-Services: Removed from CPAN
2012-05-10 net/perldap: BROKEN for more than 6 month
2012-05-09 security/p5-Crypt-Cryptix: Gone from CPAN, project site says project is dead
2012-05-11 www/p5-HTML-Sanitizer: no longer in CPAN
2012-04-25 www/p5-IMDB-Movie: Removed from CPAN
Notes
Notes:
svn path=/head/; revision=296927
Diffstat (limited to 'security/p5-Crypt-Cryptix/files/patch-Crypt-IDEA::IDEA.xs')
-rw-r--r-- | security/p5-Crypt-Cryptix/files/patch-Crypt-IDEA::IDEA.xs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/security/p5-Crypt-Cryptix/files/patch-Crypt-IDEA::IDEA.xs b/security/p5-Crypt-Cryptix/files/patch-Crypt-IDEA::IDEA.xs deleted file mode 100644 index 4b1fb1fcf1b4..000000000000 --- a/security/p5-Crypt-Cryptix/files/patch-Crypt-IDEA::IDEA.xs +++ /dev/null @@ -1,12 +0,0 @@ -diff -udr ../Cryptix-1.16.ORIG/Crypt-IDEA/IDEA.xs ./Crypt-IDEA/IDEA.xs ---- ../Cryptix-1.16.ORIG/Crypt-IDEA/IDEA.xs Wed Aug 6 15:45:46 1997 -+++ ./Crypt-IDEA/IDEA.xs Fri Aug 10 16:23:50 2001 -@@ -63,7 +63,7 @@ - if (ks_len != sizeof(idea_ks)) - croak("Invalid key schedule"); - -- if (output == &sv_undef) -+ if (output == &PL_sv_undef) - output = sv_newmortal(); - output_len = 8; - |