./geography/gdal-lib, Translator library for raster geospatial data formats

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.5.3nb5, Package name: gdal-lib-3.5.3nb5, Maintainer: gdt

GDAL is a translator library for raster and vector geospatial data
formats that is released under an MIT style Open Source License by the
Open Source Geospatial Foundation. As a library, it presents a single
raster abstract data model and single vector abstract data model to
the calling application for all supported formats. It also comes with
a variety of useful command line utilities for data translation and
processing.


Required to run:
[textproc/libxml2] [textproc/xerces-c] [www/curl] [graphics/tiff] [graphics/png] [devel/netcdf] [devel/pcre] [geography/geos] [geography/proj] [graphics/openjpeg] [graphics/giflib] [graphics/libwebp]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 9281.973 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-27 13:00:00 by Tobias Nygren | Files touched by this commit (2)
Log message:
gdal-lib: add missing include
   2023-08-26 02:09:54 by Greg Troxel | Files touched by this commit (6) | Package updated
Log message:
geography/gdal*: Revbump for geos update

These use the C API which has not had an API change but due to a
libtool bug they link against the C++ library also.
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update
   2023-01-03 18:38:37 by Thomas Klausner | Files touched by this commit (1416)
Log message:
*: recursive bump for tiff shlib major bump
   2022-12-29 20:45:48 by Brook Milligan | Files touched by this commit (1)
Log message:
gdal-lib: fix CONFIGURE_ARGS reference to non-existent directory

The configure script for gdal-lib specifies locations for various
required libraries via command line arguments.  For example, the
configure script defines compiler flags for the location of libz based
upon the --with-libz argument as follows:

EXTRA_INCLUDES="-I$with_libz -I$with_libz/include $EXTRA_INCLUDES"

Since the origin of the package, the location of libz has been
specified in Makefile.common as follows:

CONFIGURE_ARGS+=	--with-libz=${BUILDLINK_PREFIX.zlib}/include

In a typical pkgsrc installation, the configure script is run with the
argument --with-libz=/usr/pkg/include, which leads to the following
compiler flags:

	  -I/usr/pkg/include -I/usr/pkg/include/include

The latter directory of course generally never exists.  Although this
has apparently worked in the past, gcc12 exits with an error.

This patch removes the extra /include suffix from the libz location
specified in CONFIGURE_ARGS.  As a result, libz now matches the way
other libraries are specified, none of which include the /include
suffix and all of which are handled in the configure script in similar
ways.
   2022-11-27 14:55:52 by Greg Troxel | Files touched by this commit (34)
Log message:
geography/proj: recursive revbump
   2022-11-27 02:10:22 by Greg Troxel | Files touched by this commit (4)
Log message:
geography/gdal*: Update to 3.5.3

This is a micro/bugfix release.