diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 17:31:17 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 17:31:17 +0000 |
commit | 06beedd5f25d6adfde4181b2d67baab458367384 (patch) | |
tree | 28aac0fd6812b78d29cd5ca2d17657cda6982f61 | |
parent | 66009c777d056e776599227c65d6a140437a383c (diff) |
Notes
-rw-r--r-- | mail/bogofilter/Makefile | 7 | ||||
-rw-r--r-- | mail/bogofilter/files/ChangeLog.port | 36 |
2 files changed, 3 insertions, 40 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 76859a1a92ed..278d89ab72c1 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -31,7 +31,7 @@ PATCH_STRIP= -p1 .include <bsd.port.pre.mk> -.if defined(WITH_BASH) +.if !defined(WITHOUT_BASH) RUN_DEPENDS= bash:${PORTSDIR}/shells/bash .endif @@ -43,7 +43,7 @@ CONFIGURE_ARGS+= --enable-iconv USE_ICONV= yes BF_LIBS+= -liconv .endif -.if defined(WITH_GSL) +.if !defined(WITHOUT_GSL) LIB_DEPENDS+= gsl:${PORTSDIR}/math/gsl .else CONFIGURE_ARGS+= --with-included-gsl @@ -103,9 +103,8 @@ post-install:: ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}/html ${INSTALL_DATA} ${WRKSRC}/doc/*.xml ${DOCSDIR}/xml ${INSTALL_DATA} ${WRKSRC}/doc/programmer/README.freebsd ${DOCSDIR}/programmer - ${INSTALL_DATA} ${FILESDIR}/ChangeLog.port ${DOCSDIR} .endif -.if defined(WITH_BASH) +.if !defined(WITHOUT_BASH) .for i in randomtrain scramble trainbogo.sh ${INSTALL_SCRIPT} ${WRKSRC}/contrib/${i} ${DOCSDIR}/contrib/ .endfor diff --git a/mail/bogofilter/files/ChangeLog.port b/mail/bogofilter/files/ChangeLog.port deleted file mode 100644 index 44cc11bb1025..000000000000 --- a/mail/bogofilter/files/ChangeLog.port +++ /dev/null @@ -1,36 +0,0 @@ -FreeBSD's port ChangeLog for mail/bogofilter ------------------------- - -0.92.7, 0.92.6, 0.92.5, 0.92.4 -- just building new upstream versions - -0.92.3 -- regression tests for %A, %I and %Q revised -- internal cleanups -- no longer depend on a particular gsl version, to avoid chasing the - GSL library after future GSL updates - -0.92.2 -- drop patch-ac, merged upstream -- %I is now really the Message-ID -- %Q is the queue idea -- %A is the message injector's IP address - -2004-07-07 -- add patch-ac to fix bogus test failure in bogofilter-tdb and bogofilter-qdbm - -0.92.1 -- pick up bugfixes, dropping patch-aa and patch-ab from 0.92.0_1 -- update GSL dependency to gsl.6 (GNU GSL v1.5) - -0.92.0_1 -- [patch-ab] fix SIGSEGV (NULL dereferenced pointer read) when %I is used - and no IP address had been found (reported by Clemens Fischer) - -- [patch-aa] fix data base shutdown in multiple-wordlists mode - when BOGOFILTER_CONCURRENT_DATA_STORE is set in the environment - -0.92.0 -- update to next stable release 0.92.0 - --- Matthias Andree <matthias.andree@gmx.de>, port maintainer |