mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
5915f2992d
A new import based on Sam Leffler's Hylafax V3.0pl0. Flexfax is now obsolete. Import includes & applies the base patch Sam posted on the flexfax mail list (mail list is still called flexfax, though the package is called Hylafax). Sam declared our ports/comms/flexfax to be obsolete (over a year old). Sometime after the CD release, I will post a proposal to remove ports/comms/flexfax. I will maintain ports/comms/hylafax as I need fax capability. Thanks to Asami Satoshi for suggested improvements, I leave him to `bless' this port by adding the final comms/Makefile: SUBDIR += hylafax Until he does that, any mistakes I may have made shouldnt break any makes :-) I've undoubtedly screwed something up, somewhere, its a big port (30M inc bins),please test, Oh... and "Share & Enjoy" :-) --- Julian Stacey <jhs@freebsd.org> Tel. +49 89 268616. Fax Modem: 2608126 http://www.regent.e-technik.tu-muenchen.de/people/jhs.html
33 lines
934 B
Plaintext
33 lines
934 B
Plaintext
This patch prepared by Julian Stacey <jhs@FreeBSD.Org
|
|
|
|
Make this a BATCH compilable port, instead of IS_INTERACTIVE
|
|
|
|
Warning before removing or renaming this patch,
|
|
consult this code segment in ../Makefile:
|
|
.if !exists(patches/patch-aa)
|
|
IS_INTERACTIVE= yes
|
|
.endif
|
|
|
|
*** configure Sat May 20 16:30:29 1995
|
|
--- configure Sat May 20 16:58:58 1995
|
|
***************
|
|
*** 2889,2895 ****
|
|
fi
|
|
checkForExecutable $PATH_SENDMAIL
|
|
checkForExecutable $PATH_GETTY
|
|
! printConfig; prompt "Are these ok [yes]?"; read ok
|
|
test -z "$ok" && ok=yes
|
|
case "$ok" in
|
|
[1-9]|1[0-7]) promptForParameter $ok;;
|
|
--- 2889,2898 ----
|
|
fi
|
|
checkForExecutable $PATH_SENDMAIL
|
|
checkForExecutable $PATH_GETTY
|
|
! printConfig
|
|
! ok=yes
|
|
! echo "If you do not like this config, uncomment next prompt line in configure."
|
|
! # prompt "Are these ok [yes]?"; read ok
|
|
test -z "$ok" && ok=yes
|
|
case "$ok" in
|
|
[1-9]|1[0-7]) promptForParameter $ok;;
|