diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-19 14:34:19 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-19 14:34:19 +0800 |
commit | 84e1900e0d7bd769115b3c5e7f178a52ef867595 (patch) | |
tree | 530dc149b867917f4e25c4d90e4163709d862921 /mail | |
parent | ce903cb0929a7c8daad019c1a9a0acc75201bff6 (diff) | |
download | marcuscom-ports-84e1900e0d7bd769115b3c5e7f178a52ef867595.tar marcuscom-ports-84e1900e0d7bd769115b3c5e7f178a52ef867595.tar.gz marcuscom-ports-84e1900e0d7bd769115b3c5e7f178a52ef867595.tar.bz2 marcuscom-ports-84e1900e0d7bd769115b3c5e7f178a52ef867595.tar.lz marcuscom-ports-84e1900e0d7bd769115b3c5e7f178a52ef867595.tar.xz marcuscom-ports-84e1900e0d7bd769115b3c5e7f178a52ef867595.tar.zst marcuscom-ports-84e1900e0d7bd769115b3c5e7f178a52ef867595.zip |
Re-enable Kerberos support now that NSS has been linked symbolically.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2124 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/Makefile | 5 | ||||
-rw-r--r-- | mail/evolution/files/patch-aa | 9 |
2 files changed, 12 insertions, 2 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 0bcad6ff1..c1aca8dda 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -7,7 +7,7 @@ PORTNAME= evolution PORTVERSION= 1.5.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.5 @@ -32,7 +32,8 @@ CONFIGURE_ARGS= --enable-nss=yes \ --with-nspr-includes=${LOCALBASE}/include/nspr \ --with-nspr-libs=${LOCALBASE}/lib \ --enable-openssl=no \ - --with-sub-version="FreeBSD GNOME Team Port" + --with-sub-version="FreeBSD GNOME Team Port" \ + --with-krb5=/usr CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="${PTHREAD_LIBS}" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa index 485bdff3d..c3f99f109 100644 --- a/mail/evolution/files/patch-aa +++ b/mail/evolution/files/patch-aa @@ -1,5 +1,14 @@ --- configure.orig Sat Mar 6 04:31:08 2004 +++ configure Sat Mar 6 04:35:09 2004 +@@ -24518,7 +24518,7 @@ + LDFLAGS_save="$LDFLAGS" + + mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5" +- heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi" ++ heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi -lcrypt" + echo "$as_me:$LINENO: checking for Kerberos 5" >&5 + echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6 + if test "${ac_cv_lib_kerberos5+set}" = set; then @@ -25368,10 +25368,10 @@ Example: --with-nspr-libs=/usr/lib" >&2;} { (exit 1); exit 1; }; } |