91b905e691
Pkgsrc changes: - Generic option "online-tests" replaces "spamassassin-test-net". - Removed underscore from package-internal variables (pkglint complained). - patch-ay disables the SPF plugin to avoid confusing warnings in the log files. - patch-az fixes http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4826. Relevant changes since version 3.1.0: ===================================== - better validate a number of different configuration options - support new Mail::DomainKeys API, which changed incompatibly between 0.18 and 0.80 without warning - more properly handle new Received header formats - bug 4788: backport sa-update from 3.2 along with the local_state_dir code, etc. - bug 4760: strictly validate trusted/internal network configurations - bug 4696: consolidated fixes for timeout bugs - bug 3710: add timeout to connect so spamc -t works - bug 4363: if a message uses CRLF for line endings, use it for header rewrites as well - bug 4748: add ExpressionEngine and Google redirector patterns - bug 3815: add _RELAYCOUNTRY_ tag so that the RelayCountry plugin can put in the list of countries relayed through - bug 4090: x86_64 platforms (linux specifically) have an issue compiling libspamc.so causing RPM build failures - bug 4791: fix issue where perl would throw a UTF-8 warning for certain messages - bugs 4606, 4609: Adjust MIME parsing limits - bug 4780: fix IP_ADDRESS & LOCALHOST regexes to correctly parse IPv6 addresses - bug 4728: DUL rules should only use the last external IP, not all but the first of the external IPs - bug 4700: certain privileged configuration settings can inject code, due to a bad fix for bug 3846. Back that out
180 lines
5.9 KiB
Makefile
180 lines
5.9 KiB
Makefile
# $NetBSD: Makefile,v 1.69 2006/03/13 21:11:57 heinz Exp $
|
|
|
|
DISTNAME= Mail-SpamAssassin-3.1.1
|
|
PKGNAME= spamassassin-3.1.1
|
|
SVR4_PKGNAME= sa
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_APACHE:=spamassassin/source/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://spamassassin.apache.org/
|
|
COMMENT= Mail filter to identify spam
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
DEPENDS+= p5-Net-DNS>=0.34:../../net/p5-Net-DNS
|
|
DEPENDS+= p5-HTML-Parser>=3.31:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
|
|
DEPENDS+= {p5-MIME-Base64>=2.11,perl{,-thread}>=5.8.0}:../../converters/p5-MIME-Base64
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
DEPENDS+= p5-Archive-Tar-[0-9]*:../../archivers/p5-Archive-Tar
|
|
DEPENDS+= p5-IO-Zlib-[0-9]*:../../devel/p5-IO-Zlib
|
|
|
|
.if (${OPSYS} != "NetBSD") && (${OPSYS} != "DragonFly")
|
|
DEPENDS+= p5-DB_File-[0-9]*:../../databases/p5-DB_File
|
|
.endif
|
|
|
|
CONFLICTS= p5-Mail-SpamAssassin-[1-9]*
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
PKG_SYSCONFSUBDIR= spamassassin
|
|
|
|
# Set contact address (e-mail, URL, ...) for use in spam report messages
|
|
# See "perldoc Mail::SpamAssassin::Conf" for option "report_contact"
|
|
SPAMASSASSIN_CONTACT_ADDRESS?= postmaster
|
|
|
|
.include "options.mk"
|
|
|
|
BUILD_DEFS+= SPAMASSASSIN_CONTACT_ADDRESS
|
|
|
|
PLIST_ADD= ${WRKSRC}/.PLIST_ADD
|
|
PLIST_SRC= ${PKGDIR}/PLIST ${PLIST_ADD}
|
|
PERL5_PACKLIST= auto/Mail/SpamAssassin/.packlist
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
|
CONFIGURE_DIRS= ${WRKSRC}/spamc
|
|
BUILD_DIRS= ${WRKSRC}
|
|
PERL5_CONFIGURE= NO # we need the default "do-configure" target
|
|
PERL5_CONFIGURE_DIRS= ${WRKSRC}
|
|
|
|
# test t/meta needs this
|
|
REPLACE_PERL= masses/parse-rules-for-masses
|
|
|
|
MAKE_PARAMS+= CONTACT_ADDRESS=${SPAMASSASSIN_CONTACT_ADDRESS:Q}
|
|
MAKE_PARAMS+= DEFRULESDIR="${RULESDIR}"
|
|
MAKE_PARAMS+= LOCALRULESDIR="${PKG_SYSCONFDIR}"
|
|
MAKE_PARAMS+= PERL_BIN="${PERL5}"
|
|
MAKE_PARAMS+= SYSCONFDIR="${PKG_SYSCONFDIR}"
|
|
|
|
RCD_SCRIPTS= spamd
|
|
RCD_SCRIPT_SRC.spamd= ${WRKSRC}/spamd/netbsd-rc-script.sh
|
|
|
|
EG_SUBDIR= share/examples/spamassassin
|
|
EGDIR= ${PREFIX}/${EG_SUBDIR}
|
|
DOC_SUBDIR= share/doc/spamassassin
|
|
DOCDIR= ${PREFIX}/${DOC_SUBDIR}
|
|
RULE_SUBDIR= share/spamassassin
|
|
RULESDIR= ${PREFIX}/${RULE_SUBDIR}
|
|
|
|
CONF_FILES+= ${EGDIR}/local.cf ${PKG_SYSCONFDIR}/local.cf \
|
|
${EGDIR}/init.pre ${PKG_SYSCONFDIR}/init.pre \
|
|
${EGDIR}/v310.pre ${PKG_SYSCONFDIR}/v310.pre \
|
|
${RULESDIR}/user_prefs.template \
|
|
${PKG_SYSCONFDIR}/user_prefs.template
|
|
|
|
INSTALLATION_DIRS+= ${EG_SUBDIR} ${DOC_SUBDIR} ${DOC_SUBDIR}/spamc\
|
|
${DOC_SUBDIR}/spamd
|
|
|
|
SUBST_CLASSES+= sa2 sa3
|
|
|
|
SUBST_STAGE.sa2= pre-configure
|
|
SUBST_FILES.sa2= README spamd/spamd.raw
|
|
SUBST_SED.sa2= -e s!@@PREFIX@@!${PREFIX}!g \
|
|
-e s!@PKG_SYSCONFDIR@!${PKG_SYSCONFDIR}!g
|
|
|
|
SUBST_STAGE.sa3= pre-configure
|
|
SUBST_FILES.sa3= INSTALL UPGRADE USAGE ldap/README \
|
|
spamc/README.qmail \
|
|
lib/Mail/SpamAssassin/Conf.pm \
|
|
lib/Mail/SpamAssassin/Plugin/Test.pm \
|
|
spamd/README spamd/README.vpopmail sql/README \
|
|
sql/README.awl sa-update.raw
|
|
SUBST_SED.sa3= -e s!/usr/share!${PREFIX}/share!g \
|
|
-e s!/usr/bin!${PREFIX}/bin!g \
|
|
-e s!/usr/local/bin!${PREFIX}/bin!g \
|
|
-e s!/usr/lib!${PREFIX}/lib!g \
|
|
-e s!/etc/mail/spamassassin!${PKG_SYSCONFDIR}!g
|
|
|
|
.if (${OPSYS} == "NetBSD") || (${OPSYS} == "DragonFly")
|
|
# the 'spamd' RCD_SCRIPT behaves differently if we run NetBSD 1.6 or later
|
|
. if (${OPSYS} == "NetBSD") && !empty(OS_VERSION:M1.[0-5]*)
|
|
INTERPRETER_SUPPORT= NO
|
|
. else
|
|
INTERPRETER_SUPPORT= YES
|
|
. endif
|
|
.endif
|
|
|
|
# These variables are substituted in netbsd-rc-script.sh.
|
|
FILES_SUBST+= INTERPRETER_SUPPORT=${INTERPRETER_SUPPORT:Q}
|
|
FILES_SUBST+= OPSYS=${OPSYS:Q}
|
|
|
|
post-extract:
|
|
@# correct bad SA permissions
|
|
@${CHMOD} a+x ${WRKSRC}/tools/convert_awl_dbm_to_sql
|
|
|
|
pre-configure: perl5-configure
|
|
@# GNU configure needs version.h -> create it
|
|
@cd ${WRKSRC}/spamc && ${PERL5} ./version.h.pl
|
|
@# values will be set via the SUBST framework in options.mk
|
|
@${CP} ${WRKSRC}/t/config.dist ${WRKSRC}/t/config
|
|
|
|
post-install:
|
|
@${TEST} -r ${PLIST_ADD} && ${RM} ${PLIST_ADD} ; :
|
|
.for f in INSTALL LICENSE README TRADEMARK UPGRADE USAGE \
|
|
CREDITS PACKAGING STATUS BUGS Changes \
|
|
spamc/README.qmail \
|
|
sample-nonspam.txt sample-spam.txt spamd/README \
|
|
spamd/README.vpopmail
|
|
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCDIR}/${f}
|
|
@${ECHO} "${DOC_SUBDIR}/${f}" >> ${PLIST_ADD}
|
|
.endfor
|
|
.for f in STATISTICS-set0.txt STATISTICS-set1.txt STATISTICS-set2.txt \
|
|
STATISTICS-set3.txt
|
|
@${INSTALL_DATA} ${WRKSRC}/rules/${f} ${DOCDIR}/
|
|
@${ECHO} "${DOC_SUBDIR}/${f}" >> ${PLIST_ADD}
|
|
.endfor
|
|
.for dir in masses sql ldap tools
|
|
@cd ${WRKSRC}; \
|
|
for d in `${FIND} ${dir} -type d -print`; do \
|
|
${INSTALL_DATA_DIR} ${DOCDIR}/$$d; \
|
|
done; \
|
|
for f in `${FIND} ${dir} -type f -print`; do \
|
|
if ${TEST} -x $$f ; then \
|
|
${SED} -e "1s,#!.*/bin/perl,#!${PERL5}," < $$f \
|
|
> $${f}.fixed && \
|
|
${MV} $${f}.fixed $$f && \
|
|
${CHMOD} +x $$f && \
|
|
${INSTALL_SCRIPT} $$f ${DOCDIR}/$$f; \
|
|
else \
|
|
${INSTALL_DATA} $$f ${DOCDIR}/$$f; \
|
|
fi; \
|
|
${ECHO} "${DOC_SUBDIR}/$$f" >> ${PLIST_ADD}; \
|
|
done; \
|
|
{ for d in `${FIND} ${dir} -type d -print`; do \
|
|
${ECHO} "@dirrm ${DOC_SUBDIR}/$$d"; \
|
|
done; } | ${SORT} -r >> ${PLIST_ADD};
|
|
.endfor
|
|
@cd ${WRKSRC}/rules; \
|
|
for f in [0-9]*.cf; do \
|
|
${ECHO} "${RULE_SUBDIR}/$$f" >> ${PLIST_ADD}; \
|
|
done
|
|
@${ECHO} "@dirrm ${RULE_SUBDIR}" >> ${PLIST_ADD}
|
|
@# examples are in the static PLIST
|
|
@${INSTALL_DATA} ${WRKSRC}/procmailrc.example ${EGDIR}/
|
|
@${INSTALL_DATA} ${WRKSRC}/rules/init.pre ${EGDIR}/
|
|
@${INSTALL_DATA} ${WRKSRC}/rules/v310.pre ${EGDIR}/
|
|
@${INSTALL_DATA} ${WRKSRC}/rules/local.cf ${EGDIR}/
|
|
@${INSTALL_DATA} ${FILESDIR}/netbsd_lists.cf ${EGDIR}/
|
|
@${CHOWN} ${SHAREOWN} ${RULESDIR}/*
|
|
@${CHGRP} ${SHAREGRP} ${RULESDIR}/*
|
|
@${CHMOD} a=r ${RULESDIR}/*
|
|
@{ for d in ${INSTALLATION_DIRS}; do \
|
|
${ECHO} "@dirrm $$d"; \
|
|
done; } | ${SORT} -r >> ${PLIST_ADD};
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|