summaryrefslogtreecommitdiff
path: root/comms/efax-gtk/patches/patch-ac
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-05-29 06:41:38 +0000
committeradam <adam@pkgsrc.org>2006-05-29 06:41:38 +0000
commit5e0cae8d154ae99e6d05a5381ccb640d2cf7773b (patch)
tree81ecf859fb26214c2b352be987360e7934d66ba6 /comms/efax-gtk/patches/patch-ac
parent72a71aef51b9bfa24179befdb8d4a06b3d88babb (diff)
downloadpkgsrc-5e0cae8d154ae99e6d05a5381ccb640d2cf7773b.tar.gz
Changes 3.0.9:
Swedish translation added (Daniel Nylander). Catalan translation added (Jordi Sayol Salomo). Use gtk_widget_queue_draw() to update the drawing area which indicates whether a fax is in the "faxes to send" queue via an expose event rather than doing it directly. Cater for serial port devices in sub-directories of /dev. Have Notifier objects detect whether the signalling thread is the same one as the thread in which the slot will execute and if so by-pass the Notifier pipe, and implement Notifier objects without using a map and object IDs. Correctly handle case of constructor of SharedPtr and SharedHandle objects throwing. Allow the program to compile without X. Document the use of G_IO_HUP with iowatches. Correct comments about the use of PipeFifo::connect_to_stdout() and PipeFifo::connect_to_stderr(). Improve text for translation about modem classes. Include <ostream> and <istream> headers file where relevant.
Diffstat (limited to 'comms/efax-gtk/patches/patch-ac')
-rw-r--r--comms/efax-gtk/patches/patch-ac28
1 files changed, 14 insertions, 14 deletions
diff --git a/comms/efax-gtk/patches/patch-ac b/comms/efax-gtk/patches/patch-ac
index bbf9f25b158..b2606236aad 100644
--- a/comms/efax-gtk/patches/patch-ac
+++ b/comms/efax-gtk/patches/patch-ac
@@ -1,17 +1,17 @@
-$NetBSD: patch-ac,v 1.6 2005/09/27 15:13:03 adam Exp $
+$NetBSD: patch-ac,v 1.7 2006/05/29 06:41:38 adam Exp $
---- src/fax_list.cpp.orig 2005-09-11 12:23:37.000000000 +0000
+--- src/fax_list.cpp.orig 2006-03-06 23:33:40.000000000 +0100
+++ src/fax_list.cpp
-@@ -597,7 +597,7 @@ std::pair<const char*, char* const*> Fax
- std::vector<std::string> efix_parms;
- std::string temp;
-
-- efix_parms.push_back("efix-0.9a");
-+ efix_parms.push_back("efix");
- // shut up efix (comment out next line and uncomment following one if errors to be reported)
- efix_parms.push_back("-v");
- //efix_parms.push_back("-ve");
-@@ -743,8 +743,8 @@ std::pair<const char*, char* const*> Fax
+@@ -607,7 +607,7 @@ std::pair<const char*, char* const*> Fax
+ // thread while we are accessing it here
+ Thread::Mutex::Lock lock(*prog_config.mutex_p);
+
+- efix_parms.push_back("efix-0.9a");
++ efix_parms.push_back("efix");
+ // shut up efix (comment out next line and uncomment following one if errors to be reported)
+ efix_parms.push_back("-v");
+ //efix_parms.push_back("-ve");
+@@ -754,8 +754,8 @@ std::pair<const char*, char* const*> Fax
*temp_pp = 0;
@@ -22,7 +22,7 @@ $NetBSD: patch-ac,v 1.6 2005/09/27 15:13:03 adam Exp $
return std::pair<const char*, char* const*>(prog_name, exec_parms);
}
-@@ -950,7 +950,7 @@ void FaxListDialog::print_fax_thread(voi
+@@ -964,7 +964,7 @@ void FaxListDialog::print_fax_thread(voi
// if we reached this point, then the execvp() call must have failed
// report error and then end process - use _exit(), not exit()
@@ -31,7 +31,7 @@ $NetBSD: patch-ac,v 1.6 2005/09/27 15:13:03 adam Exp $
"and the PATH environmental variable\n");
_exit(0);
}
-@@ -1061,7 +1061,7 @@ void FaxListDialog::view_fax_thread(void
+@@ -1075,7 +1075,7 @@ void FaxListDialog::view_fax_thread(void
// if we reached this point, then the execvp() call must have failed
// report error and then end process - use _exit(), not exit()