diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-04-12 03:10:51 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-04-12 03:10:51 +0000 |
commit | 306f120d87e3942bef66515ad82d2f630a7e685d (patch) | |
tree | 94174093e6f7dfcc65193c2c9526725a9653f680 /comms/hylafax | |
parent | 5861ea42afd6f503dca0a138bdfe649170563b6c (diff) | |
download | ports-306f120d87e3942bef66515ad82d2f630a7e685d.tar.gz ports-306f120d87e3942bef66515ad82d2f630a7e685d.zip |
updated to 4.0pl2.
added official mirrors to MASTER_SITES.
Notes
Notes:
svn path=/head/; revision=10488
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/Makefile | 12 | ||||
-rw-r--r-- | comms/hylafax/distinfo | 2 | ||||
-rw-r--r-- | comms/hylafax/files/patch-ab | 15 | ||||
-rw-r--r-- | comms/hylafax/pkg-plist | 1 |
4 files changed, 10 insertions, 20 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 57d25accf142..53088781ce19 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,15 +1,17 @@ # ports collection makefile for: hylafax -# Version required: v4.0pl1 +# Version required: v4.0pl2 # Date created: 19 Apr 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.10 1997/11/05 15:37:36 tg Exp $ +# $Id: Makefile,v 1.11 1997/12/01 08:07:14 tg Exp $ # -DISTNAME= hylafax-v4.0pl1 -PKGNAME= hylafax-4.0.1 +DISTNAME= hylafax-v4.0pl2 +PKGNAME= hylafax-4.0.2 CATEGORIES= comms -MASTER_SITES= ftp://ftp.sgi.com/sgi/fax/source/ +MASTER_SITES= ftp://ftp.sgi.com/sgi/fax/source/ \ + ftp://ftp.leo.org/pub/comp/os/unix/networking/fax/hylafax/source/ \ + ftp://ftp.sisis.de/pub/hylafax/source/ EXTRACT_SUFX= -tar.gz MAINTAINER= itojun@itojun.org diff --git a/comms/hylafax/distinfo b/comms/hylafax/distinfo index b191640c850a..401d5419a7eb 100644 --- a/comms/hylafax/distinfo +++ b/comms/hylafax/distinfo @@ -1 +1 @@ -MD5 (hylafax-v4.0pl1-tar.gz) = 47af6fb4b94985c8829c47003bc4e4ab +MD5 (hylafax-v4.0pl2-tar.gz) = 59966e41f769770134b2c80c84245874 diff --git a/comms/hylafax/files/patch-ab b/comms/hylafax/files/patch-ab index b32085fe3224..7ed37b7565da 100644 --- a/comms/hylafax/files/patch-ab +++ b/comms/hylafax/files/patch-ab @@ -3,7 +3,7 @@ @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/local/bin/bash - # $Id: configure,v 1.401 1996/11/23 17:28:45 sam Rel $ + # $Id: patch-ab,v 1.4 1998/02/02 01:25:38 itojun Exp $ # # HylaFAX Facsimile Software @@ -239,7 +239,7 @@ @@ -15,19 +15,6 @@ PATH=$PATH:$OPATH POSIXLY_CORRECT=1; export POSIXLY_CORRECT # disable GNU extensions -@@ -1662,6 +1662,12 @@ - CONFIG_OPENFIFO=O_RDONLY; - fi - ;; -+ *-freebsd*) if releaseAtLeast 3.0; then -+ CONFIG_OPENFIFO=O_RDWR; -+ else -+ CONFIG_OPENFIFO=O_RDONLY; -+ fi -+ ;; - *) CONFIG_OPENFIFO=O_RDONLY;; - esac - } @@ -3928,7 +3934,8 @@ printConfig checkForExecutable $PATH_SENDMAIL diff --git a/comms/hylafax/pkg-plist b/comms/hylafax/pkg-plist index f80d35293a22..96135e1a5bcf 100644 --- a/comms/hylafax/pkg-plist +++ b/comms/hylafax/pkg-plist @@ -145,6 +145,7 @@ fax/config/rc288dpi-1 fax/config/rc32acl fax/config/rc32acl-1 fax/config/rockwell +fax/config/sierra fax/config/skel fax/config/telebit-qblazer fax/config/telebit-t3000 |