mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
updated to 4.0pl2.
added official mirrors to MASTER_SITES.
This commit is contained in:
parent
5861ea42af
commit
306f120d87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10488
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (hylafax-v4.0pl1-tar.gz) = 47af6fb4b94985c8829c47003bc4e4ab
|
||||
MD5 (hylafax-v4.0pl2-tar.gz) = 59966e41f769770134b2c80c84245874
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user