summaryrefslogtreecommitdiff
path: root/comms/hylafax/patches
diff options
context:
space:
mode:
Diffstat (limited to 'comms/hylafax/patches')
-rw-r--r--comms/hylafax/patches/patch-ae87
1 files changed, 78 insertions, 9 deletions
diff --git a/comms/hylafax/patches/patch-ae b/comms/hylafax/patches/patch-ae
index d567f87534c..edd9c8af9b0 100644
--- a/comms/hylafax/patches/patch-ae
+++ b/comms/hylafax/patches/patch-ae
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.12 2006/01/22 14:06:02 adrianp Exp $
+$NetBSD: patch-ae,v 1.13 2006/05/15 19:02:47 joerg Exp $
--- configure.orig 2005-12-16 22:40:30.000000000 +0000
+++ configure
@@ -108,7 +108,31 @@ $NetBSD: patch-ae,v 1.12 2006/01/22 14:06:02 adrianp Exp $
for i in $DIRS; do
test -x $i/tiff2ps && { TIFFBIN=$i; break; }
done
-@@ -3836,7 +3830,7 @@ fi
+@@ -3722,6 +3716,7 @@ if [ -z "$FAXGID" ]; then
+ *-bsdi*) FAXGID=uucp;;
+ *freebsd2.1*) FAXGID=uucp; break;; # Not sure when this changed..
+ *bsd*) FAXGID=dialer;;
++ *-dragonfly*) FAXGID=dialer;;
+ *-hpux*) FAXGID=sys;;
+ *-irix*) FAXGID=nuucp;;
+ *-isc*) FAXGID=uucp;;
+@@ -3750,6 +3745,7 @@ if [ -z "$SYSGID" ]; then
+ *-aix*) SYSGID=sys;;
+ *netbsd*) SYSGID=wheel;;
+ *bsd*) SYSGID=bin;;
++ *-dragonfly*) SYSGID=bin;;
+ *-hpux*) SYSGID=bin;;
+ *-irix*) SYSGID=sys;;
+ *-isc*) SYSGID=sys;;
+@@ -3794,6 +3790,7 @@ fi
+ if [ "$GETTY" = auto ]; then
+ case $TARGET in
+ *bsd*) GETTY=BSD;;
++ *-dragonfly*) GETTY=BSD;;
+ *-sunos*) GETTY=BSD;;
+ *-ultrix*) GETTY=BSD;;
+ *darwin*) GETTY=BSD;;
+@@ -3836,7 +3833,7 @@ fi
if [ -z "$PATH_VGETTY" ]; then
PATH_VGETTY=`findApp vgetty /usr/libexec:/sbin:$PATH`
if [ -z "$PATH_VGETTY" ]; then
@@ -117,7 +141,7 @@ $NetBSD: patch-ae,v 1.12 2006/01/22 14:06:02 adrianp Exp $
Note "WARNING, no vgetty program found to handle a voice call, using $PATH_VGETTY."
else
Note "Looks like $PATH_VGETTY is the program to exec for a voice call."
-@@ -3849,7 +3843,7 @@ fi
+@@ -3849,7 +3846,7 @@ fi
if [ -z "$PATH_EGETTY" ]; then
PATH_EGETTY=`findApp egetty /usr/libexec:/sbin:$PATH`
if [ -z "$PATH_EGETTY" ]; then
@@ -126,7 +150,15 @@ $NetBSD: patch-ae,v 1.12 2006/01/22 14:06:02 adrianp Exp $
Note "WARNING, no egetty program found, using $PATH_EGETTY."
else
Note "Looks like $PATH_EGETTY is the program to exec for an extern call."
-@@ -3920,6 +3914,7 @@ PickRIP()
+@@ -3871,6 +3868,7 @@ if [ "$LOCKS" = auto ]; then
+ *-sysv5*) LOCKS="+ascii";;
+ *-solaris*) LOCKS="+ascii";;
+ *-freebsd*) LOCKS=ascii;;
++ *-dragonfly*) LOCKS=ascii;;
+ *-netbsd*) LOCKS=ascii;;
+ *bsd*) LOCKS=binary;;
+ *) LOCKS=ascii;;
+@@ -3920,6 +3918,7 @@ PickRIP()
{
if [ -z "$PATH_GSRIP" ]; then
GSLOCS="
@@ -134,7 +166,7 @@ $NetBSD: patch-ae,v 1.12 2006/01/22 14:06:02 adrianp Exp $
/usr/local/bin/gs
/usr/contrib/bin/gs
/usr/gnu/bin/gs
-@@ -3967,7 +3962,7 @@ fax software to operate correctly. See
+@@ -3967,7 +3966,7 @@ fax software to operate correctly. See
on building Ghostscript with the necessary TIFF driver.
EOF
@@ -143,7 +175,7 @@ $NetBSD: patch-ae,v 1.12 2006/01/22 14:06:02 adrianp Exp $
PATH_GSRIP=$PATH_PSRIP
fi
}
-@@ -4034,9 +4029,9 @@ if [ -z "$PATH_AFM" ]; then
+@@ -4034,9 +4033,9 @@ if [ -z "$PATH_AFM" ]; then
else
DIR_AFMS="
/usr/lib/afm
@@ -156,7 +188,7 @@ $NetBSD: patch-ae,v 1.12 2006/01/22 14:06:02 adrianp Exp $
/usr/share/ghostscript/fonts
/usr/gnu/lib/ghostscript/fonts
/opt/gnu/lib/ghostscript/fonts
-@@ -4056,7 +4051,7 @@ if [ -z "$PATH_AFM" ]; then
+@@ -4056,7 +4055,7 @@ if [ -z "$PATH_AFM" ]; then
fi
if [ -z "$PATH_AFM" ]; then
# put it where ghostscript normally puts things
@@ -165,7 +197,7 @@ $NetBSD: patch-ae,v 1.12 2006/01/22 14:06:02 adrianp Exp $
Note "WARNING, could not locate a directory with font metric information,"
Note "guessing that font metric information goes in $PATH_AFM."
else
-@@ -4075,7 +4070,7 @@ fi
+@@ -4075,7 +4074,7 @@ fi
#
if [ -z "$DIR_MAN" ]; then
MANPATH="
@@ -174,7 +206,7 @@ $NetBSD: patch-ae,v 1.12 2006/01/22 14:06:02 adrianp Exp $
/usr/local/man
/usr/contrib/man
/usr/catman/local
-@@ -4084,7 +4079,7 @@ if [ -z "$DIR_MAN" ]; then
+@@ -4084,43 +4083,11 @@ if [ -z "$DIR_MAN" ]; then
for i in $MANPATH; do
test -d $i && { DIR_MAN=$i; break; }
done
@@ -183,3 +215,40 @@ $NetBSD: patch-ae,v 1.12 2006/01/22 14:06:02 adrianp Exp $
fi
Note "Looks like manual pages go in $DIR_MAN."
if [ -z "$MANSCHEME" ]; then
+- case $TARGET in
+- *-bsdi*|*-netbsd*) MANSCHEME=bsd-nroff-gzip-0.gz;;
+- *-freebsd*) MANSCHEME=bsd-source-cat;;
+- *-linux*) MANSCHEME=bsd-source-cat;;
+- *-ultrix*) MANSCHEME=bsd-source-cat;;
+- *-sunos*) MANSCHEME=bsd-source-cat-strip;;
+- *-sysv[234]*) MANSCHEME=sysv-source-cat-strip;;
+- *-hpux*) MANSCHEME=sysv-source-cat-strip;;
+- *-solaris*) MANSCHEME=sysv-source-cat-strip;;
+- *-aix*) MANSCHEME=sysv-source-strip;;
+- *-isc*|*-*-sco*) MANSCHEME=sysv-source-cat;;
+- *-irix*) MANSCHEME=sysv-nroff-compress-Z;;
+- *)
+- #
+- # Try to deduce the setup from existing manual pages.
+- # XXX needs more work XXX
+- #
+- MANSCHEME=sysv-source-cat
+- if [ -d /usr/share/man ]; then
+- if [ -d /usr/share/man/u_man ]; then
+- MANSCHEME=sysv-source-cat
+- elif [ -d /usr/share/man/man8 ]; then
+- MANSCHEME=bsd-source-cat
+- fi
+- elif [ -d /usr/share/catman ]; then
+- if [ -d /usr/share/catman/u_man ]; then
+- MANSCHEME=sysv-nroff-cat
+- elif [ -d /usr/share/catman/man8 ]; then
+- MANSCHEME=bsd-nroff-cat
+- fi
+- fi
+- ;;
+- esac
++ MANSCHEME=bsd-source-cat-strip
+ fi
+ Note "Looks like manual pages should be installed with $MANSCHEME."
+