Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc p5-Mail-ClamAV: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36afade3db5d
branches:  trunk
changeset: 438428:36afade3db5d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 11:42:16 2020 +0000

description:
p5-Mail-ClamAV: remove

This does not build since many clamav releases, and upstream does not care.
No dependencies in pkgsrc.

diffstat:

 doc/CHANGES-2020                              |   3 +-
 mail/Makefile                                 |   3 +-
 mail/p5-Mail-ClamAV/DESCR                     |   2 -
 mail/p5-Mail-ClamAV/Makefile                  |  45 ---------------------------
 mail/p5-Mail-ClamAV/distinfo                  |   8 ----
 mail/p5-Mail-ClamAV/patches/patch-ClamAV.pm   |  33 -------------------
 mail/p5-Mail-ClamAV/patches/patch-Makefile.PL |  12 -------
 7 files changed, 3 insertions(+), 103 deletions(-)

diffs (151 lines):

diff -r 0d9ffdb09d90 -r 36afade3db5d doc/CHANGES-2020
--- a/doc/CHANGES-2020  Mon Sep 07 11:33:27 2020 +0000
+++ b/doc/CHANGES-2020  Mon Sep 07 11:42:16 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4938 2020/09/07 11:33:27 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.4939 2020/09/07 11:42:16 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -7532,3 +7532,4 @@
        Updated mail/p5-Email-Sender to 1.300034 [wiz 2020-09-07]
        Updated mail/p5-Mail-AuthenticationResults to 1.20200824.1 [wiz 2020-09-07]
        Updated mail/p5-Mail-Box to 3.009 [wiz 2020-09-07]
+       Removed mail/p5-Mail-ClamAV [wiz 2020-09-07]
diff -r 0d9ffdb09d90 -r 36afade3db5d mail/Makefile
--- a/mail/Makefile     Mon Sep 07 11:33:27 2020 +0000
+++ b/mail/Makefile     Mon Sep 07 11:42:16 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.558 2020/09/03 20:26:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.559 2020/09/07 11:42:16 wiz Exp $
 #
 
 COMMENT=       Electronic mail utilities
@@ -225,7 +225,6 @@
 SUBDIR+=       p5-Mail-Box
 SUBDIR+=       p5-Mail-Box-IMAP4
 SUBDIR+=       p5-Mail-Box-POP3
-SUBDIR+=       p5-Mail-ClamAV
 SUBDIR+=       p5-Mail-DKIM
 SUBDIR+=       p5-Mail-DeliveryStatus-BounceParser
 SUBDIR+=       p5-Mail-Ezmlm
