landry
ffecdbbb4d
Update to gdal 2.1.3.
...
See https://trac.osgeo.org/gdal/wiki/Release/2.1.3-News
2017-02-07 08:16:45 +00:00
sthen
d089f0b05a
Add perl to WANTLIB, first batch. This used to be done automatically but
...
since SHARED_ONLY support was removed across the ports tree the perl module
no longer adds it, so it must be done manually for any perl ports that
provide perl shared-library modules (i.e. libdata/perl5/site_perl/$ARCH/*.so)
and you must not remove them from WANTLIB even if they show as "Extra".
2017-02-06 20:20:23 +00:00
sthen
c15b136e13
sync WANTLIB (and in one case, add gettext to LIB_DEPENDS) in dependent ports
...
now that internationalised domain name support has been removed from net/curl
2016-11-04 11:35:18 +00:00
landry
e803dc0ac3
Bugfix update to gdal 2.1.2.
...
See for details: https://trac.osgeo.org/gdal/wiki/Release/2.1.2-News
2016-10-31 15:44:35 +00:00
sthen
564c6c344a
Cope with moving sqlite3 back to ports.
2016-09-23 09:16:52 +00:00
landry
c0e0044ccd
Bugfix update to gdal 2.1.1.
2016-08-01 08:56:40 +00:00
ajacoutot
685bf79224
Bump to unbreak.
2016-05-28 09:10:55 +00:00
landry
3df6e7d336
Add explicit dependency on math/qhull, since it was detected at build
...
time if found (and failed to build), or the bundled version was used
otherwise..
Reported by espie@
2016-05-25 20:53:45 +00:00
landry
74ccd22adf
Add gdalautotest tarball to DISTFILES, and hook up the test suite in
...
do-test. Explicitely enable slow and "fetching data over the network"
tests.
2016-05-15 12:29:20 +00:00
landry
e460383b2d
Update to gdal 2.1.0.
...
see http://trac.osgeo.org/gdal/wiki/Release/2.1.0-News for details.
enable support for Geographical networks, see
https://trac.osgeo.org/gdal/wiki/rfc48_geographical_networks_support
tested in a bulk build by ajacoutot@, thanks!
2016-05-15 12:18:26 +00:00
naddy
a90d3a4179
remove SHARED_ONLY
2016-03-20 15:58:26 +00:00
naddy
ce859edcb4
garbage collect CONFIGURE_SHARED
2016-03-11 20:28:21 +00:00
landry
f1dd599e1e
Bugfix update to GDAL 2.0.2.
...
See https://trac.osgeo.org/gdal/wiki/Release/2.0.2-News for details.
Bump major as two function signatures changed.
2016-02-07 12:28:28 +00:00
sthen
4e2d8093a5
sync WANTLIB (curl+nghttp2)
2015-10-30 12:47:38 +00:00
sthen
4f45143bbd
bump REVISION for setuptools dep change.
2015-09-29 10:52:11 +00:00
landry
4aef5be4b1
Update to gdal 2.0.1.
...
See https://trac.osgeo.org/gdal/wiki/Release/2.0.1-News
2015-09-25 08:19:21 +00:00
ajacoutot
704f9ca6bd
Explicitely pass --without-hdf5 otherwise libhdf5 gets picked up if installed.
...
I'll leave it to maintainer whether we want hdf5 or not but I am committing
this now because we are approaching lock.
2015-07-30 18:15:11 +00:00
landry
e920165252
Remove the duplicated .TH section using sed -i. Reported upstream as
...
http://trac.osgeo.org/gdal/ticket/6048 . With hints from schwarze@ &
bentley@
2015-07-22 19:32:51 +00:00
landry
37e08daea5
Install the damn manpages provided in the tarball, with a hint from
...
upstream.. there's some rendering issues with .TH but at least it's
better than no manpage for now.
2015-07-20 14:45:37 +00:00
landry
a4a1d8a08a
Update to gdal 2.0.0.
...
See http://www.osgeo.org/node/1591 for changes.
tested in a bulk by ajacoutot@, thanks!
2015-06-27 06:55:38 +00:00
landry
8d374a70f0
Bugfix update to gdal 1.11.2.
...
See http://trac.osgeo.org/gdal/wiki/Release/1.11.2-News
Do a better job at detecting the correct version of openjpeg 2..
2015-02-17 21:47:43 +00:00
sthen
435116ec31
handle api change in openjp2, simplified version of a diff committed upstream
...
ok landry@
2014-11-29 13:25:46 +00:00
landry
b8d5ec2d1b
Bugfix update to gdal 1.11.1.
...
Remove patches from http://trac.osgeo.org/gdal/ticket/5449 , merged.
See http://trac.osgeo.org/gdal/wiki/Release/1.11.1-News for changes.
2014-10-20 10:56:59 +00:00
sthen
26b647a798
@comment zero-byte perl .bs files in all packages which don't have p5-* PKGNAMEs
...
and bump
2014-06-14 10:34:44 +00:00
landry
651a61f6c7
Update to gdal 1.11.0.
...
Add dependency on system json-c, and add a bunch of patches to cope with
json-c 0.12 API change (upstream r27267 / bug #5449 )
See http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News for details.
Now installs a gdal.pc file for easier detection.
went in a bulk build without fallout.
2014-05-04 20:17:35 +00:00
ajacoutot
9f55ecd654
Guessing wantlib regen since these don't build.
2014-04-21 15:20:06 +00:00
landry
b3cee68a04
Enable the JP2OpenJPEG driver using the newly imported graphics/openjp2
...
port. See http://www.gdal.org/frmt_jp2openjpeg.html for features and
differences with the jasper-based driver (mainly, being able to use
GeoJP2 support without needing a hacked up jasper library).
2013-10-30 15:22:33 +00:00
sthen
f9dc2fa78a
libungif->giflib and patch where necessary, ok jasper@ aja@
2013-09-25 07:56:56 +00:00
naddy
10bfdff492
the png headers are now directly under include/
2013-06-04 18:41:39 +00:00
landry
7ef46366bb
Update to gdal 1.10.0.
...
Enable spatialite & freexl support.
See http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News for details.
Went in a bulk build without issues.
2013-05-31 15:00:08 +00:00
ajacoutot
58f1a6f9f6
USE_LIBTOOL=Yes is the default now.
2013-03-21 08:45:11 +00:00
espie
9cd014a3ca
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:02:49 +00:00
landry
705c95b5ed
Update to gdal 1.9.2.
...
Tested in an amd64 bulk build and on sparc64.
2012-10-18 07:09:29 +00:00
sthen
d443de5cb5
missing wantlib/modules; p5-* thingys which are *not* just WANTLIB+=c.
2012-08-23 13:52:39 +00:00
landry
dcd81c76d5
Bugfix update to gdal 1.8.1.
...
See http://trac.osgeo.org/gdal/wiki/Release/1.8.1-News .
2011-12-28 21:14:04 +00:00
espie
999b4db39c
normalize pkgpath
2011-09-16 09:48:08 +00:00
naddy
60eda5f2ee
Fix build with png-1.5.
...
All fixes taken from upstream repositories.
2011-07-08 20:37:01 +00:00
landry
295cdc1756
Move some .py from -main to the -python subpackage, add @conflict marker
...
to ease updates, use MODPY_ADJ_FILES on the python scripts, and bump
corresponding REVISIONs.
2011-07-01 08:04:57 +00:00
landry
a1b48a2d28
Spacing/tabs/reordering. My eyes feels better.
2011-06-22 13:07:32 +00:00
landry
62aa5dfc49
Update to gdal 1.8.0, loosely based on a diff from wen heping..
...
Remove REVISION, bump major, remove NO_REGRESS, enable thread support,
change my mail adress while here.
Tested on amd64 with qgis, mapserver and qlandkartegt, built fine on
sparc64.
2011-06-22 12:53:12 +00:00
jasper
eec0417831
bump after default python version switch
2011-06-08 17:31:05 +00:00
landry
b4ec3d695d
Update to gdal 1.7.3:
...
- bump major
- fix WANTLIBs after proj update
- clean CONFIGURE_ARGS, remove unknown flags and precise png/geotiff dir
2010-11-21 09:37:40 +00:00
espie
88d20077a4
new depends
2010-11-17 08:05:12 +00:00
espie
5e243a5257
convert WANTLIB on geo/lang
2010-11-07 19:12:42 +00:00
espie
632a3518ab
move gettext to new WANTLIB
2010-11-06 16:07:00 +00:00
sthen
d053315499
bump
2010-09-24 15:29:20 +00:00
sthen
c0c226b254
missing python bumps in subpackages
2010-09-01 10:13:49 +00:00
fgsch
0915f5b894
Bump revision after python's default change.
2010-08-30 17:11:35 +00:00
landry
0ee4163a8e
Update to gdal 1.6.1, fix MODPY_EGG_VERSION while here.
...
See http://trac.osgeo.org/gdal/wiki/Release/1.6.1-News for details.
2009-07-19 12:01:58 +00:00
ajacoutot
2c5f8a533a
CONFIGURE_ENV += PYTHON="${MODPY_BIN}" is inherited from the python module
2009-04-26 11:01:04 +00:00