summaryrefslogtreecommitdiffstats
path: root/mail/evolution-exchange
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-20 13:59:01 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-20 13:59:01 +0800
commit20c61ba350cfcc63b0f8ce4fb19f4703694a80bd (patch)
tree381507a692433f43c3a862060ddfef149ff6e375 /mail/evolution-exchange
parent3899b199aef5b546121163dc458c6e23ef2d3074 (diff)
downloadmarcuscom-ports-20c61ba350cfcc63b0f8ce4fb19f4703694a80bd.tar
marcuscom-ports-20c61ba350cfcc63b0f8ce4fb19f4703694a80bd.tar.gz
marcuscom-ports-20c61ba350cfcc63b0f8ce4fb19f4703694a80bd.tar.bz2
marcuscom-ports-20c61ba350cfcc63b0f8ce4fb19f4703694a80bd.tar.lz
marcuscom-ports-20c61ba350cfcc63b0f8ce4fb19f4703694a80bd.tar.xz
marcuscom-ports-20c61ba350cfcc63b0f8ce4fb19f4703694a80bd.tar.zst
marcuscom-ports-20c61ba350cfcc63b0f8ce4fb19f4703694a80bd.zip
Update to 1.5.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2507 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-exchange')
-rw-r--r--mail/evolution-exchange/Makefile4
-rw-r--r--mail/evolution-exchange/distinfo4
-rw-r--r--mail/evolution-exchange/files/patch-ltmain.sh51
3 files changed, 4 insertions, 55 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile
index bece9fbf8..19db1d146 100644
--- a/mail/evolution-exchange/Makefile
+++ b/mail/evolution-exchange/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ximian
-PORTVERSION= 1.5.90
+PORTVERSION= 1.5.91
CATEGORIES= mail gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/1.5
@@ -21,7 +21,7 @@ RUN_DEPENDS= evolution-${EVO_VERSION}:${PORTSDIR}/mail/evolution
USE_BZIP2= yes
USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
+USE_LIBTOOL_VER=15
USE_GMAKE= yes
WANT_OPENLDAP_VER= 21
WANT_OPENLDAP_SASL= yes
diff --git a/mail/evolution-exchange/distinfo b/mail/evolution-exchange/distinfo
index 4cc083f68..d31ad769f 100644
--- a/mail/evolution-exchange/distinfo
+++ b/mail/evolution-exchange/distinfo
@@ -1,2 +1,2 @@
-MD5 (ximian-connector-1.5.90.tar.bz2) = 984239a1d15f07b987f78f225eccd19a
-SIZE (ximian-connector-1.5.90.tar.bz2) = 936877
+MD5 (ximian-connector-1.5.91.tar.bz2) = 089b1717583e06ebd0b1de80ccc3fa5f
+SIZE (ximian-connector-1.5.91.tar.bz2) = 950543
diff --git a/mail/evolution-exchange/files/patch-ltmain.sh b/mail/evolution-exchange/files/patch-ltmain.sh
deleted file mode 100644
index 263a5ce21..000000000
--- a/mail/evolution-exchange/files/patch-ltmain.sh
+++ /dev/null
@@ -1,51 +0,0 @@
---- ltmain.sh.orig Mon Apr 5 19:24:18 2004
-+++ ltmain.sh Tue Jun 1 20:45:09 2004
-@@ -1346,7 +1346,7 @@
- esac
- elif test "X$arg" = "X-lc_r"; then
- case $host in
-- *-*-openbsd* | *-*-freebsd*)
-+ *-*-openbsd* | *-*-freebsd4*)
- # Do not include libc_r directly, use -pthread flag.
- continue
- ;;
-@@ -1361,8 +1361,16 @@
- continue
- ;;
-
-+ -pthread)
-+ compile_command="$compile_command -pthread"
-+ finalize_command="$finalize_command -pthread"
-+ compiler_flags="$compiler_flags -pthread"
-+ continue
-+ ;;
-+
- -module)
- module=yes
-+ build_old_libs=no
- continue
- ;;
-
-@@ -3056,6 +3064,9 @@
- # problems, so we reset it completely
- verstring=
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- verstring="0.0"
- ;;
-@@ -5528,10 +5539,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"