ports/59222

oleg dashevskii be9-ml at be9.ru
Thu Nov 13 06:20:09 UTC 2003


The following reply was made to PR ports/59222; it has been noted by GNATS.

From: oleg dashevskii <be9-ml at be9.ru>
To: freebsd-gnats-submit at FreeBSD.org
Cc:  
Subject: Re: ports/59222
Date: Thu, 13 Nov 2003 12:12:24 +0600

 Solved the problem. Here goes modified comms/bforce/files/patch-aa
 (now configure selects system's /usr/bin/byacc and voila)
 
 === cut ===
 --- configure.orig	Sun Nov 12 21:19:24 2000
 +++ configure	Thu Nov 13 11:59:17 2003
 @@ -746,10 +746,10 @@
  #
  echo $ac_n "checking "UUCP lock files directory"""... $ac_c" 1>&6
  echo "configure:749: checking "UUCP lock files directory"" >&5
 -if test -d /var/lock ; then
 -	lockdir=/var/lock/
 -elif test -d /var/spool/lock ; then
 +if test -d /var/spool/lock ; then
  	lockdir=/var/spool/lock/
 +elif test -d /var/lock ; then
 +	lockdir=/var/lock/
  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 byacc 'bison -y'
  do
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
 === cut ===
 
 --
 be9



More information about the freebsd-ports-bugs mailing list