Software Package:       
	Hylafax

Release/Version:
	3.0 pl 1

Retrieved from:
	http://www.vix.com/hylafax/

Bug reports:
	This software package is maintained by the software contributor,
	not BSDI.  Please send any bug reports to both support@BSDI.COM
	and flexfax@sgi.com

Comments:

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Modifications to this version made by BSDI:

The only modification was the addition of the file "makefile"
to the standard BSDI targets and misc. changes to configure,
config.guess, and config.site.

*** /tmp/configure	Wed Nov 29 20:44:50 1995
--- configure	Wed Nov 29 20:31:56 1995
***************
*** 1,5 ****
  #!/bin/sh
! #	/master/contrib/hylafax/BSDI_CONTRIB,v 1.3 1995/12/08 08:52:17 torek Exp
  #
  # HylaFAX Facsimile Software
  #
--- 1,5 ----
  #!/bin/sh
! #	/master/contrib/hylafax/BSDI_CONTRIB,v 1.3 1995/12/08 08:52:17 torek Exp
  #
  # HylaFAX Facsimile Software
  #
***************
*** 169,175 ****
      -target|--target)		ac_prev=TARGET;;
      -target=*|--target=*)	TARGET="$ac_optarg" ;;
      -version|--version)
! 	echo "This is HylaFAX configure 1.3"
  	exit 0
  	;;
      -help|--help)		usage; exit 0;;
--- 169,175 ----
      -target|--target)		ac_prev=TARGET;;
      -target=*|--target=*)	TARGET="$ac_optarg" ;;
      -version|--version)
! 	echo "This is HylaFAX configure 1.3"
  	exit 0
  	;;
      -help|--help)		usage; exit 0;;
***************
*** 484,489 ****
--- 484,490 ----
  	break;
      }
  done
+ CCOMPILER=/usr/bin/shlicc2
  if [ -z "$CCOMPILER" ]; then
      cat<<EOF
  Cannot locate a working ANSI C compiler.
***************
*** 602,607 ****
--- 603,609 ----
  	break;
      }
  done
+ CXXCOMPILER=/usr/bin/shlicc++
  if [ -z "$CXXCOMPILER" ]; then
      cat<<EOF
  Cannot locate a suitable C++ compiler.
***************
*** 2947,2953 ****
  *-nroff-cat-*)	MANCVT='${MANSED} $? | nroff -man > $@';;
  esac
  case $MANSCHEME in
! *-0.gz|*-0.Z|*-gz|*-Z|*-z)
      suf=`echo $MANSCHEME | sed 's/.*-/./'`
      A='`echo $$i | sed' B='`'		# workaround shell bugs
      MANCAPPNAME="$A s/\\\\.1\$\$/$suf/$B"
--- 2949,2955 ----
  *-nroff-cat-*)	MANCVT='${MANSED} $? | nroff -man > $@';;
  esac
  case $MANSCHEME in
! *-0|*-0.gz|*-0.Z|*-gz|*-Z|*-z)
      suf=`echo $MANSCHEME | sed 's/.*-/./'`
      A='`echo $$i | sed' B='`'		# workaround shell bugs
      MANCAPPNAME="$A s/\\\\.1\$\$/$suf/$B"
*** /tmp/config.site	Wed Nov 29 20:44:50 1995
--- config.site	Wed Nov 29 20:31:57 1995
***************
*** 1,4 ****
! # /master/contrib/hylafax/BSDI_CONTRIB,v 1.3 1995/12/08 08:52:17 torek Exp
  #
  # HylaFAX Facsimile Software
  #
--- 1,4 ----
! # /master/contrib/hylafax/BSDI_CONTRIB,v 1.3 1995/12/08 08:52:17 torek Exp
  #
  # HylaFAX Facsimile Software
  #
***************
*** 55,68 ****
  #
  # Directory parameters.
  #
! #DIR_AFM="/usr/lib/DPS/AFM"		# directory for AFM files
! #DIR_BIN="/usr/local/bin"		# directory for client apps
! #DIR_LIBDATA="/usr/lib/fax"		# directory for client data
! #DIR_LIBEXEC="/usr/lib/fax"		# directory for libraries&hidden apps
! #DIR_MAN="/usr/local/man"		# directory for manual pages
! #DIR_SPOOL="/var/spool/fax"		# directory for spooling area
! #DIR_SBIN="/var/spool/fax/bin"		# directory for system apps
! #DIR_LOCKS="/usr/spool/locks"		# directory for UUCP lock files
  
  #
  # HTML-specific parameters; only used when the
