Date: Thu, 31 Dec 2009 20:12:07 GMT From: "Pedro F. Giffuni" <giffunip@tutopia.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/142206: Update lang/nawk to 20091126 Message-ID: <200912312012.nBVKC7Pj073257@www.freebsd.org> Resent-Message-ID: <200912312020.nBVKK2f1060199@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 142206 >Category: ports >Synopsis: Update lang/nawk to 20091126 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 31 20:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 8.0-RELEASE >Organization: >Environment: FreeBSD mogwai.giffuni.net 8.0-RELEASE FreeBSD 8.0-RELEASE #12: Tue Dec 1 23:31:27 UTC 2009 pedro@mogwai.giffuni.net:/usr/src/sys/i386/compile/GENERIC i386 >Description: Minor fixes (from FIXES file) Nov 26, 2009: fixed a long-standing issue with when FS takes effect. a change to FS is now noticed immediately for subsequent splits. changed the name getline() to awkgetline() to avoid yet another name conflict somewhere. Feb 11, 2009: temporarily for now defined HAS_ISBLANK, since that seems to be the best way through the thicket. isblank arrived in C99, but seems to be arriving at different systems at different times. Oct 8, 2008: fixed typo in b.c that set tmpvec wrongly. no one had ever run into the problem, apparently. thanks to alistair crooks. >How-To-Repeat: >Fix: diff -ru nawk.orig/Makefile nawk/Makefile --- nawk.orig/Makefile 2009-12-31 15:00:47.000000000 +0000 +++ nawk/Makefile 2009-12-31 15:01:50.000000000 +0000 @@ -7,8 +7,7 @@ # PORTNAME= nawk -PORTVERSION= 20071023 -PORTREVISION= 1 +PORTVERSION= 20091126 CATEGORIES= lang MASTER_SITES= http://www.cs.princeton.edu/~bwk/btl.mirror/ DISTNAME= awk diff -ru nawk.orig/distinfo nawk/distinfo --- nawk.orig/distinfo 2009-12-31 15:00:47.000000000 +0000 +++ nawk/distinfo 2009-12-31 15:02:07.000000000 +0000 @@ -1,3 +1,3 @@ -MD5 (nawk/awk.tar.gz) = 6678ed668b12c5f3051a6e88732c23d8 -SHA256 (nawk/awk.tar.gz) = 6e116bd19dbe76c7d253d77285b68bc1ce4ff08b17812c7c8125af5fd6ff726d -SIZE (nawk/awk.tar.gz) = 117422 +MD5 (nawk/awk.tar.gz) = ec8545e7c732e4402e963c70ba766a5b +SHA256 (nawk/awk.tar.gz) = 4dbf070864f8ea626ef2b24b2bca6efc8fb372cf6d96fdcf3926663a6e8d0099 +SIZE (nawk/awk.tar.gz) = 117853 diff -ru nawk.orig/files/patch-makefile nawk/files/patch-makefile --- nawk.orig/files/patch-makefile 2009-12-31 15:00:47.000000000 +0000 +++ nawk/files/patch-makefile 2009-12-31 15:06:27.000000000 +0000 @@ -1,25 +1,25 @@ ---- makefile.orig Mon Apr 30 08:10:40 2007 -+++ makefile Mon Jul 2 18:32:10 2007 -@@ -22,20 +22,11 @@ +--- makefile.orig 2009-02-09 20:20:44.000000000 +0000 ++++ makefile 2009-12-31 15:05:35.000000000 +0000 +@@ -22,19 +22,12 @@ # THIS SOFTWARE. # ****************************************************************/ -CFLAGS = -g -CFLAGS = -O2 -CFLAGS = -+CFLAGS ?= -O2 - +- -CC = gcc -Wall -g -Wwrite-strings -CC = gcc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov -CC = gcc -Wall -g -CC = cc -CC = gcc -O4 --CC = gcc -Wall -g ++CFLAGS ?= -O2 + +CC ?= cc -- -YACC = bison -y -YACC = yacc ++ +YACC ?= yacc YFLAGS = -d >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912312012.nBVKC7Pj073257>