diff -r 0d9ffdb09d90 -r 36afade3db5d mail/p5-Mail-ClamAV/DESCR
--- a/mail/p5-Mail-ClamAV/DESCR Mon Sep 07 11:33:27 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Clam AntiVirus is an anti-virus toolkit for UNIX. This module provides
-a simple interface to its C API.
diff -r 0d9ffdb09d90 -r 36afade3db5d mail/p5-Mail-ClamAV/Makefile
--- a/mail/p5-Mail-ClamAV/Makefile      Mon Sep 07 11:33:27 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,45 +0,0 @@
-# $NetBSD: Makefile,v 1.69 2020/08/31 18:10:03 wiz Exp $
-
-DISTNAME=      Mail-ClamAV-0.29
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   39
-CATEGORIES=    mail perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Mail/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://metacpan.org/release/Mail-ClamAV
-COMMENT=       Perl5 module for security/clamav virus scanner
-LICENSE=       ${PERL5_LICENSE}
-
-DEPENDS+=      p5-Inline-C>=0.75:../../devel/p5-Inline-C
-
-# this version needs clamav>=0.90
-BUILDLINK_API_DEPENDS.clamav+= clamav>=0.95.1
-
-PERL5_PACKLIST=                auto/Mail/ClamAV/.packlist
-PTHREAD_OPTS+=         require
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.p5-Mail-ClamAV
-PKG_SUPPORTED_OPTIONS= curl
-PKG_SUGGESTED_OPTIONS= curl
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mcurl)
-.  include "../../www/curl/buildlink3.mk"
-.endif
-
-# avoid having PERL5_SITELIB, PERL5_SITEARCH and PERL5_ARCHLIB set in
-# the environment, which confuses the 'install' target of modules
-# which use Inline, such as this one.
-#
-# XXX do these environment variables really need to be set in targets
-# XXX other than 'install'?
-do-build:
-       @cd ${WRKSRC} && \
-               ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${BUILD_TARGET}
-
-.include "../../lang/perl5/module.mk"
-.include "../../security/clamav/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 0d9ffdb09d90 -r 36afade3db5d mail/p5-Mail-ClamAV/distinfo
--- a/mail/p5-Mail-ClamAV/distinfo      Mon Sep 07 11:33:27 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.12 2015/11/03 23:27:14 agc Exp $
-
-SHA1 (Mail-ClamAV-0.29.tar.gz) = ee5fe9ae950c7c420ca58760f66b2be5f700e20c
-RMD160 (Mail-ClamAV-0.29.tar.gz) = 98465a690fc26d5fe4aac448ca4fc3b715dba4a6
-SHA512 (Mail-ClamAV-0.29.tar.gz) = e58d846600a3764d4b55eae545754bf187bf77cb0125dbbfc71944c095ddfa4fe11e59888840045c1c72708a729aaa57f89ba91ce3e6c7934013b5a2790a7006
-Size (Mail-ClamAV-0.29.tar.gz) = 17426 bytes
-SHA1 (patch-ClamAV.pm) = 8220c5a93947b39a461e4bcb545a407e847ad048
-SHA1 (patch-Makefile.PL) = 2b2a8e9b8fa306a2f7af2da5f4984b0f1ebada6e
diff -r 0d9ffdb09d90 -r 36afade3db5d mail/p5-Mail-ClamAV/patches/patch-ClamAV.pm
--- a/mail/p5-Mail-ClamAV/patches/patch-ClamAV.pm       Mon Sep 07 11:33:27 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-$NetBSD: patch-ClamAV.pm,v 1.1 2013/06/14 21:43:49 dholland Exp $
-
-Return values from non-void C functions.
-
---- ClamAV.pm~ 2009-04-29 23:02:43.000000000 +0000
-+++ ClamAV.pm
-@@ -286,7 +286,7 @@ int clamav_perl_maxreclevel(SV *self, ..
-     reclevel = cl_engine_get_num(c->root, CL_ENGINE_MAX_RECURSION, &err);
-     if (err != CL_SUCCESS) {
-         error(err);
--        return;
-+        return 0;
-     }
-     return reclevel;
- }
-@@ -313,7 +313,7 @@ int clamav_perl_maxfiles(SV *self, ...)
-     maxfiles = cl_engine_get_num(c->root, CL_ENGINE_MAX_FILES, &err);
-     if (err != CL_SUCCESS) {
-         error(err);
--        return;
-+        return 0;
-     }
-     return maxfiles;
- }
-@@ -334,7 +334,7 @@ int clamav_perl_maxfilesize(SV *self, ..
-     maxfsize = cl_engine_get_num(c->root, CL_ENGINE_MAX_FILESIZE, &err);
-     if (err != CL_SUCCESS) {
-         error(err);
--        return;
-+        return 0;
-     }
-     return maxfsize;
- }
diff -r 0d9ffdb09d90 -r 36afade3db5d mail/p5-Mail-ClamAV/patches/patch-Makefile.PL
--- a/mail/p5-Mail-ClamAV/patches/patch-Makefile.PL     Mon Sep 07 11:33:27 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2011/12/17 16:16:37 marino Exp $
-
---- Makefile.PL.orig   2011-12-17 13:55:30.949471000 +0000
-+++ Makefile.PL
-@@ -29,6 +29,7 @@ my %supported_OS = (
-     cygwin => 'cygwin',
-     linux => 'linux',
-     solaris => 'solaris',
-+    dragonfly => 'dragonfly',
-     freebsd => 'freebsd',
-     openbsd => 'openbsd',
-     macos => 'MacOS',



Home | Main Index | Thread Index | Old Index