Small update to meta-tracker-0.8.18.

This commit is contained in:
ajacoutot 2011-04-27 11:09:50 +00:00
parent bd52a21fc4
commit 4a31fd6947
4 changed files with 41 additions and 42 deletions

View File

@ -1,14 +1,13 @@
# $OpenBSD: Makefile,v 1.57 2011/01/15 21:01:57 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.58 2011/04/27 11:09:50 ajacoutot Exp $
COMMENT= powerful desktop search tool and indexer
GNOME_PROJECT= tracker
GNOME_VERSION= 0.8.17
GNOME_VERSION= 0.8.18
# there is already audio/tracker, so this port has to live
# as meta-tracker.
PKGNAME= meta-tracker-${VERSION}
REVISION= 7
EVO_VERSION= 2.32
SUBST_VARS= EVO_VERSION
@ -29,14 +28,14 @@ WANTLIB += enchant execinfo exif expat fontconfig freetype
WANTLIB += gailutil gconf-2 gcrypt gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmime-2.4 gmodule-2.0 gnome-2
WANTLIB += gnome-desktop-2 gnome-keyring gnomecanvas-2 gnomevfs-2
WANTLIB += gnutls gobject-2.0 gpg-error gsf-1 gssapi gstbase-0.10
WANTLIB += gobject-2.0 gpg-error gsf-1 gssapi gstbase-0.10
WANTLIB += gstreamer-0.10 gthread-2.0 gtk-x11-2.0 gtkhtml-3.14
WANTLIB += jpeg krb5 lcms m nspr4 nss3 ogg pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 plc4 plds4
WANTLIB += png popt pthread pthread-stubs smime3 soup-2.4 sqlite3
WANTLIB += ssl ssl3 startup-notification-1 stdc++ tasn1 tiff unique-1.0
WANTLIB += ssl ssl3 startup-notification-1 stdc++ tiff unique-1.0
WANTLIB += util xcb xcb-atom xcb-aux xcb-event xcb-render
WANTLIB += xml2 z openjpeg proxy soup-gnome-2.4 kvm
WANTLIB += xml2 z openjpeg soup-gnome-2.4 kvm
WANTLIB += vorbis vorbisfile lib/evolution/${EVO_VERSION}/eutil exempi
WANTLIB += gsttag-0.10 poppler-glib poppler panel-applet-2
WANTLIB += nautilus-extension totem-plparser e2fs-uuid gee

View File

@ -1,5 +1,5 @@
MD5 (gnome/tracker-0.8.17.tar.bz2) = UDEXN3sijkV1EFxrTONOqg==
RMD160 (gnome/tracker-0.8.17.tar.bz2) = szq+mrlV5eOSJYZXrTpmT/XLTMY=
SHA1 (gnome/tracker-0.8.17.tar.bz2) = Rg89Vr0O0kxdBko5iCn0KJprCB8=
SHA256 (gnome/tracker-0.8.17.tar.bz2) = Vs8J9B/sGvr3GZ4HKPQzm1Z6eJOlH8Kv/FBp+ibi6dg=
SIZE (gnome/tracker-0.8.17.tar.bz2) = 4959334
MD5 (gnome/tracker-0.8.18.tar.bz2) = CwEgHHpN4V5tjvgTfefkGw==
RMD160 (gnome/tracker-0.8.18.tar.bz2) = /CCI/JHKkhx31ng11S5XwPQHoGU=
SHA1 (gnome/tracker-0.8.18.tar.bz2) = gnECyAiQwB7TRo6QFfKajJ/bYVs=
SHA256 (gnome/tracker-0.8.18.tar.bz2) = yJ2ZWzt/PdCCfEkRD2rx6BBonvjjg49Iq5T58xeFY1I=
SIZE (gnome/tracker-0.8.18.tar.bz2) = 4707060

View File

