version 1.10, 2005/01/27 16:22:37 |
version 1.10.8.1, 2006/01/22 19:25:26 |
|
|
$NetBSD$ |
$NetBSD$ |
|
|
--- configure.orig 2004-12-28 04:45:03.000000000 +0000 |
--- configure.orig 2005-12-16 22:40:30.000000000 +0000 |
+++ configure |
+++ configure |
@@ -37,23 +37,23 @@ |
@@ -37,23 +37,23 @@ |
# |
# |
|
|
-DIR_LIBDATA=/usr/local/lib/fax |
-DIR_LIBDATA=/usr/local/lib/fax |
-DIR_LIB=/usr/local/lib |
-DIR_LIB=/usr/local/lib |
-DIR_LIBEXEC=$DIR_SBIN |
-DIR_LIBEXEC=$DIR_SBIN |
|
-DIR_SPOOL=/var/spool/hylafax |
|
-DIR_HTML=/var/httpd/htdocs/hylafax |
|
-DIR_CGI=/var/httpd/cgi-bin |
+DIR_BIN=${PREFIX}/bin |
+DIR_BIN=${PREFIX}/bin |
+DIR_SBIN=${PREFIX}/sbin |
+DIR_SBIN=${PREFIX}/sbin |
+DIR_LIBDATA=${PREFIX}/libdata/hylafax |
+DIR_LIBDATA=${PREFIX}/libdata/hylafax |
+DIR_LIB=${PREFIX}/lib |
+DIR_LIB=${PREFIX}/lib |
+DIR_LIBEXEC=${PREFIX}/libexec |
+DIR_LIBEXEC=${PREFIX}/libexec |
DIR_SPOOL=/var/spool/hylafax |
+DIR_SPOOL=${VARBASE}/spool/hylafax |
-DIR_HTML=/var/httpd/htdocs/hylafax |
|
-DIR_CGI=/var/httpd/cgi-bin |
|
+DIR_HTML=${PREFIX}/http/htdocs/hylafax |
+DIR_HTML=${PREFIX}/http/htdocs/hylafax |
+DIR_CGI=${PREFIX}/http/cgi-bin |
+DIR_CGI=${PREFIX}/http/cgi-bin |
PATH_DPSRIP=$DIR_LIBEXEC/ps2fax.exe |
PATH_DPSRIP=$DIR_LIBEXEC/ps2fax.exe |
|
|
FAXD= |
FAXD= |
LIBFAXSERVER='libfaxserver.${DSO}' |
LIBFAXSERVER='libfaxserver.${DSO}' |
LIBUTIL='${UTIL}/libfaxutil.${DSO}' |
LIBUTIL='${UTIL}/libfaxutil.${DSO}' |
@@ -222,6 +221,7 @@ PKG_EMAIL |
@@ -224,6 +223,7 @@ PKG_EMAIL |
PKG_VENDOR |
PKG_VENDOR |
PORT |
PORT |
PORTFUNCS |
PORTFUNCS |
|
|
PROTOTYPES |
PROTOTYPES |
PSPACKAGE PS |
PSPACKAGE PS |
PWDCMD |
PWDCMD |
@@ -287,7 +287,7 @@ test -d /usr/bsd && PATH=$PATH:/usr/bsd |
@@ -290,7 +290,7 @@ test -d /usr/bsd && PATH=$PATH:/usr/bsd |
test -d /usr/ucb && PATH=$PATH:/usr/ucb # Sun and others |
test -d /usr/ucb && PATH=$PATH:/usr/ucb # Sun and others |
test -d /usr/contrib/bin && PATH=$PATH:/usr/contrib/bin # BSDi |
test -d /usr/contrib/bin && PATH=$PATH:/usr/contrib/bin # BSDi |
test -d /usr/5bin && PATH=/usr/5bin:$PATH:/usr/etc # Sun and others |
test -d /usr/5bin && PATH=/usr/5bin:$PATH:/usr/etc # Sun and others |
|
|
PATH=$PATH:$OPATH |
PATH=$PATH:$OPATH |
|
|
POSIXLY_CORRECT=1; export POSIXLY_CORRECT # disable GNU extensions |
POSIXLY_CORRECT=1; export POSIXLY_CORRECT # disable GNU extensions |
@@ -3086,13 +3086,7 @@ main() |
@@ -2418,7 +2418,7 @@ EOF |
|
if [ ${header_ver} -ge 19960307 ]; then |
|
case ${lib_ver} in |
|
3.4) tiff_runlen_t="uint16" ;; |
|
- 3.[567]) tiff_runlen_t="uint32" ;; |
|
+ 3.[5678]) tiff_runlen_t="uint32" ;; |
|
esac |
|
fi |
|
else |
|
@@ -3145,13 +3145,7 @@ main() |
printf("old include files: version %u\n", ZLIB_VERSION); |
printf("old include files: version %u\n", ZLIB_VERSION); |
exit(-1); |
exit(-1); |
} |
} |
|
|
} |
} |
EOF |
EOF |
capture cat t.c |
capture cat t.c |
@@ -3154,7 +3148,7 @@ Note "Checking TIFF support." |
@@ -3213,7 +3207,7 @@ Note "Checking TIFF support." |
# Location of TIFF binaries |
# Location of TIFF binaries |
# |
# |
if [ -z "$TIFFBIN" ]; then |
if [ -z "$TIFFBIN" ]; then |
- DIRS="/usr/local/bin /usr/contrib/bin /usr/gnu/bin /usr/bin" |
- DIRS="/usr/local/bin /usr/contrib/bin /usr/gnu/bin /usr/bin" |
+ DIRS="${PREFIX}/bin /usr/local/bin /usr/gnu/bin /usr/bin" |
+ DIRS="${PREFIX}/bin /usr/local/bin /usr/contrib/bin /usr/gnu/bin /usr/bin" |
for i in $DIRS; do |
for i in $DIRS; do |
test -x $i/tiff2ps && { TIFFBIN=$i; break; } |
test -x $i/tiff2ps && { TIFFBIN=$i; break; } |
done |
done |
@@ -3775,7 +3769,7 @@ fi |
@@ -3836,7 +3830,7 @@ fi |
if [ -z "$PATH_VGETTY" ]; then |
if [ -z "$PATH_VGETTY" ]; then |
PATH_VGETTY=`findApp vgetty /usr/libexec:/sbin:$PATH` |
PATH_VGETTY=`findApp vgetty /usr/libexec:/sbin:$PATH` |
if [ -z "$PATH_VGETTY" ]; then |
if [ -z "$PATH_VGETTY" ]; then |
|
|
Note "WARNING, no vgetty program found to handle a voice call, using $PATH_VGETTY." |
Note "WARNING, no vgetty program found to handle a voice call, using $PATH_VGETTY." |
else |
else |
Note "Looks like $PATH_VGETTY is the program to exec for a voice call." |
Note "Looks like $PATH_VGETTY is the program to exec for a voice call." |
@@ -3788,7 +3782,7 @@ fi |
@@ -3849,7 +3843,7 @@ fi |
if [ -z "$PATH_EGETTY" ]; then |
if [ -z "$PATH_EGETTY" ]; then |
PATH_EGETTY=`findApp egetty /usr/libexec:/sbin:$PATH` |
PATH_EGETTY=`findApp egetty /usr/libexec:/sbin:$PATH` |
if [ -z "$PATH_EGETTY" ]; then |
if [ -z "$PATH_EGETTY" ]; then |
|
|
Note "WARNING, no egetty program found, using $PATH_EGETTY." |
Note "WARNING, no egetty program found, using $PATH_EGETTY." |
else |
else |
Note "Looks like $PATH_EGETTY is the program to exec for an extern call." |
Note "Looks like $PATH_EGETTY is the program to exec for an extern call." |
@@ -3859,6 +3853,7 @@ PickRIP() |
@@ -3920,6 +3914,7 @@ PickRIP() |
{ |
{ |
if [ -z "$PATH_GSRIP" ]; then |
if [ -z "$PATH_GSRIP" ]; then |
GSLOCS=" |
GSLOCS=" |
|
|
/usr/local/bin/gs |
/usr/local/bin/gs |
/usr/contrib/bin/gs |
/usr/contrib/bin/gs |
/usr/gnu/bin/gs |
/usr/gnu/bin/gs |
@@ -3906,7 +3901,7 @@ fax software to operate correctly. See |
@@ -3967,7 +3962,7 @@ fax software to operate correctly. See |
on building Ghostscript with the necessary TIFF driver. |
on building Ghostscript with the necessary TIFF driver. |
|
|
EOF |
EOF |
|
|
PATH_GSRIP=$PATH_PSRIP |
PATH_GSRIP=$PATH_PSRIP |
fi |
fi |
} |
} |
@@ -3973,9 +3968,9 @@ if [ -z "$PATH_AFM" ]; then |
@@ -4034,9 +4029,9 @@ if [ -z "$PATH_AFM" ]; then |
else |
else |
DIR_AFMS=" |
DIR_AFMS=" |
/usr/lib/afm |
/usr/lib/afm |
|
|
- /usr/local/lib/ghostscript/fonts |
- /usr/local/lib/ghostscript/fonts |
+ ${PREFIX}/lib/afm |
+ ${PREFIX}/lib/afm |
+ ${PREFIX}/share/ghostscript/fonts |
+ ${PREFIX}/share/ghostscript/fonts |
+ ${PREFIX}/lib/ghostscript/fonts |
+ ${PREFIX}/lib/ghostscript/fonts |
/usr/share/ghostscript/fonts |
/usr/share/ghostscript/fonts |
/usr/gnu/lib/ghostscript/fonts |
/usr/gnu/lib/ghostscript/fonts |
/opt/gnu/lib/ghostscript/fonts |
/opt/gnu/lib/ghostscript/fonts |
@@ -3995,7 +3990,7 @@ if [ -z "$PATH_AFM" ]; then |
@@ -4056,7 +4051,7 @@ if [ -z "$PATH_AFM" ]; then |
fi |
fi |
if [ -z "$PATH_AFM" ]; then |
if [ -z "$PATH_AFM" ]; then |
# put it where ghostscript normally puts things |
# put it where ghostscript normally puts things |
|
|
Note "WARNING, could not locate a directory with font metric information," |
Note "WARNING, could not locate a directory with font metric information," |
Note "guessing that font metric information goes in $PATH_AFM." |
Note "guessing that font metric information goes in $PATH_AFM." |
else |
else |
@@ -4014,6 +4009,7 @@ fi |
@@ -4075,7 +4070,7 @@ fi |
# |
# |
if [ -z "$DIR_MAN" ]; then |
if [ -z "$DIR_MAN" ]; then |
MANPATH=" |
MANPATH=" |
|
- $MANPATH |
+ ${PREFIX}/man |
+ ${PREFIX}/man |
$MANPATH |
|
/usr/local/man |
/usr/local/man |
/usr/contrib/man |
/usr/contrib/man |
@@ -4023,7 +4019,7 @@ if [ -z "$DIR_MAN" ]; then |
/usr/catman/local |
|
@@ -4084,7 +4079,7 @@ if [ -z "$DIR_MAN" ]; then |
for i in $MANPATH; do |
for i in $MANPATH; do |
test -d $i && { DIR_MAN=$i; break; } |
test -d $i && { DIR_MAN=$i; break; } |
done |
done |