pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms/efax-gtk Changes 3.0.5:
details: https://anonhg.NetBSD.org/pkgsrc/rev/8d30d2e81bd2
branches: trunk
changeset: 499813:8d30d2e81bd2
user: adam <adam%pkgsrc.org@localhost>
date: Tue Sep 27 15:13:03 2005 +0000
description:
Changes 3.0.5:
Provide a further explicit cast to void* in sentinel for elipsis
arguments, for 64-bit systems
Provide for the automatic updating of the fax lists when a fax is
received or sent
Provide for the received fax list to show the number of new faxes
received since the program was last started
Make minor changes to handling of colours of certain labels
Make the program close properly if the "Quit" item is chosen from
the system tray menu and a blocking modal dialog is showing
Remove unnecessary use of GtkAlignment objects to adjust labels
diffstat:
comms/efax-gtk/Makefile | 6 +++---
comms/efax-gtk/distinfo | 12 ++++++------
comms/efax-gtk/patches/patch-ab | 12 ++++++------
comms/efax-gtk/patches/patch-ac | 12 ++++++------
4 files changed, 21 insertions(+), 21 deletions(-)
diffs (117 lines):
diff -r 602e8191976d -r 8d30d2e81bd2 comms/efax-gtk/Makefile
--- a/comms/efax-gtk/Makefile Tue Sep 27 14:49:10 2005 +0000
+++ b/comms/efax-gtk/Makefile Tue Sep 27 15:13:03 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2005/08/16 12:56:57 adam Exp $
+# $NetBSD: Makefile,v 1.21 2005/09/27 15:13:03 adam Exp $
-DISTNAME= efax-gtk-3.0.4.src
-PKGNAME= efax-gtk-3.0.4
+DISTNAME= efax-gtk-3.0.5.src
+PKGNAME= efax-gtk-3.0.5
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=efax-gtk/}
EXTRACT_SUFX= .tgz
diff -r 602e8191976d -r 8d30d2e81bd2 comms/efax-gtk/distinfo
--- a/comms/efax-gtk/distinfo Tue Sep 27 14:49:10 2005 +0000
+++ b/comms/efax-gtk/distinfo Tue Sep 27 15:13:03 2005 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2005/08/16 12:56:57 adam Exp $
+$NetBSD: distinfo,v 1.9 2005/09/27 15:13:03 adam Exp $
-SHA1 (efax-gtk-3.0.4.src.tgz) = dae404300df30535b43a60d3d3c6890ff748ced5
-RMD160 (efax-gtk-3.0.4.src.tgz) = 7feaaa724e8c76b5b9b4ca0969532645cad10f2d
-Size (efax-gtk-3.0.4.src.tgz) = 803390 bytes
+SHA1 (efax-gtk-3.0.5.src.tgz) = 70448abde653d0be18c4a40c81aea950385cb991
+RMD160 (efax-gtk-3.0.5.src.tgz) = a47044c2520147edce4c32050295ef9ecdcab965
+Size (efax-gtk-3.0.5.src.tgz) = 805098 bytes
SHA1 (patch-aa) = 5a13ae318ebe3e75a3cad5098203ee7953c57d0a
-SHA1 (patch-ab) = 7cd852aeec04fc25f3b6b8d18248e404c33b40f7
-SHA1 (patch-ac) = c3aa9ed1251e8b71eb99b0f156ad514fea299c26
+SHA1 (patch-ab) = 815db7f142b69e08bdcffadd5147a49c4d0f6ae5
+SHA1 (patch-ac) = 41578729f6c59736fab8ef1550d9dd0fec6e254b
SHA1 (patch-ad) = ab85c62b42e19ddb7fcacc1dfebde04a115c7437
diff -r 602e8191976d -r 8d30d2e81bd2 comms/efax-gtk/patches/patch-ab
--- a/comms/efax-gtk/patches/patch-ab Tue Sep 27 14:49:10 2005 +0000
+++ b/comms/efax-gtk/patches/patch-ab Tue Sep 27 15:13:03 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.5 2005/08/16 12:56:57 adam Exp $
+$NetBSD: patch-ab,v 1.6 2005/09/27 15:13:03 adam Exp $
---- src/efax_controller.cpp.orig 2005-08-09 20:18:18.000000000 +0000
+--- src/efax_controller.cpp.orig 2005-08-28 22:41:09.000000000 +0000
+++ src/efax_controller.cpp
-@@ -227,8 +227,8 @@ std::pair<const char*, char* const*> Efa
+@@ -228,8 +228,8 @@ std::pair<const char*, char* const*> Efa
*temp_pp = 0;
@@ -13,7 +13,7 @@
return std::pair<const char*, char* const*>(prog_name, exec_parms);
}
-@@ -282,7 +282,7 @@ void EfaxController::sendfax_slot(void)
+@@ -283,7 +283,7 @@ void EfaxController::sendfax_slot(void)
// if we reached this point, then the execvp() call must have failed
// report error and exit - uses _exit() and not exit()
@@ -22,7 +22,7 @@
"and the PATH environmental variable\n");
_exit(EXEC_ERROR);
} // end of child process
-@@ -624,8 +624,8 @@ std::pair<const char*, char* const*> Efa
+@@ -625,8 +625,8 @@ std::pair<const char*, char* const*> Efa
*temp_pp = 0;
@@ -33,7 +33,7 @@
return std::pair<const char*, char* const*>(prog_name, exec_parms);
}
-@@ -695,7 +695,7 @@ void EfaxController::receive(State mode)
+@@ -696,7 +696,7 @@ void EfaxController::receive(State mode)
// if we reached this point, then the execvp() call must have failed
// report the error and end this process - use _exit() and not exit()
diff -r 602e8191976d -r 8d30d2e81bd2 comms/efax-gtk/patches/patch-ac
--- a/comms/efax-gtk/patches/patch-ac Tue Sep 27 14:49:10 2005 +0000
+++ b/comms/efax-gtk/patches/patch-ac Tue Sep 27 15:13:03 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.5 2005/08/16 12:56:57 adam Exp $
+$NetBSD: patch-ac,v 1.6 2005/09/27 15:13:03 adam Exp $
---- src/fax_list.cpp.orig 2005-08-10 22:16:28.000000000 +0000
+--- src/fax_list.cpp.orig 2005-09-11 12:23:37.000000000 +0000
+++ src/fax_list.cpp
-@@ -571,7 +571,7 @@ std::pair<const char*, char* const*> Fax
+@@ -597,7 +597,7 @@ std::pair<const char*, char* const*> Fax
std::vector<std::string> efix_parms;
std::string temp;
@@ -11,7 +11,7 @@
// 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");
-@@ -717,8 +717,8 @@ std::pair<const char*, char* const*> Fax
+@@ -743,8 +743,8 @@ std::pair<const char*, char* const*> Fax
*temp_pp = 0;
@@ -22,7 +22,7 @@
return std::pair<const char*, char* const*>(prog_name, exec_parms);
}
-@@ -924,7 +924,7 @@ void FaxListDialog::print_fax_thread(voi
+@@ -950,7 +950,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 @@
"and the PATH environmental variable\n");
_exit(0);
}
-@@ -1035,7 +1035,7 @@ void FaxListDialog::view_fax_thread(void
+@@ -1061,7 +1061,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()
Home |
Main Index |
Thread Index |
Old Index