@ -1,14 +1,14 @@
$OpenBSD: patch-configure,v 1.7 2010/06/18 06:23:45 ajacoutot Exp $
$OpenBSD: patch-configure,v 1.8 2011/04/27 11:09:50 ajacoutot Exp $
uuid_generate(3):
needs e2fs-uuid from sysutils/e2fsprogs over libuuid (devel/uuid).
--- configure.orig Thu Jun 17 17:29:33 2010
+++ configure Fri Jun 18 07:29:38 2010
@@ -17063,12 +17063,12 @@ if test -n "$PKG_CONFIG"; then
pkg_cv_UUID_CFLAGS="$UUID_CFLAGS"
else
if test -n "$PKG_CONFIG" && \
--- configure.orig Wed Apr 27 12:05:07 2011
+++ configure Wed Apr 27 12:39:53 2011
@@ -17075,12 +17075,12 @@ if test -n "$UUID_CFLAGS"; then
pkg_cv_UUID_CFLAGS="$UUID_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid\""; } >&5
- ($PKG_CONFIG --exists --print-errors "uuid") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"e2fs-uuid\""; } >&5
@ -21,10 +21,10 @@ uuid_generate(3):
else
pkg_failed=yes
fi
@@ -17081,12 +17081,12 @@ if test -n "$PKG_CONFIG"; then
pkg_cv_UUID_LIBS="$UUID_LIBS"
else
if test -n "$PKG_CONFIG" && \
@@ -17091,12 +17091,12 @@ if test -n "$UUID_LIBS"; then
pkg_cv_UUID_LIBS="$UUID_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid\""; } >&5
- ($PKG_CONFIG --exists --print-errors "uuid") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"e2fs-uuid\""; } >&5
@ -37,25 +37,25 @@ uuid_generate(3):
else
pkg_failed=yes
fi
@@ -17105,14 +17105,14 @@ else
@@ -17116,14 +17116,14 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- UUID_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "uuid"`
+ UUID_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "e2fs-uuid"`
- UUID_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "uuid" 2>&1`
+ UUID_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "e2fs-uuid" 2>&1`
else
- UUID_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "uuid"`
+ UUID_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "e2fs-uuid"`
- UUID_PKG_ERRORS=`$PKG_CONFIG --print-errors "uuid" 2>&1`
+ UUID_PKG_ERRORS=`$PKG_CONFIG --print-errors "e2fs-uuid" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$UUID_PKG_ERRORS" >&5
- as_fn_error "Package requirements (uuid) were not met:
+ as_fn_error "Package requirements (e2fs-uuid) were not met:
- as_fn_error $? "Package requirements (uuid) were not met:
+ as_fn_error $? "Package requirements (e2fs-uuid) were not met:
$UUID_PKG_ERRORS
@@ -17370,7 +17370,7 @@ if test "${ac_cv_lib_id3_ID3Tag_New+set}" = set; then
@@ -17380,7 +17380,7 @@ if test "${ac_cv_lib_id3_ID3Tag_New+set}" = set; then
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
@ -64,7 +64,7 @@ uuid_generate(3):
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -17405,7 +17405,7 @@ if test "x$ac_cv_lib_id3_ID3Tag_New" = x""yes; then :
@@ -17415,7 +17415,7 @@ if test "x$ac_cv_lib_id3_ID3Tag_New" = x""yes; then :
#define HAVE_LIBID3 1
_ACEOF
@ -73,3 +73,14 @@ uuid_generate(3):
fi
@@ -21172,8 +21172,8 @@ fi
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"poppler-glib <= 0.14\""; } >&5
- ($PKG_CONFIG --exists --print-errors "poppler-glib <= 0.14") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"poppler-glib <= 0.15\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "poppler-glib <= 0.15") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_plugins_evolution_tracker-evolution-plugin_c,v 1.2 2010/09/30 08:39:50 ajacoutot Exp $
--- src/plugins/evolution/tracker-evolution-plugin.c.orig Thu Sep 2 14:51:00 2010
+++ src/plugins/evolution/tracker-evolution-plugin.c Thu Sep 30 10:39:00 2010
@@ -41,7 +41,6 @@
#include <sqlite3.h>
#include <camel/camel.h>
-#include <camel/camel-db.h>
#include <mail/mail-config.h>
#include <mail/mail-session.h>