summaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax
diff options
context:
space:
mode:
authorfredb <fredb>2003-12-20 20:06:38 +0000
committerfredb <fredb>2003-12-20 20:06:38 +0000
commit976b7ac645c7a1724e97f7c900095f8be5cdcfd3 (patch)
tree341696f000b764f63b3126991e5fa035a7e331e3 /comms/mgetty+sendfax
parentf9956f0a76cfceedcad73b9ff8fbea8b6a75f4f0 (diff)
downloadpkgsrc-976b7ac645c7a1724e97f7c900095f8be5cdcfd3.tar.gz
Let "faxq" and "faxrm" find the "faxrunq-helper" in ${PREFIX} (which is
probably not "/usr/local").
Diffstat (limited to 'comms/mgetty+sendfax')
-rw-r--r--comms/mgetty+sendfax/distinfo4
-rw-r--r--comms/mgetty+sendfax/patches/patch-an13
-rw-r--r--comms/mgetty+sendfax/patches/patch-ao13
3 files changed, 29 insertions, 1 deletions
diff --git a/comms/mgetty+sendfax/distinfo b/comms/mgetty+sendfax/distinfo
index 4b20d377cec..20bec166ac8 100644
--- a/comms/mgetty+sendfax/distinfo
+++ b/comms/mgetty+sendfax/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2003/09/25 20:27:12 fredb Exp $
+$NetBSD: distinfo,v 1.14 2003/12/20 20:06:38 fredb Exp $
SHA1 (mgetty1.1.30-Dec16.tar.gz) = aea2a4c999f167e2311e797b164d4797baf328c4
Size (mgetty1.1.30-Dec16.tar.gz) = 969967 bytes
@@ -14,3 +14,5 @@ SHA1 (patch-aj) = 37d88c1a4f8d5826f7113dd120c32e89cc442e5d
SHA1 (patch-ak) = 18f9570f35909089a4083fa24903dfea14dcc475
SHA1 (patch-al) = 2a6dcf13d65446d2064228b1024517e599892a60
SHA1 (patch-am) = 6b7516b3f857f65c0ecc7963f39e433e4ef8771d
+SHA1 (patch-an) = 36be41aa6002d6c0bb387be4a0fc46a1701f0b11
+SHA1 (patch-ao) = 64a8b1f390dffc0b20eba18ba7d242084dc909dd
diff --git a/comms/mgetty+sendfax/patches/patch-an b/comms/mgetty+sendfax/patches/patch-an
new file mode 100644
index 00000000000..cde00266944
--- /dev/null
+++ b/comms/mgetty+sendfax/patches/patch-an
@@ -0,0 +1,13 @@
+$NetBSD: patch-an,v 1.1 2003/12/20 20:06:38 fredb Exp $
+
+--- fax/faxq.in.orig 2002-11-23 12:57:59.000000000 -0600
++++ fax/faxq.in
+@@ -21,7 +21,7 @@ AWK=@AWK@
+
+ #
+ # helper program for privileged queue access
+-FAXQ_HELPER=/usr/local/lib/mgetty+sendfax/faxq-helper
++FAXQ_HELPER=@LIBDIR@/faxq-helper
+
+ if cd $FAX_SPOOL_OUT
+ then :
diff --git a/comms/mgetty+sendfax/patches/patch-ao b/comms/mgetty+sendfax/patches/patch-ao
new file mode 100644
index 00000000000..433839a5f49
--- /dev/null
+++ b/comms/mgetty+sendfax/patches/patch-ao
@@ -0,0 +1,13 @@
+$NetBSD: patch-ao,v 1.1 2003/12/20 20:06:38 fredb Exp $
+
+--- fax/faxrm.in.orig 2002-11-16 16:16:51.000000000 -0600
++++ fax/faxrm.in
+@@ -16,7 +16,7 @@ FAX_SPOOL_OUT=@FAX_SPOOL_OUT@
+ echo="@ECHO@"
+ #
+ # helper program for privileged queue access
+-FAXQ_HELPER=/usr/local/lib/mgetty+sendfax/faxq-helper
++FAXQ_HELPER=@LIBDIR@/faxq-helper
+ #
+
+ if [ ! -d $FAX_SPOOL_OUT ]