Revision: 107356 https://trac.macports.org/changeset/107356 Author: ryandesign@macports.org Date: 2013-06-25 20:55:48 -0700 (Tue, 25 Jun 2013) Log Message: ----------- nawk: update to 20121220 (#39444; maintainer timeout) Modified Paths: -------------- trunk/dports/lang/nawk/Portfile trunk/dports/lang/nawk/files/patch-makefile Modified: trunk/dports/lang/nawk/Portfile =================================================================== --- trunk/dports/lang/nawk/Portfile 2013-06-26 03:31:27 UTC (rev 107355) +++ trunk/dports/lang/nawk/Portfile 2013-06-26 03:55:48 UTC (rev 107356) @@ -2,8 +2,7 @@ PortSystem 1.0 name nawk -version 20110810 -revision 1 +version 20121220 categories lang license BSD maintainers toby @@ -14,9 +13,8 @@ master_sites ${homepage} distname awk -checksums md5 a7062ecade93dc4cb39190e48db9a51d \ - sha1 333d93c746aa16e33c5c4aaf505009914cea4770 \ - rmd160 0c8536e9d2212b05f77b9939a6d386dd819aaa66 +checksums rmd160 3872ef2407a4ad57f55c45dc60fc917eca7a614e \ + sha256 8dc092165c5a4e1449f964286483d06d0dbfba4b0bd003cb5dab30de8f6d9b83 dist_subdir ${name}/${version} extract.mkdir yes @@ -36,4 +34,4 @@ } livecheck.type md5 -livecheck.md5 d570dfc1f684c4e4dfadcb33469011ad +livecheck.md5 f7938416b9255fdbcefc0e431a174dd7 Modified: trunk/dports/lang/nawk/files/patch-makefile =================================================================== --- trunk/dports/lang/nawk/files/patch-makefile 2013-06-26 03:31:27 UTC (rev 107355) +++ trunk/dports/lang/nawk/files/patch-makefile 2013-06-26 03:55:48 UTC (rev 107356) @@ -1,17 +1,19 @@ ---- makefile.orig 2009-04-21 23:56:03.000000000 -0700 -+++ makefile 2009-04-21 23:56:05.000000000 -0700 -@@ -25,12 +25,14 @@ +--- makefile.orig 2012-12-20 07:58:45.000000000 -0600 ++++ makefile 2013-06-25 22:47:15.000000000 -0500 +@@ -25,14 +25,15 @@ CFLAGS = -g CFLAGS = -O2 CFLAGS = +CFLAGS = -DHAS_ISBLANK __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 +CC = __CC__ -Wall -g - YACC = bison -y - YACC = yacc + YACC = bison -d -y +-YACC = yacc -d -S + #YFLAGS = -d -S + # -S uses sprintf in yacc parser instead of sprint +
participants (1)
-
ryandesign@macports.org