pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/mgetty+sendfax Let "faxq" and "faxrm" find the "...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad0163bc0f1d
branches:  trunk
changeset: 465094:ad0163bc0f1d
user:      fredb <fredb%pkgsrc.org@localhost>
date:      Sat Dec 20 20:06:38 2003 +0000

description:
Let "faxq" and "faxrm" find the "faxrunq-helper" in ${PREFIX} (which is
probably not "/usr/local").

diffstat:

 comms/mgetty+sendfax/distinfo         |   4 +++-
 comms/mgetty+sendfax/patches/patch-an |  13 +++++++++++++
 comms/mgetty+sendfax/patches/patch-ao |  13 +++++++++++++
 3 files changed, 29 insertions(+), 1 deletions(-)

diffs (49 lines):

diff -r 181f1161e7c2 -r ad0163bc0f1d comms/mgetty+sendfax/distinfo
--- a/comms/mgetty+sendfax/distinfo     Sat Dec 20 19:52:59 2003 +0000
+++ b/comms/mgetty+sendfax/distinfo     Sat Dec 20 20:06:38 2003 +0000
@@ -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-ak) = 18f9570f35909089a4083fa24903dfea14dcc475
 SHA1 (patch-al) = 2a6dcf13d65446d2064228b1024517e599892a60
 SHA1 (patch-am) = 6b7516b3f857f65c0ecc7963f39e433e4ef8771d
+SHA1 (patch-an) = 36be41aa6002d6c0bb387be4a0fc46a1701f0b11
+SHA1 (patch-ao) = 64a8b1f390dffc0b20eba18ba7d242084dc909dd
diff -r 181f1161e7c2 -r ad0163bc0f1d comms/mgetty+sendfax/patches/patch-an
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/mgetty+sendfax/patches/patch-an     Sat Dec 20 20:06:38 2003 +0000
@@ -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 -r 181f1161e7c2 -r ad0163bc0f1d comms/mgetty+sendfax/patches/patch-ao
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/mgetty+sendfax/patches/patch-ao     Sat Dec 20 20:06:38 2003 +0000
@@ -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 ]



Home | Main Index | Thread Index | Old Index