diff --git a/mail/bogofilter-bdb/Makefile b/mail/bogofilter-bdb/Makefile index 0c0cdfc099bc..a103d66dc421 100644 --- a/mail/bogofilter-bdb/Makefile +++ b/mail/bogofilter-bdb/Makefile @@ -1,99 +1,101 @@ PORTNAME= bogofilter -DISTVERSION= 1.2.5 -PORTREVISION?= 5 +DISTVERSION= 1.3.0.rc1 +PORTREVISION?= 0 CATEGORIES?= mail MASTER_SITES= SF/bogofilter/bogofilter-stable/ PKGNAMESUFFIX?= -bdb MAINTAINER?= mandree@FreeBSD.org COMMENT= Fast, teachable, learning spam detector WWW= https://bogofilter.sourceforge.io/ LICENSE= GPLv2 .if !defined(MASTERDIR) || ${MASTERDIR} == ${.CURDIR} # building master port USES+= bdb:5+ DEPRECATED= The Berkeley DB database interface is obsolescent. EXPIRATION_DATE=2025-06-30 .endif OPTIONS_DEFINE= GSL UNICODE DOCS OPTIONS_DEFAULT= GSL UNICODE GSL_DESC= Link with system-wide GSL dynamically (recommended) UNICODE_DESC= Normalize tokens to Unicode (UTF-8) (recommended) CONFLICTS_INSTALL?= bogofilter-sqlite bogofilter bogofilter-kc USES+= cpe perl5 shebangfix tar:xz SHEBANG_FILES= contrib/randomtrain.sh contrib/scramble.sh \ src/tests/unsort.pl contrib/*.pl USE_PERL5= run GNU_CONFIGURE= yes CPE_VENDOR= bogofilter_project UNICODE_USES= iconv UNICODE_CONFIGURE_ENABLE= unicode GSL_LIB_DEPENDS= libgsl.so:math/gsl GSL_CONFIGURE_OFF= --with-included-gsl PORTDOCS= * TEST_TARGET= check .include BF_LIBS?= -l${BDB_LIB_NAME} BF_CPPFLAGS?= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc +.if !defined(MASTERDIR) || ${MASTERDIR} == ${.CURDIR} +CONFIGURE_ARGS+= --with-database=db +.endif .if ${PORT_OPTIONS:MUNICODE} BF_LIBS+= ${ICONV_LIB} .endif CPPFLAGS+= ${BF_CPPFLAGS} LIBS+= -L${LOCALBASE}/lib ${BF_LIBS} CONFIGURE_ENV+= PERL="${PERL}" INSTALL_TARGET= install-strip prefix=${PREFIX} mandir=${PREFIX}/share/man post-patch: ${REINPLACE_CMD} -e 's/INTEGRITY_TESTS = t.lock1 t.lock3 t.valgrind/INTEGRITY_TESTS = t.lock1/' \ -e 's/ENVIRON_TESTS = t.abort/ENVIRON_TESTS =/' \ ${WRKSRC}/src/tests/Makefile.in post-build: cd ${WRKSRC}/src && ${SETENVI} SHELL=${SH} ${MAKE_CMD} ${TEST_TARGET} ${_MAKE_JOBS} SHELL=${SH} \ || { r=$$? ; head -n30000 ${WRKSRC}/src/tests/test-suite.log ; exit $$r ; } post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR}/contrib .for i in html programmer xml @${MKDIR} ${STAGEDIR}${DOCSDIR}/${i} .endfor .for i in AUTHORS COPYING INSTALL NEWS README README.git \ doc/README.validation TODO GETTING.STARTED \ RELEASE.NOTES doc/README.db doc/README.sqlite \ doc/integrating-with-postfix doc/integrating-with-qmail \ doc/bogofilter-tuning.HOWTO.html doc/bogofilter-SA-* \ doc/bogofilter-faq.html doc/bogofilter-faq-fr.html ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .for i in README.randomtrain README.contrib ${INSTALL_DATA} ${WRKSRC}/contrib/${i} ${STAGEDIR}${DOCSDIR}/contrib/${i} .endfor - ${INSTALL_DATA} ${WRKSRC}/trio/AUTHORS ${STAGEDIR}${DOCSDIR}/AUTHORS.trio ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR}/html ${INSTALL_DATA} ${WRKSRC}/doc/*.xml ${STAGEDIR}${DOCSDIR}/xml ${INSTALL_DATA} ${WRKSRC}/doc/programmer/README.freebsd ${STAGEDIR}${DOCSDIR}/programmer ${INSTALL_PROGRAM} ${WRKSRC}/bogogrep ${STAGEDIR}${PREFIX}/bin/ .for i in bfproxy.pl bogofilter-milter.pl bogo.R bogofilter-qfe.sh \ mime.get.rfc822.pl parmtest.sh printmaildir.pl \ bogominitrain.pl \ randomtrain.sh scramble.sh spamitarium.pl stripsearch.pl trainbogo.sh ${INSTALL_SCRIPT} ${WRKSRC}/contrib/${i} ${STAGEDIR}${DOCSDIR}/contrib/${i} .endfor .for i in dot-qmail-bogofilter-default \ - mailfilter.example procmailrc.example vm-bogofilter.el + mailfilter.example vm-bogofilter.el ${INSTALL_DATA} ${WRKSRC}/contrib/${i} ${STAGEDIR}${DOCSDIR}/contrib/${i} .endfor .include diff --git a/mail/bogofilter-bdb/distinfo b/mail/bogofilter-bdb/distinfo index 480c473b12bf..eacda71cdf59 100644 --- a/mail/bogofilter-bdb/distinfo +++ b/mail/bogofilter-bdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1570829897 -SHA256 (bogofilter-1.2.5.tar.xz) = 3248a1373bff552c500834adbea4b6caee04224516ae581fb25a4c6a6dee89ea -SIZE (bogofilter-1.2.5.tar.xz) = 801240 +TIMESTAMP = 1744986765 +SHA256 (bogofilter-1.3.0.rc1.tar.xz) = 0bc4b8300a106e7c5a4110c052272cfe64bb096ec5e7f552a44c3f41b574b29b +SIZE (bogofilter-1.3.0.rc1.tar.xz) = 764724 diff --git a/mail/bogofilter-bdb/files/patch-configure b/mail/bogofilter-bdb/files/patch-configure deleted file mode 100644 index 544c40f04d41..000000000000 --- a/mail/bogofilter-bdb/files/patch-configure +++ /dev/null @@ -1,17 +0,0 @@ -Clang 9 no longer pretends to be GCC -https://reviews.llvm.org/rL356931 -https://reviews.llvm.org/rL366091 - ---- configure.orig 2019-09-08 15:43:06 UTC -+++ configure -@@ -6464,8 +6464,8 @@ if test "$GCC" = yes && test "$ICC" = no ; then - ""|2.*|3.*) ;; - 4.*) gcc4=yes ;; - esac -- case "$CC" in -- *clang) gcc4=yes ;; -+ case `$CC --version 2>/dev/null` in -+ *clang*) gcc4=yes ;; - esac - fi - if test $gcc4 = yes; then diff --git a/mail/bogofilter-kc/Makefile b/mail/bogofilter-kc/Makefile index 753835260051..e434c2b59f3a 100644 --- a/mail/bogofilter-kc/Makefile +++ b/mail/bogofilter-kc/Makefile @@ -1,19 +1,19 @@ PORTNAME= bogofilter -PORTREVISION= 5 +PORTREVISION= 0 CATEGORIES= mail PKGNAMESUFFIX= -kc MAINTAINER= mandree@FreeBSD.org LIB_DEPENDS= libkyotocabinet.so:databases/kyotocabinet CONFLICTS_INSTALL= bogofilter bogofilter-lmdb bogofilter-sqlite CONFIGURE_ARGS= --with-database=kyotocabinet BF_CPPFLAGS= -I${LOCALBASE}/include BF_LIBS= DESCR= ${PKGDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../bogofilter-bdb .include "${MASTERDIR}/Makefile" diff --git a/mail/bogofilter-sqlite/Makefile b/mail/bogofilter-sqlite/Makefile index d0d4c27ba1b7..e855c9d8d26c 100644 --- a/mail/bogofilter-sqlite/Makefile +++ b/mail/bogofilter-sqlite/Makefile @@ -1,18 +1,18 @@ PORTNAME= bogofilter -PORTREVISION= 5 +PORTREVISION= 0 CATEGORIES= mail PKGNAMESUFFIX= -sqlite MAINTAINER= mandree@FreeBSD.org USES= sqlite CONFLICTS_INSTALL= bogofilter bogofilter-lmdb bogofilter-kc CONFIGURE_ARGS= --with-database=sqlite BF_CPPFLAGS= -I${LOCALBASE}/include BF_LIBS= DESCR= ${PKGDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../bogofilter-bdb .include "${MASTERDIR}/Makefile" diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 0325280bcf93..6d2eadbb372f 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -1,19 +1,19 @@ PORTNAME= bogofilter -PORTREVISION= 5 +PORTREVISION= 0 CATEGORIES= mail PKGNAMESUFFIX= # blank, to override bogofilter-bdb's MAINTAINER= mandree@FreeBSD.org LIB_DEPENDS= liblmdb.so:databases/lmdb CONFLICTS_INSTALL= bogofilter-bdb bogofilter-kc bogofilter-sqlite CONFIGURE_ARGS= --with-database=lmdb BF_CPPFLAGS= -I${LOCALBASE}/include BF_LIBS= DESCR= ${PKGDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../bogofilter-bdb .include "${MASTERDIR}/Makefile"