From root@blackdawn.com  Sat Feb 12 22:12:34 2000
Return-Path: <root@blackdawn.com>
Received: from rock.ghis.net (rock.ghis.net [209.222.164.7])
	by builder.freebsd.org (Postfix) with ESMTP id 4B94D3FEF
	for <FreeBSD-gnats-submit@FreeBSD.ORG>; Sat, 12 Feb 2000 22:12:24 -0800 (PST)
Received: from shadow.blackdawn.com (postfix@[209.69.196.56])
	by rock.ghis.net (8.9.3/8.9.3) with ESMTP id WAA50648
	for <FreeBSD-gnats-submit@FreeBSD.ORG>; Sat, 12 Feb 2000 22:12:17 -0800 (PST)
Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3])
	by shadow.blackdawn.com (Postfix) with ESMTP id 56DAF1949
	for <FreeBSD-gnats-submit@FreeBSD.ORG>; Sun, 13 Feb 2000 01:12:15 -0500 (EST)
Received: by argon.blackdawn.com (Postfix, from userid 0)
	id 52C1F197E; Sun, 13 Feb 2000 01:12:08 -0500 (EST)
Message-Id: <20000213061208.52C1F197E@argon.blackdawn.com>
Date: Sun, 13 Feb 2000 01:12:08 -0500 (EST)
From: Will Andrews <andrews@technologist.com>
Sender: root@blackdawn.com
Reply-To: Will Andrews <andrews@technologist.com>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: fix port: lang/nawk: [PATCH]
X-Send-Pr-Version: 3.2

>Number:         16690
>Category:       ports
>Synopsis:       fix port: lang/nawk: [PATCH]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 12 22:20:00 PST 2000
>Closed-Date:    Tue Feb 29 23:15:09 PST 2000
>Last-Modified:  Tue Feb 29 23:15:20 PST 2000
>Originator:     Will Andrews
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
none
>Environment:

FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sat Feb 12 13:20:47 EST 2000     root@argon.blackdawn.com:/usr/src/sys/compile/KRYPTON  i386

>Description:

Fix nawk on -CURRENT. Yet another USE_BISON thing..

>How-To-Repeat:

Use the patch below to fix the current port.

>Fix:

diff -urN nawk/Makefile nawk.new/Makefile
--- nawk/Makefile	Mon Nov 29 06:15:10 1999
+++ nawk.new/Makefile	Sun Feb 13 01:09:00 2000
@@ -18,6 +18,7 @@
 MAKEFILE=	makefile
 ALL_TARGET=	a.out
 MAN1=		nawk.1
+USE_BISON=	yes
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/a.out ${PREFIX}/bin/nawk
diff -urN nawk/patches/patch-aa nawk.new/patches/patch-aa
--- nawk/patches/patch-aa	Mon Nov 29 06:15:11 1999
+++ nawk.new/patches/patch-aa	Sun Feb 13 01:08:07 2000
@@ -1,6 +1,6 @@
---- makefile.orig	Fri Jul 16 13:47:54 1999
-+++ makefile	Mon Nov 29 02:07:56 1999
-@@ -22,13 +22,13 @@
+--- makefile	Sun Feb 13 01:07:43 2000
++++ makefile.new	Sun Feb 13 01:07:52 2000
+@@ -22,16 +22,15 @@
  # THIS SOFTWARE.
  # ****************************************************************/
  
@@ -19,4 +19,7 @@
 +#CC = cc
  
  YACC = bison -y
- YACC = yacc
+-YACC = yacc
+ YFLAGS = -d
+ 
+ OFILES = b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: billf 
State-Changed-When: Tue Feb 29 23:15:09 PST 2000 
State-Changed-Why:  
Committed, thanks. 
>Unformatted:
