mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
[Port fix] comms/hylafax 4.1.7 (bin/faxrcvd)
A fix enabling recieved faxes to be send by email as pdf-files. The fix was kindly provided by Matthias Fechner. PR: ports/56733 Submitted by: Paul Everlund <tdv94ped@cs.umu.se>
This commit is contained in:
parent
ddf5c7396b
commit
49dda8d028
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89727
@ -67,9 +67,12 @@ post-extract:
|
||||
${RM} -rf ${WRKSRC}/zlib ${WRKSRC}/regex
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -E \
|
||||
${REINPLACE_CMD} \
|
||||
-e 's,/usr/local,${LOCALBASE},g' \
|
||||
${WRKSRC}/configure
|
||||
${REINPLACE_CMD} \
|
||||
-e 's,%%LOCALBASE%%,${LOCALBASE},g' \
|
||||
${WRKSRC}/util/faxrcvd.sh.in
|
||||
|
||||
pre-install:
|
||||
PLIST_SUB= SPOOL="`${GREP} SPOOL ${WRKSRC}/defs | ${CUT} -c10-`"
|
||||
|
10
comms/hylafax/files/patch-util::faxrcvd.sh.in
Normal file
10
comms/hylafax/files/patch-util::faxrcvd.sh.in
Normal file
@ -0,0 +1,10 @@
|
||||
--- util/faxrcvd.sh.in.orig Sun Sep 28 15:54:52 2003
|
||||
+++ util/faxrcvd.sh.in Sun Sep 28 15:56:06 2003
|
||||
@@ -51,6 +51,7 @@
|
||||
}
|
||||
. etc/setup.cache
|
||||
|
||||
+export PATH=$PATH:%%LOCALBASE%%/bin
|
||||
INFO=$SBIN/faxinfo
|
||||
FAX2PS=$TIFFBIN/fax2ps
|
||||
MIMENCODE=mimencode
|
Loading…
Reference in New Issue
Block a user