pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libfolks: add useless patch, still broken
Module Name: pkgsrc-wip
Committed By: coypu <coypu%sdf.org@localhost>
Pushed By: coypu
Date: Mon Feb 1 09:26:13 2016 +0200
Changeset: 8e05768c55276dd4e42233cabaf17fc475f48f3a
Modified Files:
libfolks/Makefile
libfolks/buildlink3.mk
libfolks/distinfo
Added Files:
libfolks/patches/patch-configure
libfolks/patches/patch-configure.ac
Log Message:
libfolks: add useless patch, still broken
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8e05768c55276dd4e42233cabaf17fc475f48f3a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libfolks/Makefile | 4 +++-
libfolks/buildlink3.mk | 2 +-
libfolks/distinfo | 2 ++
libfolks/patches/patch-configure | 24 ++++++++++++++++++++++++
libfolks/patches/patch-configure.ac | 24 ++++++++++++++++++++++++
5 files changed, 54 insertions(+), 2 deletions(-)
diffs:
diff --git a/libfolks/Makefile b/libfolks/Makefile
index eacf0dd..83bd5c8 100644
--- a/libfolks/Makefile
+++ b/libfolks/Makefile
@@ -25,9 +25,11 @@ TEST_TARGET= check
CPPFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600
.include "../../devel/glib2/buildlink3.mk"
-.include "../../mail/evolution-data-server/buildlink3.mk"
+.include "../../security/libsecret/buildlink3.mk"
+.include "../../wip/evolution-data-server/buildlink3.mk"
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
+.include "../../lang/vala/buildlink3.mk"
.include "../../devel/libgee/buildlink3.mk"
.include "../../chat/telepathy-glib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/libfolks/buildlink3.mk b/libfolks/buildlink3.mk
index 8e0d8c7..dd46c7e 100644
--- a/libfolks/buildlink3.mk
+++ b/libfolks/buildlink3.mk
@@ -12,7 +12,7 @@ BUILDLINK_PKGSRCDIR.libfolks?= ../../chat/libfolks
.include "../../devel/glib2/buildlink3.mk"
#.include "../../devel/gobject-introspection/buildlink3.mk"
#.include "../../sysutils/dbus-glib/buildlink3.mk"
-.include "../../devel/libgee0.6/buildlink3.mk"
+#.include "../../devel/libgee0.6/buildlink3.mk"
.include "../../chat/telepathy-glib/buildlink3.mk"
.endif # LIBFOLKS_BUILDLINK3_MK
diff --git a/libfolks/distinfo b/libfolks/distinfo
index e537538..9eca173 100644
--- a/libfolks/distinfo
+++ b/libfolks/distinfo
@@ -4,3 +4,5 @@ SHA1 (folks-0.10.1.tar.xz) = e576d2f65f059df7dfb79c5a21d2336ea4765435
RMD160 (folks-0.10.1.tar.xz) = 515423cea44d7f7f686ef4bc34c57b6c20df1c5b
SHA512 (folks-0.10.1.tar.xz) = 12ef1ea9220a3a0936c4846e5d7b756a0d6edc3c4ae66e419d8483df71eb83d639e4b9d8068c527546fdb3d9c2a51b300bb940acf35c1f123e9d7369a130109b
Size (folks-0.10.1.tar.xz) = 1879032 bytes
+SHA1 (patch-configure) = 1bee68893d8ac8cba072437af7234b69dd8b5450
+SHA1 (patch-configure.ac) = 8b9fc3e583849b37a621303bd25dd21a2ad0cc96
diff --git a/libfolks/patches/patch-configure b/libfolks/patches/patch-configure
new file mode 100644
index 0000000..a9a8fab
--- /dev/null
+++ b/libfolks/patches/patch-configure
@@ -0,0 +1,24 @@
+$NetBSD$
+
+https://bugzilla.gnome.org/show_bug.cgi?id=761192
+
+--- configure.orig 2015-01-19 17:42:40.000000000 +0000
++++ configure
+@@ -13409,7 +13409,7 @@ fi
+ as_fn_error $? "Unknown --enable-zeitgeist argument: $enable_zeitgeist" "$LINENO" 5
+ esac
+
+-if test "x$have_zeitgeist" == "xyes"; then :
++if test "x$have_zeitgeist" = "xyes"; then :
+
+ ZEITGEIST_VALAFLAGS="-D HAVE_ZEITGEIST"
+
+@@ -15127,7 +15127,7 @@ $as_echo "yes" >&6; }
+ fi
+
+
+- if test "x$have_zeitgeist" == "xyes"; then :
++ if test "x$have_zeitgeist" = "xyes"; then :
+
+
+ unset vala_pkgs
diff --git a/libfolks/patches/patch-configure.ac b/libfolks/patches/patch-configure.ac
new file mode 100644
index 0000000..b31e81e
--- /dev/null
+++ b/libfolks/patches/patch-configure.ac
@@ -0,0 +1,24 @@
+$NetBSD$
+
+https://bugzilla.gnome.org/show_bug.cgi?id=761192
+
+--- configure.ac.orig 2015-01-19 17:36:04.000000000 +0000
++++ configure.ac
+@@ -303,7 +303,7 @@ case "x$enable_zeitgeist" in
+ AC_MSG_ERROR([Unknown --enable-zeitgeist argument: $enable_zeitgeist])
+ esac
+
+-AS_IF([test "x$have_zeitgeist" == "xyes"], [
++AS_IF([test "x$have_zeitgeist" = "xyes"], [
+ ZEITGEIST_VALAFLAGS="-D HAVE_ZEITGEIST"
+ AC_SUBST([ZEITGEIST_VALAFLAGS])
+ ZEITGEIST_PKG="--pkg zeitgeist-2.0"
+@@ -451,7 +451,7 @@ AS_IF([test "x$enable_vala" = "xyes"], [
+
+ AS_IF([test x$enable_telepathy_backend = xyes], [
+ VALA_CHECK_PACKAGES([telepathy-glib])
+- AS_IF([test "x$have_zeitgeist" == "xyes"], [
++ AS_IF([test "x$have_zeitgeist" = "xyes"], [
+ VALA_CHECK_PACKAGES([zeitgeist-2.0])
+ ])
+ ])
Home |
Main Index |
Thread Index |
Old Index