[86802] trunk/dports/perl/p5-mail-clamav/files/patch-ClamAV.pm.diff
Revision: 86802 http://trac.macports.org/changeset/86802 Author: ricci@macports.org Date: 2011-11-04 17:27:29 -0700 (Fri, 04 Nov 2011) Log Message: ----------- p5-mail-clamav: delete old patch-ClamAV.pm.diff patchfile Removed Paths: ------------- trunk/dports/perl/p5-mail-clamav/files/patch-ClamAV.pm.diff Deleted: trunk/dports/perl/p5-mail-clamav/files/patch-ClamAV.pm.diff =================================================================== --- trunk/dports/perl/p5-mail-clamav/files/patch-ClamAV.pm.diff 2011-11-04 23:18:01 UTC (rev 86801) +++ trunk/dports/perl/p5-mail-clamav/files/patch-ClamAV.pm.diff 2011-11-05 00:27:29 UTC (rev 86802) @@ -1,81 +0,0 @@ -diff -ru Mail-ClamAV-0.22/ClamAV.pm work/Mail-ClamAV-0.22/ClamAV.pm ---- ClamAV.pm 2008-05-18 06:04:45.000000000 -0700 -+++ ClamAV.pm 2008-10-14 16:02:49.000000000 -0700 -@@ -58,7 +58,6 @@ - CL_EACCES - CL_ENULLARG - CL_ETMPFILE -- CL_EFSYNC - CL_EMEM - CL_EOPEN - CL_EMALFDB -@@ -71,11 +70,6 @@ - CL_EIO - CL_EFORMAT - CL_ESUPPORT -- CL_ELOCKDB -- -- CL_ENCINIT -- CL_ENCLOAD -- CL_ENCIO - - CL_SCAN_RAW - CL_SCAN_ARCHIVE -@@ -478,7 +472,6 @@ - if (strEQ("CL_EACCES", name)) return CL_EACCES; - if (strEQ("CL_ENULLARG", name)) return CL_ENULLARG; - if (strEQ("CL_ETMPFILE", name)) return CL_ETMPFILE; -- if (strEQ("CL_EFSYNC", name)) return CL_EFSYNC; - if (strEQ("CL_EMEM", name)) return CL_EMEM; - if (strEQ("CL_EOPEN", name)) return CL_EOPEN; - if (strEQ("CL_EMALFDB", name)) return CL_EMALFDB; -@@ -491,15 +484,8 @@ - if (strEQ("CL_EIO", name)) return CL_EIO; - if (strEQ("CL_EFORMAT", name)) return CL_EFORMAT; - if (strEQ("CL_ESUPPORT", name)) return CL_ESUPPORT; -- if (strEQ("CL_ELOCKDB", name)) return CL_ELOCKDB; -- -- /* NodalCore */ -- if (strEQ("CL_ENCINIT", name)) return CL_ENCINIT; -- if (strEQ("CL_ENCLOAD", name)) return CL_ENCLOAD; -- if (strEQ("CL_ENCIO", name)) return CL_ENCIO; - - /* db options */ -- if (strEQ("CL_DB_NCORE", name)) return CL_DB_NCORE; - if (strEQ("CL_DB_PHISHING", name)) return CL_DB_PHISHING; - if (strEQ("CL_DB_ACONLY", name)) return CL_DB_ACONLY; - if (strEQ("CL_DB_PHISHING_URLS", name)) return CL_DB_PHISHING_URLS; -@@ -788,10 +774,6 @@ - - tmpfile() failed - --=item CL_EFSYNC -- --fsync() failed -- - =item CL_EMEM - - memory allocation error -@@ -840,22 +822,6 @@ - - not supported data format - --=item CL_ELOCKDB -- --can't lock DB directory -- --=item CL_ENCINIT -- --NodalCore initialization failed -- --=item CL_ENCLOAD -- --error loading NodalCore database -- --=item CL_ENCIO -- --general NodalCore I/O error -- - =back - - =head2 Exportable functions
participants (1)
-
ricci@macports.org