diff options
author | abs <abs@pkgsrc.org> | 2000-08-29 17:08:37 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2000-08-29 17:08:37 +0000 |
commit | bd160f1b2c214da3ee739599619c40ed1e0a8e20 (patch) | |
tree | d72ad9368fe9372bc18b83461cabddd406c4f26e /comms/hylafax/Makefile | |
parent | 8f5bdddc6c287fcf2ea8492dca041149ae4b0811 (diff) | |
download | pkgsrc-bd160f1b2c214da3ee739599619c40ed1e0a8e20.tar.gz |
Patch faxd/tif_fax3.h to avoid potential infinite loop in EXPAND1D and EXPAND2D
This package still has bizarre issues with trying to symlink everything across
from /var/spool/fax into /usr/pkg/..., which breaks probably due to judicious
use of chroot(). That _really_ needs to be fixed
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 87be9140bce..d6042ab20fb 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2000/05/10 15:39:06 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2000/08/29 17:08:37 abs Exp $ # DISTNAME= hylafax-4.1beta2 -PKGNAME= hylafax-4.1b2 +PKGNAME= hylafax-4.1b2nb1 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/hylafax/source/BETA/ \ ftp://ftp.leo.org/pub/comp/os/unix/networking/fax/hylafax/source/BETA/ \ |