Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jan 2012 17:44:57 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel/shapelib Makefile distinfo pkg-plist ports/devel/shapelib/files patch-Makefile patch-contrib-Makefile patch-shapefil.h
Message-ID:  <201201071744.q07Hiv3F049627@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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