Essentially the same fix as PR ports/154109 which corrected the same issue just with devel/jansson version: 1.3 Fix compiler warnings when including the libraries header file(s), 'index' has been used as variable name and thus generates a shadowed global declaration warning with 'gcc' flag -Wshadow. Patch does the following; Renamed variable: index -> my_index Added file(s): - files/patch-fix_index_variable Port maintainer (vanilla@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 How-To-Repeat: make WARNS >= 4 (FreeBSD 8.1) and including jansson.h in source
Responsible Changed From-To: freebsd-ports-bugs->vanilla Over to maintainer (via the GNATS Auto Assign Tool)
vanilla 2011-04-13 06:42:27 UTC FreeBSD ports repository Modified files: devel/jansson Makefile distinfo Added files: devel/jansson/files patch-src_hashtable.c patch-src_jansson.h patch-src_value.c Log: 1: upgrade to 2.0.1 2: fix compier warnings PR: ports/155154 [2] Submitted by: darth at vader.dk [2] Revision Changes Path 1.6 +1 -1 ports/devel/jansson/Makefile 1.5 +2 -2 ports/devel/jansson/distinfo 1.1 +56 -0 ports/devel/jansson/files/patch-src_hashtable.c (new) 1.1 +39 -0 ports/devel/jansson/files/patch-src_jansson.h (new) 1.1 +107 -0 ports/devel/jansson/files/patch-src_value.c (new) _______________________________________________ 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"
State Changed From-To: open->closed Committed, thanks.