Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2002 00:06:29 +1100 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34329: [patch] unbreak lang/nawk
Message-ID:  <20020127130629.DBB4B34A@k7.mavetju.org>

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

>Number:         34329
>Category:       ports
>Synopsis:       [patch] unbreak lang/nawk
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 27 05:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju.org 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Dec 25 02:20:13 EST 2001 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386

$FreeBSD: ports/lang/nawk/Makefile,v 1.17 2001/02/21 20:59:06 obrien Exp $
and
http://bento.freebsd.org/errorlogs/4-full/nawk-20001115.log

>Description:

port doesn't extract and patch due.

>How-To-Repeat:

cd /usr/ports/lang/nawk
make

>Fix:
[/usr/ports/lang/nawk] root@k7>diff -u files/patch-aa.orig files/patch-aa
--- files/patch-aa.orig Mon Jan 28 00:03:19 2002
+++ files/patch-aa      Mon Jan 28 00:01:25 2002
@@ -1,6 +1,6 @@
 --- makefile.orig      Thu May 25 10:55:45 2000
 +++ makefile   Fri Nov  3 01:56:39 2000
-@@ -22,13 +22,13 @@
+@@ -22,14 +22,14 @@
  # THIS SOFTWARE.
  # ****************************************************************/
  
@@ -12,9 +12,11 @@
 +#CFLAGS =
  
 -CC = gcc -Wall -g
+-CC = /opt/SUNWspro/bin/cc
 -CC = /opt/pure/purify/purify cc
 -CC = cc
-+#CC = cc -Wall -g
++#CC = gcc -Wall -g
++#CC = /opt/SUNWspro/bin/cc
 +#CC = /opt/pure/purify/purify cc
 +CC ?= cc

>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?20020127130629.DBB4B34A>