From owner-freebsd-ports Tue Oct 29 19:40: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C72837B401 for ; Tue, 29 Oct 2002 19:40:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AC1D43E75 for ; Tue, 29 Oct 2002 19:40:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9U3e5x3059724 for ; Tue, 29 Oct 2002 19:40:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9U3e5bb059723; Tue, 29 Oct 2002 19:40:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B4CA37B401 for ; Tue, 29 Oct 2002 19:30:06 -0800 (PST) Received: from out005.verizon.net (out005pub.verizon.net [206.46.170.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 379B243E6E for ; Tue, 29 Oct 2002 19:30:05 -0800 (PST) (envelope-from arlankfo@verizon.net) Received: from verizon.net ([138.88.146.50]) by out005.verizon.net (InterMail vM.5.01.05.09 201-253-122-126-109-20020611) with ESMTP id <20021030033004.JAVD4740.out005.verizon.net@verizon.net> for ; Tue, 29 Oct 2002 21:30:04 -0600 Message-Id: <20021030033004.JAVD4740.out005.verizon.net@verizon.net> Date: Tue, 29 Oct 2002 22:30:01 -0500 From: "Andrew Lankford" Reply-To: "Andrew Lankford" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44736: teTeX fails to compile because of apparent bug Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44736 >Category: ports >Synopsis: teTeX fails to compile because of apparent bug >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 29 19:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: root >Release: FreeBSD 4.7-STABLE i386 >Organization: None >Environment: System: FreeBSD bogushost2 4.7-STABLE FreeBSD 4.7-STABLE #7: Tue Oct 29 01:01:40 EST 2002 root@bogushost2:/usr/obj/usr/src/sys/ARLKERNEL i386 >Description: Build chokes at line 139 of work/teTeX-1.0/texk/web2c/web2c/web2c.y. >How-To-Repeat: cd /usr/ports/print/teTeX ; make >Fix: I know next to nothing about yacc/bison, but it looks like the problem is simply a missing semicolon. This makes the port compile anyway. --- patch_teTeXsrc_web2c_y begins here --- --- web2c.y.orig Tue Oct 29 22:04:34 2002 +++ web2c.y Tue Oct 29 22:07:45 2002 @@ -135,6 +135,7 @@ /* program statement. Ignore any files. */ PROGRAM_HEAD: program_tok undef_id_tok PROGRAM_FILE_PART ';' + ; PROGRAM_FILE_PART: '(' PROGRAM_FILE_LIST ')' --- patch_teTeXsrc_web2c_y ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message