diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-30 15:33:09 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-30 15:33:09 +0800 |
commit | e59721f95e9026927abb831456f5504091ef6c9d (patch) | |
tree | 356d018a2f897bed034a0903e82517804a71cb93 /mail | |
parent | 2a9f1bb2b747b243c62f12b24c98f5f229422b3b (diff) | |
download | marcuscom-ports-e59721f95e9026927abb831456f5504091ef6c9d.tar marcuscom-ports-e59721f95e9026927abb831456f5504091ef6c9d.tar.gz marcuscom-ports-e59721f95e9026927abb831456f5504091ef6c9d.tar.bz2 marcuscom-ports-e59721f95e9026927abb831456f5504091ef6c9d.tar.lz marcuscom-ports-e59721f95e9026927abb831456f5504091ef6c9d.tar.xz marcuscom-ports-e59721f95e9026927abb831456f5504091ef6c9d.tar.zst marcuscom-ports-e59721f95e9026927abb831456f5504091ef6c9d.zip |
Update to 1.5.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1561 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/Makefile | 7 | ||||
-rw-r--r-- | mail/evolution/distinfo | 2 | ||||
-rw-r--r-- | mail/evolution/files/patch-aa | 25 | ||||
-rw-r--r-- | mail/evolution/files/patch-tools_Makefile.in | 12 |
4 files changed, 29 insertions, 17 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 8184dc7a6..a1fde4293 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -6,7 +6,7 @@ # PORTNAME= evolution -PORTVERSION= 1.5 +PORTVERSION= 1.5.1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.5 @@ -15,7 +15,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= An integrated mail, calendar and address book distributed suite -LIB_DEPENDS= edataserver.0:${PORTSDIR}/databases/evolution-data-server \ +LIB_DEPENDS= edataserver.1:${PORTSDIR}/databases/evolution-data-server \ nss3.1:${PORTSDIR}/security/nss RUN_DEPENDS= ${X11BASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnomespell @@ -58,7 +58,8 @@ PLIST_SUB= PILOT:="" PLIST_SUB= PILOT:="@comment " .endif CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" + LIBS="${PTHREAD_LIBS}" \ + LDFLAGS="-L${LOCALBASE}/lib" PLIST_SUB+= VERSION=${EVO_VERSION} PKGINSTALL= ${WRKDIR}/pkg-install diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo index b75f51e0b..0bb35e7b5 100644 --- a/mail/evolution/distinfo +++ b/mail/evolution/distinfo @@ -1 +1 @@ -MD5 (gnome2/evolution-1.5.tar.bz2) = cc820ffb5c9e91ad79d94e700262c418 +MD5 (gnome2/evolution-1.5.1.tar.bz2) = 7b852abda6b8324cd1b4ce80eaee1c0e diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa index 17a3d3d2f..17e6be9d1 100644 --- a/mail/evolution/files/patch-aa +++ b/mail/evolution/files/patch-aa @@ -1,6 +1,14 @@ ---- configure.orig Sun Dec 7 20:17:19 2003 -+++ configure Tue Dec 9 14:29:13 2003 -@@ -23977,10 +23977,10 @@ +--- configure.orig Tue Dec 30 00:39:05 2003 ++++ configure Tue Dec 30 00:42:14 2003 +@@ -20830,6 +20830,7 @@ + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ ++#include <sys/types.h> + #include <sys/socket.h> + socklen_t x; + +@@ -23977,10 +23978,10 @@ Example: --with-nspr-libs=/usr/lib" >&2;} { (exit 1); exit 1; }; } else @@ -13,16 +21,7 @@ fi echo "$as_me:$LINENO: checking for Mozilla nspr libraries" >&5 -@@ -24792,6 +24792,8 @@ - _ACEOF - - msg_ssl="yes (OpenSSL)" -+ enable_smime="yes" -+ msg_smime="yes" - OPENSSL_LDFLAGS="$with_openssl_libs -lssl -lcrypto $DL_LDFLAGS" - else - OPENSSL_CFLAGS="" -@@ -27767,7 +27769,7 @@ +@@ -27767,7 +27770,7 @@ idldir="$datadir/idl/evolution-$BASE_VERSION" diff --git a/mail/evolution/files/patch-tools_Makefile.in b/mail/evolution/files/patch-tools_Makefile.in new file mode 100644 index 000000000..7dd9f4450 --- /dev/null +++ b/mail/evolution/files/patch-tools_Makefile.in @@ -0,0 +1,12 @@ +--- tools/Makefile.in.orig Tue Dec 30 01:50:58 2003 ++++ tools/Makefile.in Tue Dec 30 01:51:51 2003 +@@ -240,7 +240,8 @@ + killev_SOURCES = killev.c + + +-killev_LDADD = $(top_builddir)/e-util/libeutil.la ++killev_LDADD = $(top_builddir)/e-util/libeutil.la \ ++ $(E_UTIL_LIBS) + + + CLEANFILES = evolution-addressbook-clean $(BUILT_SOURCES) |