From owner-freebsd-ports Tue Apr 17 0: 0:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B49BA37B424 for ; Tue, 17 Apr 2001 00:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3H704W57094; Tue, 17 Apr 2001 00:00:04 -0700 (PDT) (envelope-from gnats) Received: from dargo.talarian.com (dargo.talarian.com [207.5.33.3]) by hub.freebsd.org (Postfix) with ESMTP id D2D1637B43C for ; Mon, 16 Apr 2001 23:53:14 -0700 (PDT) (envelope-from atallam@talarian.com) Received: from localhost (localhost [127.0.0.1]) by dargo.talarian.com (Postfix) with ESMTP id 43BEF22B0B for ; Mon, 16 Apr 2001 23:52:47 -0700 (PDT) Received: from moya.talarian.com (moya.talarian.com [10.4.10.8]) by dargo.talarian.com (Postfix) with ESMTP id DDD5322B08 for ; Mon, 16 Apr 2001 23:52:43 -0700 (PDT) Received: by moya.talarian.com (Postfix, from userid 623) id 20AC92B1; Mon, 16 Apr 2001 23:53:05 -0700 (PDT) Message-Id: <20010417065305.20AC92B1@moya.talarian.com> Date: Mon, 16 Apr 2001 23:53:05 -0700 (PDT) From: atallam@talarian.com Reply-To: atallam@talarian.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/26635: zephyr port broke Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26635 >Category: ports >Synopsis: The zephyr port won't build >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 17 00:00:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ajay Tallam >Release: FreeBSD 4.2-RELEASE i386 >Organization: >Environment: Nothing really relevant/important here. >Description: Whoever was last mucking around in this port broke it, trying to build it complains about unknown structure tv. Also, bison?? >How-To-Repeat: cd /usr/ports/net/zephyr; make >Fix: This seems to have been intentional. If you look at the files zephyr.h zephyr.h.orig in work/zephyr/h/zephyr/ you'll notice the only change was the notorious tv structure was removed. So I just took line 68 from .orig and put it as line 69 in zephyr.h. I didn't see if zephyr needs its existing line 68, and I don't know why it was changed. On another note, why is this port using bison when it doesn't depend on it, and when it's not a default install? bison -y -d ./parser.y bison:No such file or directory *** Error code 1 Stop in /usr/ports/net/zephyr/work/zephyr/zwgc. That is very annoying. You should probably use yacc instead, since it is a default install. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message