Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Feb 2000 01:12:08 -0500 (EST)
From:      Will Andrews <andrews@technologist.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/16690: fix port: lang/nawk: [PATCH]
Message-ID:  <20000213061208.52C1F197E@argon.blackdawn.com>

next in thread | raw e-mail | index | archive | help

>Number:         16690
>Category:       ports
>Synopsis:       fix port: lang/nawk: [PATCH]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 12 22:20:00 PST 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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