I noticed more spam in my inbox, so I figured something was wrong with sa-update. This was indeed the case.
I recently updated Perl, so I thought recompiling Spamassassin wouldn't hurt. But for some season, p5-Mail-SpamAssassin refuses to install.
Ports:
It is the same with various other tries like
Does anyone know what's wrong here and how I can fix this?
Thanks
Code:
Can't locate Net/DNS.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.12.4 /usr/local/lib/perl5/5.12/BSDPAN /usr/local/lib/perl5/site_perl/5.12/mach /usr/local/lib/perl5/site_perl/5.12 /usr/local/lib/perl5/5.12/mach /usr/local/lib/perl5/5.12) at /usr/local/bin/sa-update line 80.
BEGIN failed--compilation aborted at /usr/local/bin/sa-update line 80.
I recently updated Perl, so I thought recompiling Spamassassin wouldn't hurt. But for some season, p5-Mail-SpamAssassin refuses to install.
Ports:
Code:
[cmd=#]cd /usr/ports/mail/p5-Mail-SpamAssassin[/cmd]
[cmd=#]make reinstall clean[/cmd]
===> Building for p5-Mail-SpamAssassin-3.3.2_8
make: cannot open Makefile.
*** [do-build] Error code 1
Stop in /usr/ports/mail/p5-Mail-SpamAssassin.
*** [install] Error code 1
Stop in /usr/ports/mail/p5-Mail-SpamAssassin.
*** [reinstall] Error code 1
Stop in /usr/ports/mail/p5-Mail-SpamAssassin.
pkg install
Code:
[cmd=#]pkg install mail/p5-Mail-SpamAssassin[/cmd]
Updating repository catalogue
Repository catalogue is up-to-date, no need to fetch fresh copy
pkg: Package 'mail/p5-Mail-SpamAssassin' was not found in the repositories
pkg install mail/p5-Mail-SpamAssassin-3.3.2_8
. I'm not sure what's the correct syntax here. pkg add
Code:
[cmd=#]pkg add [url=ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/mail/p5-Mail-SpamAssassin-3.3.2_8.tbz]p5-Mail-SpamAssassin-3.3.2_8.tbz[/url][/cmd]
pkg: p5-Mail-SpamAssassin-3.3.2_8.tbz is not a valid package: no +MANIFEST found
Failed to install the following 1 package(s): p5-Mail-SpamAssassin-3.3.2_8.tbz
Does anyone know what's wrong here and how I can fix this?
Thanks
