aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-07-09 07:57:34 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-07-09 07:57:34 +0000
commit97fe84f0368ac2616aae1b4b5e909d1c75c0da04 (patch)
treea9999c65295b00ae825d20f694694e8df0f7e1cf /comms
parentf157bf2adb3f0dd3f5cdc4ac7470d460a4505929 (diff)
downloadports-97fe84f0368ac2616aae1b4b5e909d1c75c0da04.tar.gz
ports-97fe84f0368ac2616aae1b4b5e909d1c75c0da04.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/hylafax/Makefile2
-rw-r--r--comms/hylafax/files/patch-hylafax.in24
2 files changed, 25 insertions, 1 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile
index 2ec12494c841..04d5b710dfae 100644
--- a/comms/hylafax/Makefile
+++ b/comms/hylafax/Makefile
@@ -7,7 +7,7 @@
PORTNAME= hylafax
PORTVERSION= 6.0.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= comms
MASTER_SITES= ftp://ftp.hylafax.org/source/
diff --git a/comms/hylafax/files/patch-hylafax.in b/comms/hylafax/files/patch-hylafax.in
new file mode 100644
index 000000000000..6a3f52ab79b8
--- /dev/null
+++ b/comms/hylafax/files/patch-hylafax.in
@@ -0,0 +1,24 @@
+
+--- etc/hylafax.in.orig 2010-07-03 12:28:08.000000000 +0400
++++ etc/hylafax.in 2010-07-03 12:34:20.000000000 +0400
+@@ -74,6 +74,9 @@
+ if [ -z "$HFAXD_SNPP_SERVER" ]; then
+ HFAXD_SNPP_SERVER=no
+ fi
++if [ -z "$HFAXD_ARGS" ]; then
++ HFAXD_ARGS=
++fi
+
+ IS_ON=/etc/chkconfig # NB: chkconfig is IRIX- and Linux-specific
+ FAXQ=$SBIN/faxq
+@@ -154,7 +157,7 @@
+ $FAXQ; printf " faxq"
+ fi
+ if test $HFAXD_SERVER = yes ; then
+- HFAXD="$HFAXD -i $FAXPORT"
++ HFAXD="$HFAXD $HFAXD_ARGS -i $FAXPORT"
+ HFAXMSG=" hfaxd"
+ if [ $HFAXD_SNPP_SERVER = yes ]; then
+ HFAXD="$HFAXD -s $SNPPPORT"
+
+