summaryrefslogtreecommitdiffstats
path: root/comms/efax-gtk/files
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-04-16 22:54:19 +0000
committerclement <clement@FreeBSD.org>2004-04-16 22:54:19 +0000
commit42f82c51acbb7bdfac0a698f25c8103ec4c7eb47 (patch)
treeb31206a30191c0ef6adefb99d8b14af91cf52347 /comms/efax-gtk/files
parente46cd61f6630b084dfd6db400e81a620d64fc0d4 (diff)
downloadFreeBSD-ports-42f82c51acbb7bdfac0a698f25c8103ec4c7eb47.zip
FreeBSD-ports-42f82c51acbb7bdfac0a698f25c8103ec4c7eb47.tar.gz
Add efax-gtk 2.2.5, GUI front end for the efax fax program.
This program is a Gtk+/Gtkmm front end for the efax program for receiving and sending faxes with a fax modem. Any files to be faxed must be in postscript format, which is the generic printer format for Unix/Linux systems. The program will use ghostscript to convert these into the Group 3 fax format which the fax modem will understand. WWW: http://www.cvine.freeserve.co.uk/efax-gtk/ PR: ports/63844 Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Diffstat (limited to 'comms/efax-gtk/files')
-rw-r--r--comms/efax-gtk/files/patch-config11
-rw-r--r--comms/efax-gtk/files/patch-install11
-rw-r--r--comms/efax-gtk/files/patch-rc27
3 files changed, 49 insertions, 0 deletions
diff --git a/comms/efax-gtk/files/patch-config b/comms/efax-gtk/files/patch-config
new file mode 100644
index 0000000..c492704
--- /dev/null
+++ b/comms/efax-gtk/files/patch-config
@@ -0,0 +1,11 @@
+--- src/config.h.in.orig Sun Feb 29 15:30:29 2004
++++ src/config.h.in Sun Feb 29 15:30:35 2004
+@@ -80,8 +80,5 @@
+ /* Define to `unsigned' if <sys/types.h> does not define. */
+ #undef size_t
+
+-/* Define to `unsigned int' if <sys/types.h> does not define. */
+-#undef socklen_t
+-
+ /* Define to `signed int' if <sys/types.h> does not define. */
+ #undef ssize_t
diff --git a/comms/efax-gtk/files/patch-install b/comms/efax-gtk/files/patch-install
new file mode 100644
index 0000000..86d620b
--- /dev/null
+++ b/comms/efax-gtk/files/patch-install
@@ -0,0 +1,11 @@
+--- efax-gtk-faxfilter/Makefile.in.orig Thu Feb 5 21:35:06 2004
++++ efax-gtk-faxfilter/Makefile.in Sun Feb 29 15:48:48 2004
+@@ -441,8 +441,6 @@
+
+
+ install-data-hook:
+- chown lp $(spooldir)
+- chgrp lp $(spooldir)
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
diff --git a/comms/efax-gtk/files/patch-rc b/comms/efax-gtk/files/patch-rc
new file mode 100644
index 0000000..c6e38a7
--- /dev/null
+++ b/comms/efax-gtk/files/patch-rc
@@ -0,0 +1,27 @@
+--- efax-gtkrc.orig Sun Sep 7 12:59:42 2003
++++ efax-gtkrc Sat Mar 6 14:50:54 2004
+@@ -26,13 +26,13 @@
+ # ie state it as `ttyS1' or `cua2', etc. With Linux, ttyS0 equates to
+ # COM 1, ttyS1 to COM 2, and so on
+
+-DEVICE: ttyS1
++DEVICE: cuaa0
+
+
+ # Put the lock file directory here. If none is given or it is
+ # commented out, the program defaults to /var/lock.
+
+-LOCK: /var/lock
++LOCK: /var/spool/lock
+
+
+ # With efax-0.9 you don't usually need to specify this, as efax will
+@@ -128,7 +128,7 @@
+ # A4' or '-media Letter' option to select correct paper size. ggv
+ # and kghosview do this automatically
+
+-PS_VIEWER: gv
++PS_VIEWER: ggv
+
+
+ # This specifies whether a socket server is to be run to receive faxes
OpenPOWER on IntegriCloud