summaryrefslogtreecommitdiff
path: root/comms/efax-gtk/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2009-08-21 11:25:27 +0000
committeradam <adam@pkgsrc.org>2009-08-21 11:25:27 +0000
commit5adb3c16f9236b63672f530245a9579ba9fd2145 (patch)
treef155b26f08c0c6a11548c23b6f055d70ffca9192 /comms/efax-gtk/Makefile
parent89b7cc5d031f057f62af629cd91b1fb6c2975e64 (diff)
downloadpkgsrc-5adb3c16f9236b63672f530245a9579ba9fd2145.tar.gz
Changes 3.0.20:
* Fix regression in 3.0.19 which causes incorrect fault handling if efax-gtk is given an invalid postscript file. * Provide new Emitter/EmitterArg and SafeEmitter/SafeEmitterArg classes for thread-safe signalling. * Provide a Callback::post() function which provides for thread-safe disconnection of a callback if the object whose method it encapsulates has been destroyed. Changes 3.0.19: * If the gtk+ version is >= 2.8.0 and X11 is the backend, use gdk X11 functions to move the program window to the current workspace if the user tries to start another instance. * Include gtk/gtk.h, gdk/gdk.h and glib.h instead of individual gtk+/glib header files. * Correct failure to print or view logfile if the logfile user setting does not have an absolute path name. * Allow choice of priorities in Callback::post() function. Provide Callback::Functor class wrapping Callback objects and further generalise Callback objects. * Improve iconified tracking. * Correct the order in which tests based on the definitions in config.h are carried out, when choosing header files to be included. * Include fsync() call after flushing fdoutbuf stream buffer. * Minor code layout improvements.
Diffstat (limited to 'comms/efax-gtk/Makefile')
-rw-r--r--comms/efax-gtk/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile
index 83a8409c64c..dd61bee4912 100644
--- a/comms/efax-gtk/Makefile
+++ b/comms/efax-gtk/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2008/12/19 12:28:38 adam Exp $
+# $NetBSD: Makefile,v 1.42 2009/08/21 11:25:27 adam Exp $
-DISTNAME= efax-gtk-3.0.18.src
-PKGNAME= efax-gtk-3.0.18
+DISTNAME= efax-gtk-3.0.20.src
+PKGNAME= efax-gtk-3.0.20
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=efax-gtk/}
EXTRACT_SUFX= .tgz
@@ -22,5 +22,6 @@ EGDIR= ${PREFIX}/share/examples
CONF_FILES= ${EGDIR}/efax-gtkrc ${PKG_SYSCONFDIR}/efax-gtkrc
.include "../../graphics/tiff/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtkmm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"