summaryrefslogtreecommitdiff
path: root/comms/efax-gtk
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2007-03-21 22:15:11 +0000
committeradam <adam@pkgsrc.org>2007-03-21 22:15:11 +0000
commit6a962ed5e2ab7b644b3b065ad46925299f51be9b (patch)
treec58475be3d41568e2aa5e4bb1acc924b648e8701 /comms/efax-gtk
parent9b1793663521ce53e8c48098317937ade76f5ea6 (diff)
downloadpkgsrc-6a962ed5e2ab7b644b3b065ad46925299f51be9b.tar.gz
Changes 3.0.14:
Cater for postscript viewers such as evince which, if an instance of the program is already running, will return before the file to be viewed is displayed. Changes 3.0.13: Use GtkToolItem interface where compiled against GTK+ >= 2.4 Use Glib atomic functions for locked reference counting where compiled against glib >= 2.4 Improve robustness of referencing of PrintManager class Don't allow GtkEntry objects to select contents automatically when acquiring focus and update copyright notice Take some miscellaneous thread functions/objects out of global namespace Refer to evince rather than ggv as the Gnome ps file viewer Modify interface of AsyncQueue class In the README file, refer to using rpmbuild and not rpm to build rpm packages.
Diffstat (limited to 'comms/efax-gtk')
-rw-r--r--comms/efax-gtk/Makefile6
-rw-r--r--comms/efax-gtk/distinfo10
-rw-r--r--comms/efax-gtk/patches/patch-ag8
3 files changed, 12 insertions, 12 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile
index 694992e06eb..112d742caff 100644
--- a/comms/efax-gtk/Makefile
+++ b/comms/efax-gtk/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2007/01/07 13:46:18 adam Exp $
+# $NetBSD: Makefile,v 1.36 2007/03/21 22:15:11 adam Exp $
-DISTNAME= efax-gtk-3.0.12.src
-PKGNAME= efax-gtk-3.0.12
+DISTNAME= efax-gtk-3.0.14.src
+PKGNAME= efax-gtk-3.0.14
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=efax-gtk/}
EXTRACT_SUFX= .tgz
diff --git a/comms/efax-gtk/distinfo b/comms/efax-gtk/distinfo
index 96a8f0ff64a..3922761eab4 100644
--- a/comms/efax-gtk/distinfo
+++ b/comms/efax-gtk/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.15 2007/01/07 13:46:18 adam Exp $
+$NetBSD: distinfo,v 1.16 2007/03/21 22:15:12 adam Exp $
-SHA1 (efax-gtk-3.0.12.src.tgz) = 1c235dee0da885eec22e519e522ed91c29b3ba30
-RMD160 (efax-gtk-3.0.12.src.tgz) = e44351d2f7a3cb4f9fb95d4d75bcd5c6af9e6952
-Size (efax-gtk-3.0.12.src.tgz) = 1102352 bytes
+SHA1 (efax-gtk-3.0.14.src.tgz) = 14ed24db08b5486afe57e4e9d16a467b6e832908
+RMD160 (efax-gtk-3.0.14.src.tgz) = dbe03247cf6a3a2dde15866ab17ba109841233e3
+Size (efax-gtk-3.0.14.src.tgz) = 1105717 bytes
SHA1 (patch-aa) = 94cd524ea47542e69d4a13704c204522f7324cd8
SHA1 (patch-ab) = cbada5659b3a9af6862a8941c2c85ab9dccdc475
SHA1 (patch-ac) = 5d223f5a9cacf3b60e8e5affaf9e5be8511db9be
SHA1 (patch-af) = 2a9fd2b559e878252ba4f61a404910f0de24be25
-SHA1 (patch-ag) = 3554a457ec4e1839a442199133286a452f073d04
+SHA1 (patch-ag) = a162399a42779e79bcebcd87c803d1abefcf7682
diff --git a/comms/efax-gtk/patches/patch-ag b/comms/efax-gtk/patches/patch-ag
index 194b969fa46..17ec752d4b8 100644
--- a/comms/efax-gtk/patches/patch-ag
+++ b/comms/efax-gtk/patches/patch-ag
@@ -1,9 +1,9 @@
-$NetBSD: patch-ag,v 1.2 2007/01/07 13:46:19 adam Exp $
+$NetBSD: patch-ag,v 1.3 2007/03/21 22:15:12 adam Exp $
---- src/utils/Makefile.in.orig 2006-11-04 18:51:26.000000000 +0100
+--- src/utils/Makefile.in.orig 2007-03-15 23:47:05.000000000 +0100
+++ src/utils/Makefile.in
-@@ -211,7 +211,7 @@ noinst_HEADERS = fdstream.h fdstream.tcc
- window.h async_queue.h
+@@ -213,7 +213,7 @@ noinst_HEADERS = fdstream.h fdstream.tcc
+ async_queue.h
INCLUDES = -DDATADIR=\"$(datadir)\" -DRC_DIR=\"$(sysconfdir)\" -DSIGC_VERSION=@SIGC_VER@
-AM_CXXFLAGS = -D_XOPEN_SOURCE=600 @SIGC_CFLAGS@ @GTK_CFLAGS@ @GTHREAD_CFLAGS@ -I..