diff options
author | mezz <mezz@FreeBSD.org> | 2007-10-29 01:34:05 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-10-29 01:34:05 +0800 |
commit | b12396d8c9305517e94faf3a9c923b3681d17974 (patch) | |
tree | 9abe5438032a139ed1039d60580d6435dd2356c8 /mail/evolution | |
parent | bf1d412a0a1125a5d67e8b491c2ee3757a37004b (diff) | |
download | freebsd-ports-gnome-b12396d8c9305517e94faf3a9c923b3681d17974.tar.gz freebsd-ports-gnome-b12396d8c9305517e94faf3a9c923b3681d17974.tar.zst freebsd-ports-gnome-b12396d8c9305517e94faf3a9c923b3681d17974.zip |
Add bogofilter plugin support, and correct three paths of bogofilter, spamc
and spamd. Bump the PORTREVISION.
Submitted by: Frank Mayhar <frank@exit.com>
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 6 | ||||
-rw-r--r-- | mail/evolution/files/patch-aa | 13 |
2 files changed, 12 insertions, 7 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 079b911870d3..97a3d87fcc82 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -8,7 +8,7 @@ PORTNAME= evolution PORTVERSION= 2.12.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -110,6 +110,10 @@ post-patch: ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|stdlib.n|stdlib.h|' \ ${WRKSRC}/iconv-detect.c + @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \ + ${WRKSRC}/plugins/bogo-junk-plugin/bf-junk-filter.c + @${REINPLACE_CMD} -e 's|/usr/sbin|${LOCALBASE}/bin|g' \ + ${WRKSRC}/plugins/sa-junk-plugin/em-junk-filter.c post-install: install-ldconfig-file ${MKDIR} ${PREFIX}/include/evolution-${EVO_VERSION}/composer diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa index 30b05efea0a9..ef43e24cddc7 100644 --- a/mail/evolution/files/patch-aa +++ b/mail/evolution/files/patch-aa @@ -1,6 +1,6 @@ ---- configure.orig Tue Jun 19 00:18:59 2007 -+++ configure Tue Jun 19 00:25:55 2007 -@@ -24959,6 +24959,15 @@ case "$host" in +--- configure.orig 2007-10-28 12:24:23.000000000 -0500 ++++ configure 2007-10-28 12:26:19.000000000 -0500 +@@ -23831,6 +23831,16 @@ SOFTOKN3_LIB='' HAL_REQUIREMENT='' ;; @@ -9,6 +9,7 @@ + SOCKET_LIBS='' + SOEXT='.so' + SA_JUNK_PLUGIN=sa-junk-plugin ++ BF_JUNK_PLUGIN=bogo-junk-plugin + DL_LIB='' + SOFTOKN3_LIB='-lsoftokn3' + HAL_REQUIREMENT='hal' @@ -16,7 +17,7 @@ *) os_win32=no NO_UNDEFINED='' SOEXT='.so' -@@ -26433,6 +26442,7 @@ cat >>conftest.$ac_ext <<_ACEOF +@@ -25449,6 +25459,7 @@ #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> @@ -24,7 +25,7 @@ #define BUFSIZE (sizeof(struct hostent)+10) -@@ -30930,7 +30940,7 @@ if test "x${with_krb5}" != "xno"; then +@@ -29382,7 +29393,7 @@ LDFLAGS_save="$LDFLAGS" mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5" @@ -33,7 +34,7 @@ sunlibs="-lkrb5 -lgss" { echo "$as_me:$LINENO: checking for Kerberos 5" >&5 echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6; } -@@ -37393,7 +37403,7 @@ componentdir="$privlibdir/components" +@@ -37936,7 +37947,7 @@ idldir='${datadir}'/idl/evolution-$BASE_VERSION |