summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Chris Walker <kris240376@gmail.com>2019-05-09 23:29:21 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-05-09 23:29:21 +0700
commit2e9d44034b653e2f169042843790052f6d237687 (patch)
treea1fb7668ba248617442967e218a043e922b3a931 /network
parent98398718ac986ab947eb757089cefcf8c008cfbf (diff)
downloadslackbuilds-2e9d44034b653e2f169042843790052f6d237687.tar.gz
slackbuilds-2e9d44034b653e2f169042843790052f6d237687.tar.xz
network/hylafax+: Updated for version 7.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/hylafax+/README2
-rw-r--r--network/hylafax+/README.SLACKWARE2
-rw-r--r--network/hylafax+/config.local.in4
-rw-r--r--network/hylafax+/doinst.sh14
-rw-r--r--network/hylafax+/hylafax+.SlackBuild14
-rw-r--r--network/hylafax+/hylafax+.info6
6 files changed, 30 insertions, 12 deletions
diff --git a/network/hylafax+/README b/network/hylafax+/README
index 197f605926..347202297b 100644
--- a/network/hylafax+/README
+++ b/network/hylafax+/README
@@ -6,4 +6,4 @@ an outbound job from any other machine on the network.
HylaFAX+ is a more feature rich fork of the HylaFAX project.
-See /usr/doc/hylafax-5.5.9/README.SLACKWARE for configuration hints.
+See /usr/doc/hylafax-7.0.0/README.SLACKWARE for configuration hints.
diff --git a/network/hylafax+/README.SLACKWARE b/network/hylafax+/README.SLACKWARE
index fbab4d08ee..38a853d9a2 100644
--- a/network/hylafax+/README.SLACKWARE
+++ b/network/hylafax+/README.SLACKWARE
@@ -1,5 +1,3 @@
-/usr/doc/hylafax-@VERSION@/README.SLACKWARE
-
If you need to start hylafax at boot, add this to /etc/rc.d/rc.local:
# Starting the HylaFAX hfaxd and faxq Daemons at Boot.
diff --git a/network/hylafax+/config.local.in b/network/hylafax+/config.local.in
index 9c9d8a33c5..27747d3233 100644
--- a/network/hylafax+/config.local.in
+++ b/network/hylafax+/config.local.in
@@ -1,4 +1,4 @@
-# $Id: config.site,v 1.4 2009/05/25 18:41:23 faxguy Exp $
+# $Id: config.site 927 2009-05-25 18:41:23Z faxguy $
#
# HylaFAX Facsimile Software
#
@@ -183,8 +183,6 @@ ZLIBINC="-I/usr/include" # place to find zlib.h
# the target system. If they are set here, then they will
# override anything done by configure.
#
-#CONFIG_OPENFIFO="O_RDONLY" # mode to open FIFOs in server proc's
-#CONFIG_FIFOBUG="yes" # enable workaround for FIFO select bug
#CONFIG_TIOCMBISBYREF="yes" # pass arg by reference to ioctl
#CONFIG_WINSZHACK="no" # include extra files for TIOCWINSZ use
#CONFIG_ABORTBUG="no" # enable workaround for abort problems
diff --git a/network/hylafax+/doinst.sh b/network/hylafax+/doinst.sh
index 078b8ff355..813758b9d9 100644
--- a/network/hylafax+/doinst.sh
+++ b/network/hylafax+/doinst.sh
@@ -35,6 +35,20 @@ config var/spool/hylafax/etc/dialrules.ext.new
config var/spool/hylafax/etc/dialrules.uk.new
config var/spool/hylafax/etc/dialrules.world.new
+if [ -d usr/lib64 ]; then
+ config usr/lib64/hylafax/faxcover.ps.new
+ config usr/lib64/hylafax/faxmail.ps.new
+ config usr/lib64/hylafax/hfaxd.conf.new
+ config usr/lib64/hylafax/pagesizes.new
+ config usr/lib64/hylafax/typerules.new
+else
+ config usr/lib/hylafax/faxcover.ps.new
+ config usr/lib/hylafax/faxmail.ps.new
+ config usr/lib/hylafax/hfaxd.conf.new
+ config usr/lib/hylafax/pagesizes.new
+ config usr/lib/hylafax/typerules.new
+fi
+
# We warn about needed configuration to the /etc/inittab file.
printf "\nThe following line will need be added to your /etc/inittab:
please check if it is the correct tty device for the modem,
diff --git a/network/hylafax+/hylafax+.SlackBuild b/network/hylafax+/hylafax+.SlackBuild
index 00d85bb3a8..e35b925fbe 100644
--- a/network/hylafax+/hylafax+.SlackBuild
+++ b/network/hylafax+/hylafax+.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for hylafax+
-# Copyright 2013-2018 Chris Walker Kempner, TX
+# Copyright 2013-2019 Chris Walker Kempner, TX
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,8 +24,8 @@
PRGNAM=hylafax+
SRCNAM=hylafax
-VERSION=${VERSION:-5.6.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-7.0.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -107,6 +107,14 @@ cd $PKG/var/spool/hylafax/etc
mv hosts.hfaxd hosts.hfaxd.new
cd -
+cd $PKG/usr/lib$LIBDIRSUFFIX/hylafax
+ mv faxcover.ps faxcover.ps.new
+ mv faxmail.ps faxmail.ps.new
+ mv hfaxd.conf hfaxd.conf.new
+ mv pagesizes pagesizes.new
+ mv typerules typerules.new
+cd -
+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
CHANGES CONTRIBUTORS COPYRIGHT INSTALL TODO VERSION \
diff --git a/network/hylafax+/hylafax+.info b/network/hylafax+/hylafax+.info
index 940c9e7eb8..5647f3f419 100644
--- a/network/hylafax+/hylafax+.info
+++ b/network/hylafax+/hylafax+.info
@@ -1,8 +1,8 @@
PRGNAM="hylafax+"
-VERSION="5.6.1"
+VERSION="7.0.0"
HOMEPAGE="http://hylafax.sourceforge.net"
-DOWNLOAD="https://downloads.sourceforge.net/project/hylafax/hylafax/hylafax-5.6.1.tar.gz"
-MD5SUM="80242442f1ae31c97c5f941ca49abdde"
+DOWNLOAD="https://iweb.dl.sourceforge.net/project/hylafax/hylafax/hylafax-7.0.0.tar.gz"
+MD5SUM="5e779c2099a80d886c38ad536d131706"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""