Commit graph

466 commits

Author SHA1 Message Date
joerg
380cc30a71 Qt4's MOC can't deal with BOOST_JOIN, so disable some includes before it
sees the boost headers. Use C++11 tuple syntax.
2013-02-26 11:15:18 +00:00
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
wiz
0602d449ce Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
wen
0b8366b14c Update to 0.20
Upstream changes:
0.20      2012-10-19
 - Fix a test that was comparing floating point numbers and falling over on
   some platforms.
2013-02-01 05:36:14 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
gdt
f9040eaf2b Revbump due to improper use of geos C++ library.
Add comment explaining the need to revbump.
2013-01-23 00:37:58 +00:00
gdt
40269ce3d2 Update to 3.3.7
- Bug fixes / improvements
    - Fix abort in RightmostEdgeFinder (#605)
    - Do not force precision reduction below 6 significant digits
      while trying to obtain a valid Buffer output (#605)
    - Fix GEOSPointOnSurface with zero-length linestring (#609)
    - Fix EMPTY return from zero-area polygon (#613)
    - Segfault from symdifference (#615)
2013-01-23 00:35:12 +00:00
riastradh
c103cdef18 fribidi uses pkg-config now, so use that in geography/mapserver. 2013-01-19 20:33:12 +00:00
joerg
34b38652fe Apply patch of patch. 2013-01-11 13:27:03 +00:00
joerg
4efea2ef2e Apply some const love. 2013-01-10 23:58:29 +00:00
joerg
2b8f0f4115 Fix inline usage. Fix shipped agg copy. 2012-12-24 21:09:47 +00:00
joerg
fca956f276 Don't use non-literal strings as format strings. 2012-12-24 21:08:42 +00:00
gdt
38d639f7b4 Note that options for zlib and jpeg support are desirable.
(This commit adds a comment and does not change code.)
2012-12-20 01:24:34 +00:00
obache
64deda1dc9 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
gdt
cc2034c089 +libgeotiff 2012-12-11 23:36:48 +00:00
gdt
f4f1978ba5 Import libgeotiff-1.4.0 as geography/libgeotiff.
GeoTIFF represents an effort by over 160 different remote sensing,
GIS, cartographic, and surveying related companies and organizations
to establish a TIFF based interchange format for georeferenced raster
imagery.

This library is the reference implementation for reading and writing
GeoTIFF tags.
2012-12-11 23:35:37 +00:00
gdt
41e5eb4134 Update to 8.1.
Upstream does not provide a NEWS file, but says of 8.1:

  Version 8.1 of the EPSG Geodetic Parameter Dataset comprises of data
  corrections and updates to the v8.0 release of August 2012.

  Changes as documented in Change Records through 2012.093, but with
  actions still remaining on some change requests.

  New data for Brazil, Tonga and the Arctic.

  Significant revisions to data for Brunei and Mayotte.

  Minor revisions to data for Europe, former Soviet Union and New Zealand.
2012-12-07 02:19:58 +00:00
gdt
6d0dcb2d0b PKGREVISION++, because this package (wrongly, in the opinion of geos)
links against the geos C++ library (which is unstable).
2012-11-15 22:09:41 +00:00
gdt
b7f23540a9 Update to 3.3.6.
Changes in 3.3.6
2012-11-15 -- that's Post-GIS day !

- Bug fixes / improvements
    - Add support for testing with phpunit 3.6 (not loosing support for 3.4)
    - Segfault from intersection (#586, #598, #599)

Changes in 3.3.5
2012-06-25

- Bug fixes / improvements
    - Correctly increment CAPI lib version from 3.3.3 (#558)
    - Port robustness fix to CentroidArea (#559)
    - Always return POINT from GEOSGetCentroid, even for EMPTY (#560)
    - Always return POINT from GEOSPointOnSurface, even for EMPTY (#561)
2012-11-15 22:07:27 +00:00
gdt
9cd69adaaf Depend on x11/fltk13 rather than x11/fltk.
As discussed on pkgsrc-users, x11/ftlk (1.1) is no longer maintained,
and 1.3 is believed to be almost entirely compatible.

Patch from Tim Larson, who has build-tested these packages on
NetBSD/amd64.
2012-11-15 13:44:13 +00:00
gdt
7daa3894c1 Viking 1.3.2.1 (2012-09-28)
Bug Fix Release (of a bug fix release):
* Fix CPU usage going to 100% when statusbar items update is called.

Viking 1.3.2 (2012-09-23)
Bug Fix Release including:

* Removed Route Finder Tool as Google Direction service interface has
  disalbed the method Viking interfaced with it.
* Fix for Debian#685817: Statusbar Update From Thread Instability
* Fix SF#3564795: Crashing when attempting to create waypoints from EXIF
  images without enough GPS information.
* Fix drawing of next potential trackpoint on Windows Systems.
* Fix GPSBabel Dynamic Device List generation on Windows Systems.
* Fix crashing when displayed map copyright(s) is longer than the internal
  buffer.
* Fix crashing when deleting a GPS layer which has started a realtime tracking.
* Fix printing of DEBUG message since glib 2.32

Viking 1.3.1 (2012-06-26)
Bug Fix for Windows Systems Release:
* Fix crash in Show Picture functionality on Window's Systems.
2012-10-29 01:24:04 +00:00
joerg
595f5c8ef4 inline -> static inline to make sure it gets used. 2012-10-26 20:41:00 +00:00
marino
3ff6bcc21c geography/geoclue: Remove -Werror instead
Rather than passing -Wno-unused-but-set-variable flag to satisfy -Werror,
just remove the -Werror directive.  This protects older compilers that
might break on an unrecognized future flag.
2012-10-09 21:01:13 +00:00
marino
7d75fbfe9f geography/geoclue: Fix build for gcc4.6+
geoclue uses -Werror, but gcc4.6+ has a new warning,
unused-but-set-variable which will break the build.  Add a CFLAG to
inhibit the warning to fix build on gcc4.6+.
2012-10-09 15:26:45 +00:00
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
asau
3459ebf5cd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-04 09:19:16 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
gdt
14fc10165d Update to 1.13.
Version 1.13

   * Fixed templates lookup name syntax errors reported by Brandon
     Invergo <brandon@invergo.net> (detected by compiler g++-4.7).
     Many thanks for your patch, Brandon.

   * Fixed a bug reported by Jacques Beilin <jacques.beilin@ensg.eu>

     Function NormalDistribution ended in an endless loop for high
     values of input argument x.

   * Fixed a bug reported by Anton Horpynich <anton@vingeo.com>

     The computation of approximate coordinates failed if an angle
     needed for computing of an intersection was smaller than 0.15
     radians / 10 gons (implicit testing criterion). Although this is a
     reasonable limit for standard surveying networks, in a batch
     computation of approximate coordinates a much smaller value can be
     sometimes acceptable. It is more or less a matter of personal
     opinion if this is to be supposed a bug or not.

     Gama newly solves approximate coordinates in two main loops.
     During the first loop the default value 0.15 in class Acord is
     used.  If afterwards there  still some coordinates remain
     missing, Gama starts a second loop with series of iterations in
     which firstly tries to find a solution with the default value
     then secondly with a very tiny limit of 0.0015 radians.

     In most cases all coordinates are solved in the first loop with
     the default small angle limit 10 gons.

   * In gama-local suppressed output of running results during
     linearization iterations and several other minor fixes

Version 1.12

   * class BaseVisitor and related classes moved to separete file visitor.h

   * local Observation has protected init method and non-parametric constructor
     Code in local Observation was reorganized and some atributes are not const.

   * local observations are visitable (base is Accept<>)
           -  class Direction : public Observation
           +  class Direction : public Accept<Direction, Observation>
      ** local observations' write methods moved to WriteVisitor
      ** LocalRevision and LocalLinearization are now visitors
      ** base classes Revision and Linearization removed from local
      ** method observations_summary in LocalNetworkXML uses visitor for counting
      ** method observations in LocalNetworkXML uses visitor for writing
      ** function OutlyingAbsoluteTerms uses visitor for writing
      ** method test_abs_term in LocalNetwork uses visitor for test
      ** local Observation set_passive and set_active methods are now non-const
      ** function AdjustedObservations uses visitor for writing part of table row
      ** function TestLinearization uses visitor for computing and writing
      ** function ResidualsObservations uses visitor writing observation name

   * fixed a bug in the definition of angular observations reported
     by Anna Kratochvilova <anna.kratochvilova@fsv.cvut.cz> and Vaclav
     Petras <vaclav.petras@fsv.cvut.cz>

   * updated version of review.hu.lang by Siki Zoltan, some
     corrections in the Hungarian translation of GNU Gama
2012-09-09 14:26:03 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
drochner
ed52d1f8d7 explicitly pull in omf-scrollkeeper, should fix build problems after
recent gnome-doc-utils update (reported by John Marino)
2012-08-29 19:56:47 +00:00
wen
6dffeaaa5c Update to 0.19
Upstream changes:
0.19      2012-04-03
 - Fix various typos.
 - Fix floating point error in the hsin formula.

0.18      2012-03-23
 - Fix gcd calculation to use ** instead of ^.
2012-08-29 14:20:23 +00:00
dholland
f1d9c72593 Add patch analogous to the qlandkartem changes to make this compile again.
Unfortunately, it now fails on missing python-related paths, but maybe
someone else can fix that...
2012-08-27 07:18:02 +00:00
dholland
c06fb49d86 oops, add patch comment 2012-08-27 07:13:45 +00:00
dholland
77f02c98c1 Fix broken build. 2012-08-27 06:50:13 +00:00
obache
ab4e71d90b Bump PKGREVISION for change of PostgreSQL default version to 9.1. 2012-08-05 10:02:09 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
gdt
f896638986 Adjust comments (only) about shlib versioning.
Upstream says using the C++ API is broken; document the policy and the
list of (broken per geos rules) packages that need a revbump every
time, currently gdal-lib.
2012-06-05 23:17:32 +00:00
gdt
72008313a8 Add comments (only) about shlib versioning.
Note that the shlib-name-changing-on-minor-releases issue has been
raised upstream.
2012-06-03 16:05:44 +00:00
drochner
48727dfda5 bump pkgrev for geos shlib name change 2012-06-02 16:36:34 +00:00
drochner
405340017c update to 1.4.2
changes:
-bugfixes
-optimizations
-minor feature additions
-translation updates

approved by The Maintainer
2012-06-02 16:34:19 +00:00
drochner
5dfbd656c6 update to 1.9.1
changes: bugfixes

approved by The Maintainer
pkgsrc note: bumped ABI requirement in bl3 file due to geos shlib
name change
2012-06-02 16:31:29 +00:00
drochner
cd7e1f384a shlib name changed -> bump ABI requirement 2012-06-02 16:27:30 +00:00
obache
7936d5b6ed Update MapServer to 5.6.8.
PR 46504 By Wen Heping.

Version 5.6.8 (2012-02-08):
---------------------------

- Fix security issue with quote escape in WFS GetFeature Filter (#4087)

- Fix segfault on join with postgresql tables (#4074)

- Define Z_BEST_COMPRESSION for newer libpng versions (#4033)

- Fixes to support latest PROJ versions (#4008)

Version 5.6.7 (2011-07-12):
---------------------------

IMPORTANT SECURITY FIXES:

-  Fixes to prevent SQL injections through OGC filter encoding (in WMS, WFS
   and SOS), as well as a potential SQL injection in WMS time support.
   Your system may be vulnerable if it has MapServer with OGC protocols
   enabled, with layers connecting to an SQL RDBMS backend, either
   natively or via OGR (#3903)

-  Fixed potentially exploitable buffer overflows in OGC Filter Encoding
   support (#3903)

Other Fixes:

- Fixed PHP/MapScript ms_iogetstdoutbufferbytes() always returning 0 bytes
  written (#3041)

- OGC Filter: fix segfault when a ows_varname_type or wfs_varname_type is
  defined but not a gml_varname_type (#3902)

- Fixed mssql2008 to return correct geometries with chart layer type (#3894)

- Fix segfault with png-inimage exceptions and quantize_force=on (#2903)

- Fix segfault on malformed <PropertyIsLike> filters (#3888)

- Fixed potential crash with AVERAGE resampling and crazy reprojection (#3886)

- Fixed segmentation fault on invalid symbol (#3849)

- add support for gml:Box for spatial filters (#3789)

- Fixed false computation of symbol size when used as a brush on line (#3760)

- Fixed SQL Spatial to be able to use UniqueIdentifier field as unique key (#3722)

- Fixed possible seg. fault when using "OGR:Label*" special attributes (#3667)

- Fixed bug with newlines around multipart boundaries in wcs multipart (#3672)

Version 5.6.6 (2011-01-17):
---------------------------

- SLD: Fix point symbolizer issue when color is not set (#3658)

- Fix WMS EXCEPTIONS parameter issue with fastcgi (#3525)

- Fixed missing time in msDrawMap logging (#3651)

- Fixed Internal error with Oracle Spatial multi point geometries (#3627)

- Fixed double free in shp2img.c (#3497)

- Fixed free(): invalid next size in mapfile.c (#3604)

- Fix for the memory corruption when mapping the string data type in the
  Java bindings (3491)

- Correct wms 1.3.0 latlong bbox error (#2578)

- Fix ProperyIsLike not used efficiently with Oracle (#3557)

- Fixed msOGRGetSymbolId according to the changes in gdal 1.8 (#3556)

- Fixed crash when drawing a map using UNIQUE fid in the layer data (#3271)

- Fixed Oracle Spatial Data gets corrupt (#3541)

- Fixed issue with multiple styles and binding (#3538)

- Fixed multiple include tags not supported in xml mapfiles (#3530)

- Ensure the class is not marked BeforeFieldInit causing memory corruption
  with C#/CLR4 (#3438)

- Fixed MSSQL2008 driver returning invalid extent (#3498)

- Fix computation of shape bounds when the first line contains no points
  (#3119)(fixes #3383)

- Fixed error message tiles on zero-sized map cause memory allocation errors
  in maperror.c. (#3524)
2012-06-02 11:16:57 +00:00
gdt
651e6094f7 Changes in 3.3.4
2012-05-31

- Bug fixes / improvements
    - Do not abort on NaN overlay input (#530)
    - Reduce CommonBitsRemover harmful effects during overlay op (#527)
    - Better cross-compiler support (#534)
    - Enable overlay ops short-circuits (#542)
    - Envelope-based short-circuit for symDifference (#543)
    - Fix support for PHP 5.4 (#513)
    - Fix TopologyPreservingSimplifier invalid output on closed line (#508)
    - Reduce calls to ptNotInList, greatly speeding up Polygonizer (#545)

Changes in 3.3.3
2012-04-01

- Bug fixes / improvements
    - Fix simplification of collections with empty items (#519)
    - Fix MSVC compilation of ambiguous log() call (#506)
    - Fix CMake issues with std:: namespace detection (#493)
2012-06-01 14:32:54 +00:00
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
joerg
4a348a87e2 Remove use of nested functions. Bump revision. 2012-05-04 16:16:42 +00:00
hans
c0de924afc Fix build with gcc 4.6 2012-05-04 13:27:23 +00:00