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.11:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b24a5f7fae9
branches:  trunk
changeset: 518971:8b24a5f7fae9
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Sep 24 16:56:16 2006 +0000

description:
Changes 3.0.11:
* Correct file descriptor leak when viewing a fax.
* Implement printing of faxes in fax lists via the GTK+ print system
  where compiled against GTK+2.10 or higher.
* Improve handling of user locales with streams.
* Use AC_COMPILE_IFELSE/AC_LANG_PROGRAM autoconf macros instead of
  the AC_TRY_COMPILE macro when configuring the program.
* Correct derivation of fdistream class for wide characters (not
  relevant to efax-gtk).
* Mention the need to call g_thread_init() before Notifier::init()
  in the Notifier documentation.
* Correct help information concerning sending faxes via socket and
  pop-up dialog.
* Explicitly include <ios> header where relevant.

diffstat:

 comms/efax-gtk/Makefile         |   6 +++---
 comms/efax-gtk/distinfo         |  18 ++++++++++--------
 comms/efax-gtk/patches/patch-aa |   8 ++++----
 comms/efax-gtk/patches/patch-ab |  12 ++++++------
 comms/efax-gtk/patches/patch-ac |  12 ++++++------
 comms/efax-gtk/patches/patch-ad |   6 +++---
 comms/efax-gtk/patches/patch-af |  13 +++++++++++++
 comms/efax-gtk/patches/patch-ag |  13 +++++++++++++
 8 files changed, 58 insertions(+), 30 deletions(-)

diffs (194 lines):

diff -r 5748de938a5d -r 8b24a5f7fae9 comms/efax-gtk/Makefile
--- a/comms/efax-gtk/Makefile   Sun Sep 24 16:54:49 2006 +0000
+++ b/comms/efax-gtk/Makefile   Sun Sep 24 16:56:16 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2006/06/12 09:12:33 adam Exp $
+# $NetBSD: Makefile,v 1.34 2006/09/24 16:56:16 adam Exp $
 
-DISTNAME=      efax-gtk-3.0.10.src
-PKGNAME=       efax-gtk-3.0.10
+DISTNAME=      efax-gtk-3.0.11.src
+PKGNAME=       efax-gtk-3.0.11
 CATEGORIES=    comms
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=efax-gtk/}
 EXTRACT_SUFX=  .tgz
diff -r 5748de938a5d -r 8b24a5f7fae9 comms/efax-gtk/distinfo
--- a/comms/efax-gtk/distinfo   Sun Sep 24 16:54:49 2006 +0000
+++ b/comms/efax-gtk/distinfo   Sun Sep 24 16:56:16 2006 +0000
@@ -1,9 +1,11 @@
-$NetBSD: distinfo,v 1.13 2006/06/12 09:12:33 adam Exp $
+$NetBSD: distinfo,v 1.14 2006/09/24 16:56:16 adam Exp $
 
