diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-08-05 19:13:24 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-08-05 19:13:24 +0000 |
commit | d129587b5d568b0ff5300386f1e1b706c349f38e (patch) | |
tree | e398c7b6ea5203fd3953999e6dd9d6c83c9ec931 /sysutils/tracker/files/patch-configure | |
parent | Bugfix upgrade to new upstream release 2.3.8. (diff) |
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/
Upgrade instructions for port users:
Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 201980
Notes
Notes:
svn path=/head/; revision=393607
Diffstat (limited to 'sysutils/tracker/files/patch-configure')
-rw-r--r-- | sysutils/tracker/files/patch-configure | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/sysutils/tracker/files/patch-configure b/sysutils/tracker/files/patch-configure index c10f3193af0e..6c7ff680fefa 100644 --- a/sysutils/tracker/files/patch-configure +++ b/sysutils/tracker/files/patch-configure @@ -1,14 +1,15 @@ ---- configure.orig 2014-07-10 16:14:37.471040624 +0000 -+++ configure 2014-07-10 16:20:50.072015231 +0000 -@@ -19531,7 +19531,6 @@ +--- configure.orig 2015-03-16 09:35:17.635124000 +0100 ++++ configure 2015-03-16 09:36:55.795920000 +0100 +@@ -21333,8 +21333,6 @@ # First test for 3_3_5 TRACKER_MINER_EVOLUTION_3_3_5_REQUIRED="glib-2.0 >= $GLIB_REQUIRED evolution-shell-3.0 >= 3.1 - evolution-plugin-3.0 - libemail-utils +- libemail-utils libemail-engine evolution-data-server-1.2 >= $EDS_REQUIRED -@@ -19626,7 +19625,6 @@ + camel-1.2 >= $CAMEL_REQUIRED" +@@ -21428,7 +21426,6 @@ # Second test for 3_2 TRACKER_MINER_EVOLUTION_3_2_REQUIRED="glib-2.0 >= $GLIB_REQUIRED evolution-shell-3.0 >= 3.1 @@ -16,7 +17,7 @@ evolution-data-server-1.2 >= $EDS_REQUIRED camel-1.2 >= $CAMEL_REQUIRED" -@@ -19716,7 +19714,6 @@ +@@ -21518,7 +21515,6 @@ # Third test for 2_91 TRACKER_MINER_EVOLUTION_2_91_REQUIRED="glib-2.0 >= $GLIB_REQUIRED evolution-shell-3.0 @@ -24,7 +25,7 @@ evolution-data-server-1.2 >= $EDS_REQUIRED camel-1.2 >= $CAMEL_REQUIRED" -@@ -19802,7 +19799,6 @@ +@@ -21604,7 +21600,6 @@ # Fourth test others (do we really want support for anything < 3.2)? TRACKER_MINER_EVOLUTION_LAST_REQUIRED="glib-2.0 >= $GLIB_REQUIRED evolution-shell >= $EVO_SHELL_REQUIRED @@ -32,7 +33,7 @@ evolution-data-server-1.2 >= $EDS_REQUIRED camel-1.2 >= $CAMEL_REQUIRED" -@@ -24340,14 +24336,14 @@ +@@ -24317,14 +24312,14 @@ elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"dbus-1 >= \$DBUS_REQUIRED @@ -50,7 +51,7 @@ test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes -@@ -24360,14 +24356,16 @@ +@@ -24337,14 +24332,16 @@ elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"dbus-1 >= \$DBUS_REQUIRED @@ -70,7 +71,7 @@ test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes -@@ -24389,10 +24387,12 @@ +@@ -24366,10 +24363,12 @@ fi if test $_pkg_short_errors_supported = yes; then HAL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "dbus-1 >= $DBUS_REQUIRED @@ -85,3 +86,11 @@ fi # Put the nasty error message in config.log where it belongs echo "$HAL_PKG_ERRORS" >&5 +@@ -25567,7 +25566,6 @@ + if test "${with_evolution_plugin_dir+set}" = set; then : + withval=$with_evolution_plugin_dir; + fi +-, + tracker_miner_evolution_install_dir=$withval, + tracker_miner_evolution_install_dir=`$PKG_CONFIG $evolution_plugin_name --variable=plugindir`, + |