From nobody@FreeBSD.org  Tue Aug  9 16:04:38 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 53CEC106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  9 Aug 2011 16:04:38 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 2A7E98FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  9 Aug 2011 16:04:38 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p79G4bEh089686
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 9 Aug 2011 16:04:37 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p79G4b5T089653;
	Tue, 9 Aug 2011 16:04:37 GMT
	(envelope-from nobody)
Message-Id: <201108091604.p79G4b5T089653@red.freebsd.org>
Date: Tue, 9 Aug 2011 16:04:37 GMT
From: Pedro Giffuni <giffunip@tutopia.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update lang/nawk to version 20110807
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: ota@j.email.ne.jp

>Number:         159630
>Category:       ports
>Synopsis:       Update lang/nawk to version 20110807
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 09 16:10:10 UTC 2011
>Closed-Date:    Wed Aug 10 08:46:04 UTC 2011
>Last-Modified:  Wed Aug 10 08:50:11 UTC 2011
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Aug 9 16:10:22 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159630 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: ota@j.email.ne.jp
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/159630: Update lang/nawk to version 20110807
Date: Tue, 9 Aug 2011 16:10:19 UT

 Maintainer of lang/nawk,
 
 Please note that PR ports/159630 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/159630
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Yoshihiro Ota <ota@j.email.ne.jp>
To: bug-followup@FreeBSD.org
Cc: ota@j.email.ne.jp
Subject: Re: ports/159630: Update lang/nawk to version 20110807
Date: Tue, 9 Aug 2011 22:04:10 -0400

 Please, commit the change.
 
 Thanks.
 
 On Tue, 9 Aug 2011 16:10:19 UT
 Edwin Groothuis <edwin@FreeBSD.org> wrote:
 
 > Maintainer of lang/nawk,
 > 
 > Please note that PR ports/159630 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/159630
 > 
 > -- 
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Wed Aug 10 05:05:15 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159630 
State-Changed-From-To: feedback->closed 
State-Changed-By: culot 
State-Changed-When: Wed Aug 10 08:46:02 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159630 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159630: commit references a PR
Date: Wed, 10 Aug 2011 08:46:09 +0000 (UTC)

 culot       2011-08-10 08:45:43 UTC
 
   FreeBSD ports repository
 
   Modified files:
     lang/nawk            Makefile distinfo 
     lang/nawk/files      patch-makefile 
   Log:
   - Update to 20110807
   
   PR:             ports/159630
   Submitted by:   Pedro Giffuni <giffunip@tutopia.com>
   Approved by:    Yoshihiro Ota <ota@j.email.ne.jp> (maintainer)
   
   Revision  Changes    Path
   1.42      +1 -1      ports/lang/nawk/Makefile
   1.23      +2 -2      ports/lang/nawk/distinfo
   1.5       +5 -7      ports/lang/nawk/files/patch-makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
