From owner-cvs-ports@FreeBSD.ORG Sat Jan 7 17:44:57 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEE8F1065677; Sat, 7 Jan 2012 17:44:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BE10B8FC08; Sat, 7 Jan 2012 17:44:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q07HivS0049628; Sat, 7 Jan 2012 17:44:57 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q07Hiv3F049627; Sat, 7 Jan 2012 17:44:57 GMT (envelope-from sunpoet) Message-Id: <201201071744.q07Hiv3F049627@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Jan 2012 17:44:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/shapelib Makefile distinfo pkg-plist ports/devel/shapelib/files patch-Makefile patch-contrib-Makefile patch-shapefil.h X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jan 2012 17:44:58 -0000 sunpoet 2012-01-07 17:44:57 UTC FreeBSD ports repository Modified files: devel/shapelib Makefile distinfo pkg-plist devel/shapelib/files patch-Makefile patch-contrib-Makefile patch-shapefil.h Log: - Update to 1.3.0b3 Changes: 2011-07-24: - shpopen.c, dbfopen.c, shptree.c, shapefil.h: Minimize use of CPL services in favor of SAHooks.Error(). - Makefile: Remove all the shared library building stuff, it is just too half assed, and results in all sorts of bug reports and complaints. Instead just install a static libshp.a. 2011-07-23: - Makefile: build shpdumptree as part of all target (#1648). - shpopen.c: fix memory leaks in error cases (#2061) - contrib/*.c: Include stdlib.h and strings.h (#2146) - shpdump.c: change to use %.15g for coordinate reporting. (#2277) 2011-05-13: - dbfopen.c, shapelib.h: Add functions to reorder and alter field definitions. DBFReorderFields() and DBFAlterFields(). 2011-05-07: - dbfopen.c: Ensure pending record is flushed when adding a native field (gdal #4073). 2011-04-16: - shapefil.h: avoid warnings with SHP_CVSID on gcc. 2010-12-06: - dbfopen.c: fix read past end of init data fetching code page http://bugzilla.maptools.org/show_bug.cgi?id=2276 2010-07-01: - shpopen.c: do not error out on a shape with zero vertices. - shpdump.c: do not crash if null shape returned by read object. 2010-06-29: - shptree.c: fix sign of Z and M comparisons in SHPCheckObjectContained. (http://bugzilla.maptools.org/show_bug.cgi?id=2223) Revision Changes Path 1.30 +26 -20 ports/devel/shapelib/Makefile 1.9 +2 -2 ports/devel/shapelib/distinfo 1.6 +40 -100 ports/devel/shapelib/files/patch-Makefile 1.5 +11 -11 ports/devel/shapelib/files/patch-contrib-Makefile 1.4 +3 -3 ports/devel/shapelib/files/patch-shapefil.h 1.8 +7 -7 ports/devel/shapelib/pkg-plist