Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 15:53:11 GMT
From:      Pedro Giffuni <giffunip@tutopia.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/187543: Update lang/nawk to version 20121220
Message-ID:  <201403131553.s2DFrBDG000425@cgiserv.freebsd.org>
Resent-Message-ID: <201403131600.s2DG02wU064766@freefall.freebsd.org>

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

>Number:         187543
>Category:       ports
>Synopsis:       Update lang/nawk to version 20121220
>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 Mar 13 16:00:02 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Pedro Giffuni
>Release:        10.0-STABLE
>Organization:
>Environment:
FreeBSD kakumen 10.0-STABLE FreeBSD 10.0-STABLE #1 r262991: Mon Mar 10 21:04:11 COT 2014     pfg@kakumen:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Bug fix release.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: nawk/Makefile
===================================================================
--- nawk/Makefile	(revision 348086)
+++ nawk/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nawk
-PORTVERSION=	20110810
+PORTVERSION=	20121220
 CATEGORIES=	lang
 MASTER_SITES=	http://www.cs.princeton.edu/~bwk/btl.mirror/
 DISTNAME=	awk
Index: nawk/distinfo
===================================================================
--- nawk/distinfo	(revision 348086)
+++ nawk/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (nawk/awk.tar.gz) = 48af177922700c313aa9d22100d230d2d0280d56b8598d80f583d57b44bf63a8
-SIZE (nawk/awk.tar.gz) = 108035
+SHA256 (nawk/awk.tar.gz) = 8dc092165c5a4e1449f964286483d06d0dbfba4b0bd003cb5dab30de8f6d9b83
+SIZE (nawk/awk.tar.gz) = 88970
Index: nawk/files/patch-makefile
===================================================================
--- nawk/files/patch-makefile	(revision 348086)
+++ nawk/files/patch-makefile	(working copy)
@@ -1,6 +1,6 @@
---- makefile.orig	2011-06-11 14:13:08.000000000 +0000
-+++ makefile	2011-08-09 10:58:25.000000000 +0000
-@@ -22,18 +22,9 @@
+--- makefile.orig	2012-12-20 08:58:45.000000000 -0500
++++ makefile	2014-03-13 10:49:28.000000000 -0500
+@@ -22,17 +22,11 @@
  # THIS SOFTWARE.
  # ****************************************************************/
  
@@ -8,16 +8,17 @@
 -CFLAGS = -O2
 -CFLAGS =
 -
--CC = gcc -Wall -g
--CC = cc
 -CC = gcc -Wall -g -Wwrite-strings
 -CC = gcc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov
+-CC = gcc -g -Wall -pedantic 
 -CC = gcc -O4 -Wall -pedantic -fno-strict-aliasing
++CFLAGS ?= -O2
+ 
+-YACC = bison -d -y
+-YACC = yacc -d -S
 +CC ?= cc
++
++YACC ?= yacc -d
+ #YFLAGS = -d -S
+ 		# -S uses sprintf in yacc parser instead of sprint
  
--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:



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