-SHA1 (efax-gtk-3.0.10.src.tgz) = f450e0f009c2b9a2c45e2533e881fed5f24dca74
-RMD160 (efax-gtk-3.0.10.src.tgz) = eb2beba6a332060bb02c38b1b035fa4a980f28c7
-Size (efax-gtk-3.0.10.src.tgz) = 1069508 bytes
-SHA1 (patch-aa) = 31791c664d6672c9c0e9b3891e3de855e9d6f0a2
-SHA1 (patch-ab) = ec67e410d9c6d3230c9814f079025a4ee9900d72
-SHA1 (patch-ac) = c9559ab67260fbb326acc1406e89cdf558f71d4f
-SHA1 (patch-ad) = bd027f6e89cddceb646445c9dc061b0afad8b2ef
+SHA1 (efax-gtk-3.0.11.src.tgz) = 889bf4b5472f4793f436536c4770252debe75921
+RMD160 (efax-gtk-3.0.11.src.tgz) = 3ea44b04a6c7145a303d0f854802776a3f79db5b
+Size (efax-gtk-3.0.11.src.tgz) = 1076781 bytes
+SHA1 (patch-aa) = 0650232e162cac968c8a3920829fe17be38085aa
+SHA1 (patch-ab) = d71cce206417ca9aa12abf687ce8ca2c1bcdc24f
+SHA1 (patch-ac) = af6cfa319391caa6230ca69a776bdce8e7305710
+SHA1 (patch-ad) = d9212f4ded662871e3e0156dcd157a9e27dbf6f0
+SHA1 (patch-af) = 7965dfa6d497ee5886775a8bea6ceec5a4ddabe6
+SHA1 (patch-ag) = f5dbd0531e0f1e3a9f9b07603c1cde5bbf5fac33
diff -r 5748de938a5d -r 8b24a5f7fae9 comms/efax-gtk/patches/patch-aa
--- a/comms/efax-gtk/patches/patch-aa   Sun Sep 24 16:54:49 2006 +0000
+++ b/comms/efax-gtk/patches/patch-aa   Sun Sep 24 16:56:16 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.7 2005/10/17 09:25:42 adam Exp $
+$NetBSD: patch-aa,v 1.8 2006/09/24 16:56:16 adam Exp $
 
---- Makefile.in.orig   2005-09-18 22:09:47.000000000 +0000
+--- Makefile.in.orig   2006-08-13 15:21:58.000000000 +0200
 +++ Makefile.in
-@@ -146,7 +146,7 @@ sharedstatedir = @sharedstatedir@
+@@ -148,7 +148,7 @@ sharedstatedir = @sharedstatedir@
  sysconfdir = @sysconfdir@
  target_alias = @target_alias@
  
@@ -11,7 +11,7 @@
  
  desktopdir = $(datadir)/applications
  
-@@ -288,12 +288,12 @@ uninstall-desktopDATA:
+@@ -290,12 +290,12 @@ uninstall-desktopDATA:
  sysconfDATA_INSTALL = $(INSTALL_DATA)
  install-sysconfDATA: $(sysconf_DATA)
        @$(NORMAL_INSTALL)
diff -r 5748de938a5d -r 8b24a5f7fae9 comms/efax-gtk/patches/patch-ab
--- a/comms/efax-gtk/patches/patch-ab   Sun Sep 24 16:54:49 2006 +0000
+++ b/comms/efax-gtk/patches/patch-ab   Sun Sep 24 16:56:16 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.8 2006/05/29 06:41:38 adam Exp $
+$NetBSD: patch-ab,v 1.9 2006/09/24 16:56:16 adam Exp $
 
---- src/efax_controller.cpp.orig       2006-02-16 23:00:41.000000000 +0100
+--- src/efax_controller.cpp.orig       2006-08-13 15:29:16.000000000 +0200
 +++ src/efax_controller.cpp
-@@ -224,8 +224,8 @@ std::pair<const char*, char* const*> Efa
+@@ -229,8 +229,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);
  }
-@@ -279,7 +279,7 @@ void EfaxController::sendfax_slot(void) 
+@@ -284,7 +284,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
-@@ -604,8 +604,8 @@ std::pair<const char*, char* const*> Efa
+@@ -624,8 +624,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);
  }
-@@ -675,7 +675,7 @@ void EfaxController::receive(State mode)
+@@ -695,7 +695,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 5748de938a5d -r 8b24a5f7fae9 comms/efax-gtk/patches/patch-ac
--- a/comms/efax-gtk/patches/patch-ac   Sun Sep 24 16:54:49 2006 +0000
+++ b/comms/efax-gtk/patches/patch-ac   Sun Sep 24 16:56:16 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.7 2006/05/29 06:41:38 adam Exp $
+$NetBSD: patch-ac,v 1.8 2006/09/24 16:56:16 adam Exp $
 
---- src/fax_list.cpp.orig      2006-03-06 23:33:40.000000000 +0100
+--- src/fax_list.cpp.orig      2006-08-13 16:18:08.000000000 +0200
 +++ src/fax_list.cpp
