summaryrefslogtreecommitdiff
path: root/comms/efax-gtk/patches/patch-aa
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-06-10 06:44:00 +0000
committeradam <adam@pkgsrc.org>2010-06-10 06:44:00 +0000
commitfb7d01ce92ef88c282f73993264a7ba776602393 (patch)
tree9a80977bd68972cc4d8bc9982489232b87f1e910 /comms/efax-gtk/patches/patch-aa
parent074de86a92640d1cb3578975f9107c45955532f1 (diff)
downloadpkgsrc-fb7d01ce92ef88c282f73993264a7ba776602393.tar.gz
Changes 3.2.3:
* Provide compilation option for GTK+3 as well as GTK+2 * Make program configuration check for _POSIX_CLOCK_SELECTION as well as _POSIX_MONOTONIC_CLOCK when checking the availability of monotonic clocks for condition variables (corrects BSD builds) * Ensure PIPE_BUF is defined in mainwindow.cpp (corrects Hurd build). * Upgrade internal c++-gtk-utils version to 1.2.3. Changes 3.2.2: * Update internal copy of c++-gtk-utils to version 1.2.2 and fix compilation error with gcc-4.5.0. * Provide an automatic redial option where the modem is in use or the recipient of a fax is busy. * Get GUI to deal with a corner case where sending a fax from the socket server to an empty number (open connection) is cancelled. * Provide an error dialog if, on program start-up, a connection to the dbus session message bus cannot be established. * Use Cgu::start_timeout_seconds() instead of Cgu::start_timeout() where glib supports it, and so bump c++-gtk-utils requirement to version 1.2.1.
Diffstat (limited to 'comms/efax-gtk/patches/patch-aa')
-rw-r--r--comms/efax-gtk/patches/patch-aa23
1 files changed, 13 insertions, 10 deletions
diff --git a/comms/efax-gtk/patches/patch-aa b/comms/efax-gtk/patches/patch-aa
index 84c9025d32a..570cdd115cf 100644
--- a/comms/efax-gtk/patches/patch-aa
+++ b/comms/efax-gtk/patches/patch-aa
@@ -1,20 +1,23 @@
-$NetBSD: patch-aa,v 1.10 2009/08/21 11:25:27 adam Exp $
+$NetBSD: patch-aa,v 1.11 2010/06/10 06:44:00 adam Exp $
---- Makefile.in.orig 2009-08-20 17:45:42.000000000 +0200
+--- Makefile.in.orig 2010-06-04 08:50:10.000000000 +0000
+++ Makefile.in
-@@ -343,12 +343,12 @@ uninstall-desktopDATA:
- done
+@@ -392,15 +392,15 @@ uninstall-desktopDATA:
+ cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
install-sysconfDATA: $(sysconf_DATA)
@$(NORMAL_INSTALL)
- test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
+ test -z "$(datadir)" || $(MKDIR_P) "$(DESTDIR)$(datadir)/examples"
- @list='$(sysconf_DATA)'; for p in $$list; do \
+ @list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
-- echo " $(sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \
-- $(sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \
-+ echo " $(sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(datadir)/examples/$$f'"; \
-+ $(sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(datadir)/examples/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
+- $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
++ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(datadir)/examples'"; \
++ $(INSTALL_DATA) $$files "$(DESTDIR)$(datadir)/examples" || exit $$?; \
done
uninstall-sysconfDATA: