Date: Tue, 13 May 1997 13:18:54 -1000 (HST) From: "David Langford" <langfod@dihelix.com> To: stanb@netcom.com (Stan Brown) Cc: freebsd-questions@freebsd.com, ports@freebsd.org Subject: Re: Anyone Gotten Hylafax version 4 to compile under FreeBSD? Message-ID: <199705132318.NAA06200@caliban.dihelix.com> In-Reply-To: <199705132137.RAA03533@netcom20.netcom.com> from Stan Brown at "May 13, 97 05:37:41 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> I am trying to get Hylafax (a fax client/server package) to compile
> under FreeBSD 2.2R
I recently got V4 working without too many problems.
You need to get a recent version of the tiff libraries. The one
in ports wont work.
For some reason the configure script set most of the options
to YES. You need to take -lmalloc out of Makefile and add -lcompat.
Here is my ports.h. I forgot what tweaks I needed to do.
-David Langfod
langfod@dihelix.com
/*
* Warning, this file was automatically created by the HylaFAX configure script
* VERSION: v4.0pl1
* DATE: Thu May 1 16:54:00 HST 1997
* TARGET: i386-unknown-freebsd2.2
* RELEASE: 2.2-STABLE
* CCOMPILER: /usr/bin/gcc-2.7.2
* CXXCOMPILER: /usr/bin/gcc-2.7.2
*/
#ifndef _PORT_
#define _PORT_ 1
#ifdef __cplusplus
extern "C" {
#endif
#define CONFIG_OPENFIFO O_RDONLY
#define CONFIG_TIOCMBISBYREF yes
#define ONDELAY_NOSTDINDUP
#define CONFIG_MAXGID 60002
#include <sys/types.h>
#include <stdio.h>
#define HAS_OSFCN_H 1
#define HAS_SELECT_H 1
#define fxSIGHANDLER (sig_t)
#define fxSIGVECHANDLER (sig_t)
#define fxSIGACTIONHANDLER (sig_t)
#define HAS_MMAP 1
#define HAS_SYSCONF 1
#define HAS_ULIMIT 1
#define HAS_GETDTABLESIZE 1
#define HAS_FCHOWN 1
#define HAS_FCHMOD 1
#define HAS_TM_ZONE 1
#define HAS_NETERRNO_H 0
#define HAS_MKDEV 0
#define HAS_LOCALE 1
#include <paths.h>
#define HAS_MODEM_H 0
#define HAS_TERMIOX 0
#define HAS_LOGWTMP 1
int logwtmp(const char*, const char*, const char*);
#define HAS_LOGOUT 1
int logout(const char*);
#define HAS_UTMPX 1
#define HAS_UTEXIT 1
#define HAS_EXIT_STATUS 1
#define HAS_TXCD 0
#define HAS_CRYPT_H 0
#ifdef __cplusplus
}
#endif
#endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705132318.NAA06200>
