Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Aug 2011 16:04:37 GMT
From:      Pedro Giffuni <giffunip@tutopia.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/159630: Update lang/nawk to version 20110807
Message-ID:  <201108091604.p79G4b5T089653@red.freebsd.org>
Resent-Message-ID: <201108091610.p79GABaQ034157@freefall.freebsd.org>

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

>Number:         159630
>Category:       ports
>Synopsis:       Update lang/nawk to version 20110807
>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:   Tue Aug 09 16:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Pedro Giffuni
>Release:        9.0-CURRENT
>Organization:
>Environment:
$ uname -a
FreeBSD mogwai.giffuni.net 9.0-CURRENT FreeBSD 9.0-CURRENT #6: Sat Apr 30 01:37:57 PDT 2011     root@build9x64.pcbsd.org:/usr/obj/pcbsd-build90/fbsd-source/9.0/sys/PCBSD  amd64

>Description:
Minor update. From the FIXES file:

Aug 7, 2011:
        split(s, a, //) now behaves the same as split(s, a, "")

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN nawk.orig/Makefile nawk/Makefile
--- nawk.orig/Makefile	2011-08-09 10:55:35.000000000 +0000
+++ nawk/Makefile	2011-08-09 10:56:07.000000000 +0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	nawk
-PORTVERSION=	20110506
+PORTVERSION=	20110807
 CATEGORIES=	lang
 MASTER_SITES=	http://www.cs.princeton.edu/~bwk/btl.mirror/
 DISTNAME=	awk
diff -ruN nawk.orig/distinfo nawk/distinfo
--- nawk.orig/distinfo	2011-08-09 10:55:35.000000000 +0000
+++ nawk/distinfo	2011-08-09 10:56:16.000000000 +0000
@@ -1,2 +1,2 @@
-SHA256 (nawk/awk.tar.gz) = edc078a0d31efec7ccc477ddf47a676601e01ab6322664cec21702706a46b829
-SIZE (nawk/awk.tar.gz) = 106833
+SHA256 (nawk/awk.tar.gz) = a852ab4e9cb543e738cf892ccf8b0d569fd079acb0dc5d2fc5d9df4600704c63
+SIZE (nawk/awk.tar.gz) = 107961
diff -ruN nawk.orig/files/patch-makefile nawk/files/patch-makefile
--- nawk.orig/files/patch-makefile	2011-08-09 10:55:35.000000000 +0000
+++ nawk/files/patch-makefile	2011-08-09 10:59:16.000000000 +0000
@@ -1,6 +1,6 @@
---- makefile.orig	2010-02-16 01:48:30.000000000 +0000
-+++ makefile	2010-11-07 15:05:52.000000000 +0000
-@@ -22,18 +22,11 @@
+--- makefile.orig	2011-06-11 14:13:08.000000000 +0000
++++ makefile	2011-08-09 10:58:25.000000000 +0000
+@@ -22,18 +22,9 @@
  # THIS SOFTWARE.
  # ****************************************************************/
  
@@ -12,13 +12,11 @@
 -CC = cc
 -CC = gcc -Wall -g -Wwrite-strings
 -CC = gcc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov
--CC = gcc -O4
-+CFLAGS ?= -O2
+-CC = gcc -O4 -Wall -pedantic -fno-strict-aliasing
++CC ?= cc
  
 -YACC = bison -y
 -YACC = yacc
-+CC ?= cc
-+
 +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?201108091604.p79G4b5T089653>