diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-05 08:38:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-05 08:38:29 +0000 |
commit | b5cd746aff07b0cb2ba6efe6801db0833146d963 (patch) | |
tree | b4fc9242fe3f4ed27a85be14ee4e32c2349198d9 /comms/efax-gtk | |
parent | 511f9b60996a8cb9f9da0b3974b5b44d872181cc (diff) | |
download | ports-b5cd746aff07b0cb2ba6efe6801db0833146d963.tar.gz ports-b5cd746aff07b0cb2ba6efe6801db0833146d963.zip |
Notes
Diffstat (limited to 'comms/efax-gtk')
-rw-r--r-- | comms/efax-gtk/Makefile | 2 | ||||
-rw-r--r-- | comms/efax-gtk/distinfo | 4 | ||||
-rw-r--r-- | comms/efax-gtk/files/patch-pthread-include | 66 |
3 files changed, 3 insertions, 69 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index 678b7d5043da..9796f754df7c 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -8,7 +8,7 @@ # PORTNAME= efax-gtk -PORTVERSION= 2.2.8 +PORTVERSION= 2.2.8a CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/comms/efax-gtk/distinfo b/comms/efax-gtk/distinfo index 379f0d51c659..41b1f92c041c 100644 --- a/comms/efax-gtk/distinfo +++ b/comms/efax-gtk/distinfo @@ -1,2 +1,2 @@ -MD5 (efax-gtk-2.2.8.src.tgz) = a47cf133ccdb0a78c8cb9b6126ed208d -SIZE (efax-gtk-2.2.8.src.tgz) = 582863 +MD5 (efax-gtk-2.2.8a.src.tgz) = 308b7960023fdfd1c3bfb27564d48ca5 +SIZE (efax-gtk-2.2.8a.src.tgz) = 582914 diff --git a/comms/efax-gtk/files/patch-pthread-include b/comms/efax-gtk/files/patch-pthread-include deleted file mode 100644 index 96e44cdd4c0f..000000000000 --- a/comms/efax-gtk/files/patch-pthread-include +++ /dev/null @@ -1,66 +0,0 @@ ---- src/efax_controller.cpp.orig Sun Jun 27 13:22:08 2004 -+++ src/efax_controller.cpp Sun Jun 27 13:22:32 2004 -@@ -14,9 +14,6 @@ - #include <sys/wait.h> - #include <fcntl.h> - #include <errno.h> --#ifdef HAVE_PTHREAD_SIGMASK --#include <pthread.h> --#endif - - #include <fstream> - #include <iomanip> -@@ -30,6 +27,10 @@ - #include <glibmm/thread.h> - - #include "efax_controller.h" -+ -+#ifdef HAVE_PTHREAD_SIGMASK -+#include <pthread.h> -+#endif - - #ifdef HAVE_STRINGSTREAM - #include <sstream> ---- src/fax_list.cpp.orig Sun Jun 27 13:22:08 2004 -+++ src/fax_list.cpp Sun Jun 27 13:22:44 2004 -@@ -24,9 +24,6 @@ - #include <stdlib.h> - #include <signal.h> - #include <errno.h> --#ifdef HAVE_PTHREAD_SIGMASK --#include <pthread.h> --#endif - - #include <gdkmm/pixbuf.h> - #include <gdk/gdkkeysyms.h> // the key codes are here -@@ -42,6 +39,10 @@ - #include "dialogs.h" - #include "fax_list_icons.h" - #include "pipes.h" -+ -+#ifdef HAVE_PTHREAD_SIGMASK -+#include <pthread.h> -+#endif - - #ifdef HAVE_STRINGSTREAM - #include <sstream> ---- src/socket_server.cpp.orig Sun Jun 27 13:22:08 2004 -+++ src/socket_server.cpp Sun Jun 27 13:22:54 2004 -@@ -20,14 +20,14 @@ - #include <unistd.h> - #include <netdb.h> - #include <errno.h> --#ifdef HAVE_PTHREAD_SIGMASK --#include <pthread.h> --#endif - - #include <glibmm/convert.h> - - #include "socket_server.h" - -+#ifdef HAVE_PTHREAD_SIGMASK -+#include <pthread.h> -+#endif - - #ifdef ENABLE_NLS - #include <libintl.h> |