-@@ -607,7 +607,7 @@ std::pair<const char*, char* const*> Fax
+@@ -633,7 +633,7 @@ std::pair<const char*, char* const*> Fax
      // thread while we are accessing it here
      Thread::Mutex::Lock lock(*prog_config.mutex_p);
  
@@ -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");
-@@ -754,8 +754,8 @@ std::pair<const char*, char* const*> Fax
+@@ -805,8 +805,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);
  }
-@@ -964,7 +964,7 @@ void FaxListDialog::print_fax_thread(voi
+@@ -1010,7 +1010,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);
      }
-@@ -1075,7 +1075,7 @@ void FaxListDialog::view_fax_thread(void
+@@ -1212,7 +1212,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()
diff -r 5748de938a5d -r 8b24a5f7fae9 comms/efax-gtk/patches/patch-ad
--- a/comms/efax-gtk/patches/patch-ad   Sun Sep 24 16:54:49 2006 +0000
+++ b/comms/efax-gtk/patches/patch-ad   Sun Sep 24 16:56:16 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.6 2006/05/29 06:41:38 adam Exp $
+$NetBSD: patch-ad,v 1.7 2006/09/24 16:56:16 adam Exp $
 
---- src/main.cpp.orig  2006-03-10 23:20:31.000000000 +0100
+--- src/main.cpp.orig  2006-08-13 15:31:06.000000000 +0200
 +++ src/main.cpp
-@@ -507,7 +507,7 @@ std::string configure_prog(bool reread) 
+@@ -522,7 +522,7 @@ std::string configure_prog(bool reread) 
  
      // we have finished reading the configuration file    
      // now enter parameters common to send and receive of faxes       
diff -r 5748de938a5d -r 8b24a5f7fae9 comms/efax-gtk/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/efax-gtk/patches/patch-af   Sun Sep 24 16:56:16 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2006/09/24 16:56:17 adam Exp $
+
+--- src/Makefile.in.orig       2006-09-24 11:20:56.000000000 +0200
++++ src/Makefile.in
+@@ -174,7 +174,7 @@ noinst_HEADERS = mainwindow.h dialogs.h 
+ 
+ INCLUDES = -DDATADIR=\"$(datadir)\" -DRC_DIR=\"$(sysconfdir)\" -DSIGC_VERSION=@SIGC_VER@
+ 
+-AM_CXXFLAGS = -D_XOPEN_SOURCE=600 @SIGC_CFLAGS@ @GTK_CFLAGS@ @GTHREAD_CFLAGS@ @GTK_UNIX_PRINT_CFLAGS@ -I./utils
++AM_CXXFLAGS = @SIGC_CFLAGS@ @GTK_CFLAGS@ @GTHREAD_CFLAGS@ @GTK_UNIX_PRINT_CFLAGS@ -I./utils
+ 
+ AM_CFLAGS = @GTK_CFLAGS@ -I./libegg
+ 
diff -r 5748de938a5d -r 8b24a5f7fae9 comms/efax-gtk/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/efax-gtk/patches/patch-ag   Sun Sep 24 16:56:16 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2006/09/24 16:56:17 adam Exp $
+
+--- src/utils/Makefile.in.orig 2006-09-24 11:21:21.000000000 +0200
++++ src/utils/Makefile.in
+@@ -169,7 +169,7 @@ noinst_HEADERS = fdstream.h fdstream.tcc
+ 
+ INCLUDES = -DDATADIR=\"$(datadir)\" -DRC_DIR=\"$(sysconfdir)\" -DSIGC_VERSION=@SIGC_VER@
+ 
+-AM_CXXFLAGS = -D_XOPEN_SOURCE=600 @SIGC_CFLAGS@ @GTK_CFLAGS@ @GTHREAD_CFLAGS@ -I..
++AM_CXXFLAGS = @SIGC_CFLAGS@ @GTK_CFLAGS@ @GTHREAD_CFLAGS@ -I..
+ 
+ EXTRA_DIST = LGPL.TXT
+ subdir = src/utils



Home | Main Index | Thread Index | Old Index