Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2003 08:10:25 -0800 (PST)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/59222: [BROKEN] comms/bforce port on -CURRENT
Message-ID:  <200311131610.hADGAPxw020996@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/59222; it has been noted by GNATS.

From: "Sergey A. Osokin" <osa@FreeBSD.org>
To: oleg dashevskii <be9-ml@be9.ru>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/59222: [BROKEN] comms/bforce port on -CURRENT
Date: Thu, 13 Nov 2003 19:04:38 +0300

 On Wed, Nov 12, 2003 at 11:13:03PM +0600, oleg dashevskii wrote:
 > becho# make
 > ===>  Building for bforce-0.22.8
 > bison -y bforce/expression.y
 > bforce/expression.y:208.1-2: parse error, unexpected "%%", expecting ";" or "|"
 > gmake: *** [bforce/expression.c] ïÛÉÂËÁ 1
 > *** Error code 2
 > 	
 > 	Strange enough, `yacc bforce/expression.y` is ok (no errors).
 
 Try to use folloing patch. If its OK - I'll commit it ASAP.
 -----------------------
 Index: ports/comms/bforce/files/patch-aa
 ===================================================================
 RCS file: /home/pcvs/ports/comms/bforce/files/patch-aa,v
 retrieving revision 1.1
 diff -u -u -r1.1 patch-aa
 --- ports/comms/bforce/files/patch-aa	19 Feb 2003 10:30:22 -0000	1.1
 +++ ports/comms/bforce/files/patch-aa	13 Nov 2003 16:03:03 -0000
 @@ -1,6 +1,5 @@
 -diff -ur configure configure
 ---- configure	Sun Nov 12 22:19:24 2000
 -+++ configure	Thu Jan 16 09:34:36 2003
 +--- configure.orig	Sun Nov 12 18:19:24 2000
 ++++ configure	Thu Nov 13 18:59:15 2003
  @@ -746,10 +746,10 @@
   #
   echo $ac_n "checking "UUCP lock files directory"""... $ac_c" 1>&6
 @@ -15,3 +14,12 @@
   else
   	lockdir=/var/lock/
   fi
 +@@ -759,7 +759,7 @@
 + 
 + echo "$ac_t"""$lockdir"" 1>&6
 + 
 +-for ac_prog in 'bison -y' byacc
 ++for ac_prog in 'yacc' byacc
 + do
 + # Extract the first word of "$ac_prog", so it can be a program name with args.
 + set dummy $ac_prog; ac_word=$2
 -----------------------
 
 -- 
 
 Rgdz,                        /"\  ASCII RIBBON CAMPAIGN
 Sergey Osokin aka oZZ,       \ /    AGAINST HTML MAIL
 http://ozz.pp.ru/             X          AND NEWS
                              / \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311131610.hADGAPxw020996>