Created attachment 201099 [details] patch to add p5-Net-CIDR-Lite I rebuilt and cleaned my ports yesterday and got the following: ⌂63% [root@thebighonker.lerctr.org:~] # /usr/local/bin/spamd Jan 13 07:47:03.624 [82727] error: Can't locate Net/CIDR/Lite.pm in @INC (you may need to install the Net::CIDR::Lite module) (@INC contains: lib /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/site_perl/mach/5.28 /usr/local/lib/perl5/5.28/mach /usr/local/lib/perl5/5.28) at /usr/local/lib/perl5/site_perl/Mail/SpamAssassin/Plugin/URILocalBL.pm line 106. I use the following options: ⌂78% [ler@borg.lerctr.org:~/FreeBSD/ports/mail/spamassassin] ports(1) 1 ‡ sudo poudriere options -c -n -j p120-S-amd64 -s mail/spamassassin [00:00:00] Appending to make.conf: /usr/local/etc/poudriere.d/p120-S-amd64-make.conf ===> The following configuration options are available for spamassassin-3.4.2_2: AS_ROOT=on: Run spamd as root (recommended) DOCS=on: Build and/or install documentation SSL=on: SSL protocol support ====> Optional user-config/bayes database backends MYSQL=off: MySQL database support PGSQL=on: PostgreSQL database support ====> Optional SpamAssassin plugins DCC=off: DCC digest list support (mail/dcc-dccd) DKIM=on: Verify DKIM records (mail/p5-Mail-DKIM) PYZOR=off: Pyzor digest list support (mail/pyzor) RAZOR=on: Vipul's Razor digest list support (mail/razor-agents) RELAY_COUNTRY=on: Location-based scoring (net/p5-GeoIP2) RLIMIT=off: Resource limits (devel/p5-BSD-Resource) SPF_QUERY=on: Verify SPF records (mail/p5-Mail-SPF) ====> GnuPG (for sa-update): you have to select exactly one of them GNUPG_NONE=off: Do not use GnuPG GNUPG=off: GnuPG 1 (security/gnupg1) GNUPG2=on: GnuPG 2 (security/gnupg) ===> Use 'make config' to modify these settings ⌂80% [ler@borg.lerctr.org:~/FreeBSD/ports/mail/spamassassin] ports(1) ‡ I'm not sure what option requires it (RELAY_COUNTRY?) so I put an unconditional patch (attached)
Any objections to my committing this? @zeising
I haven't looked at the details, but I have no objection.
A commit references this bug: Author: ler Date: Tue Feb 5 18:15:43 UTC 2019 New revision: 492264 URL: https://svnweb.freebsd.org/changeset/ports/492264 Log: mail/spamassassin: missing dependency on net/p5-Net-CIDR-Lite PR: 234921 Submitted by: ler@FreeBSD.org Approved by: zeising Changes: head/mail/spamassassin/Makefile
Committed. Thanks, Niclas.