summaryrefslogtreecommitdiff
path: root/comms/hylafax/patches/patch-aa
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2003-09-23 21:39:46 +0000
committerabs <abs@pkgsrc.org>2003-09-23 21:39:46 +0000
commitaec30397a0b06107cfc6c5490849dcf38c7e97c0 (patch)
treec6f8c691e569090f445c6be8b2722d6550a8f016 /comms/hylafax/patches/patch-aa
parentd51a609679856caca41c0c47d4da93387ca23d62 (diff)
downloadpkgsrc-aec30397a0b06107cfc6c5490849dcf38c7e97c0.tar.gz
Update hylfax to 4.1.7. Changes since 4.1.5:
* added new edit-faxcover script * added various enhancements to faxsetup * default libtiff v3.6 compatibility * added NOTIFY_FAXMASTER and ENCODING parameters for FaxDispatch * added 2D-MMR support for Class 2 modems that support it * added RingTimeout, ModemRingResponse, CIDNumberAnswerLength, and CIDNameAnswerLength modem config parameters * support for MultiTech MT5634ZDXb and MT5634ZBA-DID * added subaddressing specification capability to sendfax * numerous bugfixes (several significant) and build cleanups * fixes the PageChop feature that broken in 4.1.6 Also fixed some cosmetic NetBSD issues with faxadmodem
Diffstat (limited to 'comms/hylafax/patches/patch-aa')
-rw-r--r--comms/hylafax/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/hylafax/patches/patch-aa b/comms/hylafax/patches/patch-aa
index eecf2b76094..9117740e803 100644
--- a/comms/hylafax/patches/patch-aa
+++ b/comms/hylafax/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.7 2001/04/23 15:06:12 abs Exp $
+$NetBSD: patch-aa,v 1.8 2003/09/23 21:39:47 abs Exp $
---- Makefile.in.orig Sun Sep 3 04:39:31 2000
+--- Makefile.in.orig Mon Apr 14 03:44:42 2003
+++ Makefile.in
-@@ -223,22 +223,13 @@
+@@ -237,22 +237,13 @@ makeClientDirs::
makeServerDirs::
-${INSTALL} -u ${SYSUSER} -g ${SYSGROUP} -m ${DIRMODE} \
-idb hylafax.sw.server -dir ${SBIN};
@@ -26,4 +26,4 @@ $NetBSD: patch-aa,v 1.7 2001/04/23 15:06:12 abs Exp $
+ ${INSTALL} -m 444 -F ${PREFIX}/share/doc/hylafax -idb hylafax.sw.server \
-src ${SRCDIR}/COPYRIGHT -O COPYRIGHT
@if [ "@REGEX@" = yes ]; then \
- ${ECHO} "= "regex; cd regex; ${MAKE} install; \
+ ${ECHO} "= "regex; cd regex; ${MAKE} install || exit 1; \