From owner-freebsd-ports Sat Nov 9 16:22:59 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C656E37B401 for ; Sat, 9 Nov 2002 16:22:58 -0800 (PST) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B2A843E7B for ; Sat, 9 Nov 2002 16:22:48 -0800 (PST) (envelope-from danielh@iemfg.com) Received: from dan.iemfg.com ([12.254.130.74]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021110002242.XFGK25908.sccrmhc01.attbi.com@dan.iemfg.com> for ; Sun, 10 Nov 2002 00:22:42 +0000 Message-Id: <5.1.0.14.2.20021109171901.00aa2758@IEM01> X-Sender: danielh@IEM01 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 09 Nov 2002 17:24:40 -0800 To: ports@FreeBSD.org From: "Daniel J. Hulme" Subject: bison-1.75 install broken Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed 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 Bison 1.75 fails to build from ports, due to parens in the PORTCOMMENT variable (ports/devel/bison/Makefile). Fixed as follows: -PORTCOMMENT= A parser generator from FSF, (mostly) compatible with Yacc +PORTCOMMENT= A parser generator from FSF, \(mostly\) compatible with Yacc -Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message