--- 55,68 ----
  #
  # Directory parameters.
  #
! DIR_AFM="/usr/contrib/lib/hylafax/afm"	# directory for AFM files
! DIR_BIN="/usr/contrib/bin"		# directory for client apps
! DIR_LIBDATA="/usr/contrib/lib/hylafax"	# directory for client data
! DIR_LIBEXEC=$DIR_LIBDATA		# directory for libraries&hidden apps
! DIR_MAN="/usr/contrib/man"		# directory for manual pages
! DIR_SPOOL="/var/spool/fax"		# directory for spooling area
! DIR_SBIN=$DIR_BIN			# directory for system apps
! DIR_LOCKS="/var/spool/uucp"		# directory for UUCP lock files
  
  #
  # HTML-specific parameters; only used when the
***************
*** 92,98 ****
  #PATH_SENDMAIL="/usr/lib/sendmail"	# pathname of suitable sendmail program
  #PATH_GSRIP="/usr/local/bin/gs"		# pathname of Ghostscript-based RIP
  #PATH_DPSRIP="/var/spool/fax/bin/ps2fax.exe"	# pathname of DPS-based RIP
! #MANSCHEME="sysv-source-cat-strip"	# manual page installation scheme
  
  #
  # Parameters used when building the software.
--- 92,98 ----
  #PATH_SENDMAIL="/usr/lib/sendmail"	# pathname of suitable sendmail program
  #PATH_GSRIP="/usr/local/bin/gs"		# pathname of Ghostscript-based RIP
  #PATH_DPSRIP="/var/spool/fax/bin/ps2fax.exe"	# pathname of DPS-based RIP
! MANSCHEME="bsd-nroff-cat-0"		# manual page installation scheme
  
  #
  # Parameters used when building the software.
***************
*** 105,112 ****
  #
  #AR="/bin/ar"				# pathname of suitable ar program
  #AROPTS="rc"				# options to ar for creating archive
! #CC="gcc"				# name/pathname of C compiler
! #CXX="gcc"				# name/pathname of C++ compiler
  #CXXFILE="-x c++"			# options for proper C++ processing
  #ENVOPTS="-Aa"				# options for getting ANSI C
  #GCOPTS="-g"				# options to pass C compiler
--- 105,112 ----
  #
  #AR="/bin/ar"				# pathname of suitable ar program
  #AROPTS="rc"				# options to ar for creating archive
! CC="shlicc2"				# name/pathname of C compiler
! CXX="shlicc++"				# name/pathname of C++ compiler
  #CXXFILE="-x c++"			# options for proper C++ processing
  #ENVOPTS="-Aa"				# options for getting ANSI C
  #GCOPTS="-g"				# options to pass C compiler
===================================================================
RCS file: /master/contrib/hylafax/configure,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 configure
*** 1.1.1.1	1995/11/30 03:31:56
--- configure	1995/12/04 22:34:57
***************
*** 2913,2919 ****
  	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;;
--- 2913,2921 ----
  	fi
  	checkForExecutable $PATH_SENDMAIL
  	checkForExecutable $PATH_GETTY
! 	printConfig
! 	#; prompt "Are these ok [yes]?"; read ok
! 	ok=yes
  	test -z "$ok" && ok=yes
  	case "$ok" in
  	[1-9]|1[0-7])	promptForParameter $ok;;
===================================================================
RCS file: /master/contrib/hylafax/config.guess,v
retrieving revision 1.1.1.1
diff -c -2 -r1.1.1.1 config.guess
*** 1.1.1.1	1995/11/30 03:31:57
--- config.guess	1995/12/08 07:44:16
***************
*** 268,272 ****
  	echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
  	exit 0 ;;
!     i[34]86:BSD/OS:*:*)
  	echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
  	exit 0 ;;
--- 268,272 ----
  	echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
  	exit 0 ;;
!     *:BSD/OS:*:*)
  	echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
  	exit 0 ;;
