diff options
-rw-r--r-- | databases/evolution-data-server/Makefile | 4 | ||||
-rw-r--r-- | databases/evolution-data-server/distinfo | 4 | ||||
-rw-r--r-- | databases/evolution-data-server/files/patch-ltmain.sh | 51 |
3 files changed, 4 insertions, 55 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 081dc03c8..673caa079 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= evolution-data-server -PORTVERSION= 0.0.96 +PORTVERSION= 0.0.97 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.0 @@ -23,7 +23,7 @@ USE_BISON= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intlhack gnometarget libgnome USE_REINPLACE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/databases/evolution-data-server/distinfo b/databases/evolution-data-server/distinfo index 5db3c658c..a9a9510fa 100644 --- a/databases/evolution-data-server/distinfo +++ b/databases/evolution-data-server/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/evolution-data-server-0.0.96.tar.bz2) = ef6c271be54059d9fd4e5cac90a1bd6e -SIZE (gnome2/evolution-data-server-0.0.96.tar.bz2) = 5073381 +MD5 (gnome2/evolution-data-server-0.0.97.tar.bz2) = bb1a32e033fb449841078f7a8440d2b9 +SIZE (gnome2/evolution-data-server-0.0.97.tar.bz2) = 5079167 diff --git a/databases/evolution-data-server/files/patch-ltmain.sh b/databases/evolution-data-server/files/patch-ltmain.sh deleted file mode 100644 index 34878b402..000000000 --- a/databases/evolution-data-server/files/patch-ltmain.sh +++ /dev/null @@ -1,51 +0,0 @@ ---- ltmain.sh.orig Fri Mar 5 10:05:44 2004 -+++ ltmain.sh Sat Mar 6 03:49:19 2004 -@@ -1349,7 +1349,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 - ;; -@@ -1364,8 +1364,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 - ;; - -@@ -3059,6 +3067,9 @@ - # problems, so we reset it completely - verstring= - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - verstring="0.0" - ;; -@@ -5531,10 +5542,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" |