[146157] users/devans/GNOME-3/unstable/dports/gnome/evolution-data-server

devans at macports.org devans at macports.org
Tue Mar 1 06:27:32 PST 2016


Revision: 146157
          https://trac.macports.org/changeset/146157
Author:   devans at macports.org
Date:     2016-03-01 06:27:32 -0800 (Tue, 01 Mar 2016)
Log Message:
-----------
GNOME-3/unstable: evolution-data-server, update to version 3.19.91, update autogen.sh to latest from upstream git master, update backend database to db53.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/gnome/evolution-data-server/Portfile
    users/devans/GNOME-3/unstable/dports/gnome/evolution-data-server/files/autogen.sh
    users/devans/GNOME-3/unstable/dports/gnome/evolution-data-server/files/patch-configure.ac.diff

Modified: users/devans/GNOME-3/unstable/dports/gnome/evolution-data-server/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/evolution-data-server/Portfile	2016-03-01 12:40:44 UTC (rev 146156)
+++ users/devans/GNOME-3/unstable/dports/gnome/evolution-data-server/Portfile	2016-03-01 14:27:32 UTC (rev 146157)
@@ -5,7 +5,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                evolution-data-server
-version             3.19.90
+version             3.19.91
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Addressbook and calender libs for GNOME.
 long_description    Evolution Data Server provides a central location for \
@@ -19,8 +19,8 @@
 
 use_xz              yes
 
-checksums           rmd160  cdae49c4827e4017d831ede7933df1df9239c98e \
-                    sha256  02454b3e1d8e896b9670a42ff6effa1c2cfc552f2ad9d04cfba9fd0d59306f96
+checksums           rmd160  411bead49e9b9910ded0886740873cfd20e90260 \
+                    sha256  3851aa1857d1c834fb80953609c55963a987b4eccc5fd4511d662b37bf42ea33
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -44,7 +44,7 @@
                     port:gnome-online-accounts \
                     port:sqlite3 \
                     port:vala \
-                    port:db46 \
+                    port:db53 \
                     port:icu
 
 gobject_introspection yes
@@ -61,8 +61,8 @@
 configure.cmd       ./autogen.sh
 
 configure.env-append \
-                    DB_CFLAGS="-I${prefix}/include/db46" \
-                    DB_LIBS="-L${prefix}/lib/db46 -ldb"
+                    DB_CFLAGS="-I${prefix}/include/db53" \
+                    DB_LIBS="-L${prefix}/lib/db53 -ldb"
 
 configure.args      --enable-smime \
                     --enable-ipv6 \

Modified: users/devans/GNOME-3/unstable/dports/gnome/evolution-data-server/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/evolution-data-server/files/autogen.sh	2016-03-01 12:40:44 UTC (rev 146156)
+++ users/devans/GNOME-3/unstable/dports/gnome/evolution-data-server/files/autogen.sh	2016-03-01 14:27:32 UTC (rev 146157)
@@ -4,23 +4,40 @@
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
-PKG_NAME="evolution-data-server"
-REQUIRED_AUTOCONF_VERSION=2.58
-REQUIRED_AUTOMAKE_VERSION=1.10
-REQUIRED_LIBTOOL_VERSION=2.2
-REQUIRED_INTLTOOL_VERSION=0.35.5
-
 (test -f $srcdir/configure.ac \
   && test -f $srcdir/ChangeLog \
   && test -d $srcdir/calendar) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
-    echo " top-level $PKG_NAME directory"
+    echo " top-level evolution-data-server directory"
     exit 1
 }
 
-which gnome-autogen.sh || {
-    echo "You need to install gnome-common from the GNOME CVS"
-    exit 1
+olddir=`pwd`
+cd $srcdir
+
+check_exists() {
+	variable=`which $1`
+
+	if test -z $variable; then
+		echo "*** No $1 found, please intall it ***" >&2
+		exit 1
+	fi
 }
 
-USE_GNOME2_MACROS=1 . gnome-autogen.sh
+check_exists aclocal
+check_exists autoreconf
+check_exists gtkdocize
+check_exists intltoolize
+
+m4dir=`autoconf --trace 'AC_CONFIG_MACRO_DIR:$1'`
+if [ -n "$m4dir" ]; then
+	mkdir -p $m4dir
+fi
+
+aclocal -I m4 || exit $?
+gtkdocize --copy || exit $?
+intltoolize --force --copy --automake || exit $?
+autoreconf --verbose --force --install -Wno-portability || exit $?
+
+cd $olddir
+test -n "$NOCONFIGURE" || "$srcdir/configure" --disable-maintainer-mode "$@"

Modified: users/devans/GNOME-3/unstable/dports/gnome/evolution-data-server/files/patch-configure.ac.diff
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/evolution-data-server/files/patch-configure.ac.diff	2016-03-01 12:40:44 UTC (rev 146156)
+++ users/devans/GNOME-3/unstable/dports/gnome/evolution-data-server/files/patch-configure.ac.diff	2016-03-01 14:27:32 UTC (rev 146157)
@@ -1,5 +1,5 @@
---- configure.ac.orig	2015-03-16 02:33:45.000000000 -0700
-+++ configure.ac	2015-03-24 16:26:43.000000000 -0700
+--- configure.ac.orig	2016-02-15 02:19:30.000000000 -0800
++++ configure.ac	2016-03-01 06:19:32.000000000 -0800
 @@ -221,7 +221,7 @@
  	-Wnested-externs"
  
@@ -26,8 +26,8 @@
  	if test "x$with_libdb" != "xyes" ; then
 -		DB_CFLAGS="$CFLAGS -I$with_libdb/include"
 -		DB_LIBS="$LIBS -L$with_libdb/lib -ldb"
-+               DB_CFLAGS="-I$prefix/include/db46"
-+               DB_LIBS="-L$prefix/lib/db46 -ldb"
++               DB_CFLAGS="-I$prefix/include/db53"
++               DB_LIBS="-L$prefix/lib/db53 -ldb"
  	else
  		if test -z "$DB_CFLAGS" -a -z "$DB_LIBS"; then
  			DB_CFLAGS="$CFLAGS"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160301/ebde8258/attachment.html>


More information about the macports-changes mailing list