summaryrefslogtreecommitdiff
path: root/mail/evolution-data-server
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2008-01-14 12:50:16 +0000
committerdrochner <drochner@pkgsrc.org>2008-01-14 12:50:16 +0000
commit1ceb05dbe7858dbec9891222dd7854324284ba5f (patch)
treef051514cb3191b2ded9d8e595e1b765e224ab5c8 /mail/evolution-data-server
parenta1929dd2d8f38e8a1a272cd59c867f11cbe4c0ff (diff)
downloadpkgsrc-1ceb05dbe7858dbec9891222dd7854324284ba5f.tar.gz
add the same patch as in goffice0.6 to fix which(1) misuse by
a Makefile fragment provided by gtk-doc. Should fix build error reported by Thomas Klausner.
Diffstat (limited to 'mail/evolution-data-server')
-rw-r--r--mail/evolution-data-server/distinfo3
-rw-r--r--mail/evolution-data-server/patches/patch-au15
2 files changed, 17 insertions, 1 deletions
diff --git a/mail/evolution-data-server/distinfo b/mail/evolution-data-server/distinfo
index c9189dfeebc..88c27fb23e5 100644
--- a/mail/evolution-data-server/distinfo
+++ b/mail/evolution-data-server/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.42 2008/01/11 13:05:14 drochner Exp $
+$NetBSD: distinfo,v 1.43 2008/01/14 12:50:16 drochner Exp $
SHA1 (evolution-data-server-1.12.3.tar.bz2) = 12b8b23fb77ff6436def3cc5ea472886c8e0350e
RMD160 (evolution-data-server-1.12.3.tar.bz2) = c7102c38af4888f3f8933c9d28981d1809d504f8
@@ -11,3 +11,4 @@ SHA1 (patch-aq) = 375d592b72f59fa70160bf23aa260338d350c517
SHA1 (patch-ar) = b6b92b068f94954d435cff11543a4de7d07712ac
SHA1 (patch-as) = 6aca887951562eb26d2e3de0ef0f0d909c0ce886
SHA1 (patch-at) = 2b94015299ab7a97aca4c9edda8dd3794b07437b
+SHA1 (patch-au) = 6b6ad9dd3120924e932f893dbb396e05e4c44fb4
diff --git a/mail/evolution-data-server/patches/patch-au b/mail/evolution-data-server/patches/patch-au
new file mode 100644
index 00000000000..78d4390cdd9
--- /dev/null
+++ b/mail/evolution-data-server/patches/patch-au
@@ -0,0 +1,15 @@
+$NetBSD: patch-au,v 1.1 2008/01/14 12:50:17 drochner Exp $
+
+--- ./docs/reference/camel/Makefile.in.orig 2008-01-14 12:37:01.000000000 +0100
++++ ./docs/reference/camel/Makefile.in
+@@ -684,8 +684,9 @@ install-data-local:
+ done; \
+ echo '-- Installing $(srcdir)/html/index.sgml' ; \
+ $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
+- which gtkdoc-rebase >/dev/null && \
++ if test `which gtkdoc-rebase` != ""; then \
+ gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \
++ fi \
+ fi
+
+ uninstall-local: