diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-04-16 22:54:19 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-04-16 22:54:19 +0000 |
commit | 6f833abd84331b66061cb1b4f4f2574bd06e03d0 (patch) | |
tree | 2aa6ff6304d16da6eec7eb0692170c8995d57d31 /comms/efax-gtk/files | |
parent | 218b91b2d96c85064635b9d4031bb405a85f4393 (diff) | |
download | ports-6f833abd84331b66061cb1b4f4f2574bd06e03d0.tar.gz ports-6f833abd84331b66061cb1b4f4f2574bd06e03d0.zip |
Notes
Diffstat (limited to 'comms/efax-gtk/files')
-rw-r--r-- | comms/efax-gtk/files/patch-config | 11 | ||||
-rw-r--r-- | comms/efax-gtk/files/patch-install | 11 | ||||
-rw-r--r-- | comms/efax-gtk/files/patch-rc | 27 |
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 000000000000..c49270477f60 --- /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 000000000000..86d620b3980b --- /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 000000000000..c6e38a77aff9 --- /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 |