65dc98044e
These releases are maintenance releases, and do not contain any new features or functionality, but only contain bugfixes: * Re-order library files in fchmod() configure check * faxalter: Wire up the nissing page range -Z options * man: JobReqError/JobRetryError were missing in hylafax-config.4 * typerules: adding missing comma to typeNames array * Do not warn about one of the Fontpath directories not existing * Reworked how faxsetup looks for Fontmap * Use a private Fontmap.HylaFAX file of .pfb files * Combine all Fontmap files in memory, including new Fontmap.HylaFAX * Bug 934: We need to avoid a 0-index in playList * hfaxd: Eliminte extraneous debug logging * hfaxd: Make source port for active connections be ctrl port - 1 * hfaxd: Release old accept fd * Support libtiff 4.0 * faxsend: JobRetryOther/JobRequeueOther weren't actually being used * Make sure not to cut faxq FIFO messages in two when reaching end of buffer * hfaxd: Port is network byte order, correct logging of it
33 lines
925 B
Text
33 lines
925 B
Text
$NetBSD: patch-af,v 1.9 2014/03/14 15:59:29 adam Exp $
|
|
|
|
--- defs.in.orig 2012-06-06 00:58:38.000000000 +0000
|
|
+++ defs.in
|
|
@@ -48,12 +48,13 @@ ABI_PATCH = @ABI_PATCH@
|
|
# to insufficient; you are better off rerunning the
|
|
# configure script so that all uses are set correctly.
|
|
#
|
|
-SPOOL = @SPOOL@
|
|
-SBIN = @SBIN@
|
|
-BIN = @BIN@
|
|
-LIBDATA = @LIBDATA@
|
|
-LIBDIR = @LIBDIR@
|
|
-LIBEXEC = @LIBEXEC@
|
|
+PREFIX = ${DESTDIR}@PREFIX@
|
|
+SPOOL = ${DESTDIR}@SPOOL@
|
|
+SBIN = ${DESTDIR}@SBIN@
|
|
+BIN = ${DESTDIR}@BIN@
|
|
+LIBDATA = ${DESTDIR}@LIBDATA@
|
|
+LIBDIR = ${DESTDIR}@LIBDIR@
|
|
+LIBEXEC = ${DESTDIR}@LIBEXEC@
|
|
FONTMAP = @FONTMAP@
|
|
FONTPATH = @FONTPATH@
|
|
SENDMAIL = @SENDMAIL@
|
|
@@ -328,7 +329,7 @@ INCLDIR = /usr/include
|
|
# MANSYS subdirectory for server & server-related apps
|
|
# MANFILES subdirectory for file format info
|
|
#
|
|
-MAN = @MANDIR@
|
|
+MAN = ${DESTDIR}@MANDIR@
|
|
MANAPPS = @MANAPPS@
|
|
MANSYS = @MANSYS@
|
|
MANFILES = @MANFILES@
|