From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 28 08:30:16 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBE3E16A41F for ; Sun, 28 Aug 2005 08:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F7FB43D48 for ; Sun, 28 Aug 2005 08:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7S8UGsP014427 for ; Sun, 28 Aug 2005 08:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7S8UGG6014426; Sun, 28 Aug 2005 08:30:16 GMT (envelope-from gnats) Resent-Date: Sun, 28 Aug 2005 08:30:16 GMT Resent-Message-Id: <200508280830.j7S8UGG6014426@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Phil Kernick Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF57816A41F for ; Sun, 28 Aug 2005 08:21:48 +0000 (GMT) (envelope-from philk@rotfl.com.au) Received: from mail.rotfl.com.au (eth1779.sa.adsl.internode.on.net [150.101.235.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6459243D48 for ; Sun, 28 Aug 2005 08:21:48 +0000 (GMT) (envelope-from philk@rotfl.com.au) Received: from localhost (localhost.rotfl.com.au [127.0.0.1]) by mail.rotfl.com.au (Postfix) with ESMTP id 3800845095 for ; Sun, 28 Aug 2005 17:51:47 +0930 (CST) Received: from mail.rotfl.com.au ([127.0.0.1]) by localhost (mail.rotfl.com.au [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 45945-03 for ; Sun, 28 Aug 2005 17:51:41 +0930 (CST) Message-Id: <20050828082141.4A5FB45430@mail.rotfl.com.au> Date: Sun, 28 Aug 2005 17:51:41 +0930 (CST) From: Phil Kernick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85369: port comms/hylafax will not send e-mail notifications X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Phil Kernick List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2005 08:30:17 -0000 >Number: 85369 >Category: ports >Synopsis: port comms/hylafax will not send e-mail notifications >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 28 08:30:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Phil Kernick >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD catbert.rotfl.com.au 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Mon Aug 15 13:12:48 CST 2005 root@catbert.rotfl.com.au:/usr/src/sys/i386/compile/CATBERT i386 >Description: The comms/hylafax notification program notify(8) uses awk to format the e-mail notification. The awk script is not compatible with the /usr/bin/awk in the base system and only works with the gawk port. >How-To-Repeat: Install the comms/hylafax port, then: # /var/spool/hylafax/bin/notify doneq/q19 done 60 /usr/bin/awk: illegal primary in regular expression * at source line number 37 context is >>> gsub("*","",status) <<< ; [: -gt: unexpected operator sendmail: fatal: No recipient addresses found in message header >Fix: The temporary fix is to install the lang/gawk port, then manually edit /var/spool/hylafax/etc/setup.cache and change the AWK path to point to the gawk executable. The permanent fix is to make comms/hylafax dependent on lang/gawk and then ensure that gawk gets selected as the awk program as part of configure. >Release-Note: >Audit-Trail: >Unformatted: