aboutsummaryrefslogtreecommitdiff
path: root/mail/evolution
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-10-28 17:34:05 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-10-28 17:34:05 +0000
commit78cc2129dc16b6ef589b4b40476646725a1da286 (patch)
treeae7b699f6061c54638db4369f2274c49055b0f99 /mail/evolution
parent91250fde10965849c15361224e81cac71be831de (diff)
downloadports-78cc2129dc16b6ef589b4b40476646725a1da286.tar.gz
ports-78cc2129dc16b6ef589b4b40476646725a1da286.zip
Add bogofilter plugin support, and correct three paths of bogofilter, spamc
and spamd. Bump the PORTREVISION. Submitted by: Frank Mayhar <frank@exit.com>
Notes
Notes: svn path=/head/; revision=202222
Diffstat (limited to 'mail/evolution')
-rw-r--r--mail/evolution/Makefile6
-rw-r--r--mail/evolution/files/patch-aa13
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