fastports

gdal — Commit History

graphics/gdal

showing 382 stored commits — full history at freebsd-ports on GitHub

Commit Credits Log message
3.12.3
43dfaa653a files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.12.3
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.12/NEWS.md
3.12.2
d4ee1cd2e8 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.12.2
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.12/NEWS.md
3.11.5
ed4719e517 files touched
Loïc Bartoletti (lbartoletti)
graphics/proj: bump consumers of proj
3.11.5
3076d31cda files touched
Loïc Bartoletti (lbartoletti)
graphics/poppler: bump consumers of graphics/poppler
PR:		291277
Exp-run by:	antoine
3.11.5
e0ef284412 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.11.5
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.11/NEWS.md
3.11.4
54e25cb985 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.11.4
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.11/NEWS.md
3.11.3
d6519311ed files touched
Matthias Andree (mandree)
*: Bump PORTREVISION of graphics/openexr users
(including those where openexr is only an option)
3.11.3
dee2b7997d files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Rename patch file
- Cosmetic change
3.11.3
fbf097fa07 files touched
Matthias Andree (mandree)
graphics/gdal: revert build accelerator for test build
This wasn't meant to be committed, but escaped. Sorry for that.

Fixes:		a89864a3eeba graphics/gdal: fix OPENDRIVE-enabled build
3.11.3
a89864a3ee files touched
Matthias Andree (mandree)
graphics/gdal: fix OPENDRIVE-enabled build
Approved by:	portmgr (just-fix-it blanket approval)

-----
Drive-by change to rename the default-off EXR option to OPENEXR,
which is the standard knob for the ports tree for OpenEXR support.
3.11.3
566d74ed6b files touched
Matthias Andree (mandree)
*: Bump PORTREVISION for math/Imath update
3.11.3
864ceffb5b files touched
Loïc Bartoletti (lbartoletti)
databases/sfcgal: Update to 2.2.0
Changelog:
 - https://gitlab.com/sfcgal/SFCGAL/-/releases/v2.2.0
3.11.3
487097a3d2 files touched
Robert Clausecker (fuz)
graphics/gdal: fix build on armv7
This port uses NEON through the sse2neon.h header.  Unfortunately the
header is written such that there is no difference between __m128 and
__m128d, while real SSE intrinsics have such a difference.  This causes
problems with some template functions down the road.

Disable NEON on armv7 to avoid this problem.

Approved by:	portmgr (build fix blanket)
MFH:		2025Q3
3.11.3
2a5df6a2af files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.11.3
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.11/NEWS.md
3.11.1
ee3407ec68 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.11.1
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.11/NEWS.md
3.11.0
3068854dd0 files touched
Baptiste Daroussin (bapt)
libxml2: chase libxml soversion bump
3.11.0
d14df16cd6 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Add BLOSC, KEA, OPENDRIVE and QB3 options
3.11.0
a9f72ba1a8 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.11.0
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.11/NEWS.md
3.10.3
81d30c51f1 files touched
Loïc Bartoletti (lbartoletti)
databases/sfcgal: Update to 2.1.0
3.10.3
78c4bd4996 files touched
Loïc Bartoletti (lbartoletti)
graphics/poppler: bump dependent ports
3.10.3
37d47b81c7 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.10.3
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.10/NEWS.md
3.10.2
12a794e8bd files touched
Loïc Bartoletti (lbartoletti)
graphics/poppler: bump dependent ports
3.10.2
8d618a045f files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.10.2
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.10/NEWS.md
3.10.1
95d1b03827 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Document CMAKE_CXX_SCAN_FOR_MODULES in d8feecdf7fdb6514ad4b714e69b2045d8c297d52
C++ 20 introduced the concept of "modules" to the language. The design requires
build systems to order compilations among each other to satisfy import
statements reliably. CMake's implementation asks the compiler to scan source
files for module dependencies during the build, collates scanning results to
infer ordering constraints, and tells the build tool how to dynamically update
the build graph.

cmake-cxxmodules(7) was added in cmake 3.28. It will scan for c++ modules for
c++20 by default.

Since poppler uses c++20, it triggers cmake to scan modules by default and it
requires clang-scan-deps from llvm.

Therefore, we need to turn off CMAKE_CXX_SCAN_FOR_MODULES to fix the build and
avoid adding extra dependency on llvm.

Reference:	https://cmake.org/cmake/help/latest/manual/cmake-cxxmodules.7.html
3.10.1
d8feecdf7f files touched
Loïc Bartoletti (lbartoletti)
graphics/gdal: Fix build against poppler 24.12
3.10.1
12c4c9c99b files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.10.1
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.10/NEWS.md
3.10.0
2dba9b1da3 files touched
Piotr Kubaj (pkubaj)
graphics/gdal: fix packaging on big-endian
MiraMonVector is not installed on big-endian.
https://github.com/OSGeo/gdal/commit/10fa4d1f2962a8e7de06038cb4d1a633b1e49384#diff-d12d54c1acfc92fa918d9318ba0c2312bd7701f99537b4fddfb428f48af72574R50
3.10.0
aa1f9b124e files touched
Daniel Engberg (diizzy)
*/*: Bump consumers of graphics/proj
...due to version bump
3.10.0
478505fda4 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.10.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.10/NEWS.md
3.9.3
811fb63f67 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.9.3
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.9/NEWS.md
3.9.2
a9ac729201 files touched
Loïc Bartoletti (lbartoletti)
databases/sfcgal: Update to 2.0.0
3.9.2
402b658a02 files touched
Jan Beich (jbeich)
graphics/libjxl: update to 0.11.0
Changes:	https://github.com/libjxl/libjxl/releases/tag/v0.11.0
Reported by:	GitHub (watch releases)
3.9.2
ada5f65554 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.9.2
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.9/NEWS.md
3.9.1
2fc3ef8736 files touched
Loïc Bartoletti (lbartoletti)
graphics/proj: Update to 9.4.1
3.9.1
b6b3ec64e1 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Fix typo
3.9.1
47f8c40769 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Fix PLIST for various options
3.9.1
0e1263088d files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.9.1
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.9/NEWS.md
3.9.0
64fe6a2723 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Adjust 45e73124cc63baa9757d6252a591154526dc8607
3.9.0
858625d0b1 files touched
Gleb Popov (arrowd)
graphics/gdal: Fix plist with NETCDF off
Sponsored by:	Serenity Cybersecurity, LLC
3.9.0
45e73124cc files touched
Daniel Engberg (diizzy)
graphics/gdal: Convert post-patch to EXTRACT_AFTER_ARGS
Skip extracting unused dependencies to save I/O

PR:		278756
Approved by:	portmgr (maintainer timeout, 2+ weeks)
3.9.0
4d687e240e files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.9.0
- Bump PORTREVISION of dependent ports for shlib change
  - databases/postgis31 is skipped due to
  - graphics/R-cran-rgdal is skipped due to build failure and removed from CRAN repository

Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.9/NEWS.md
3.8.5
98bf25875a files touched
Tijl Coosemans (tijl)
graphics/tiff: Update to 4.6.0
PR:		278577
Exp-run by:	antoine
3.8.5
e3ecaf6c0a files touched
Loïc Bartoletti (lbartoletti)
graphics/proj: Update to 9.4.0
3.8.5
3bd7929e70 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.8.5
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.8/NEWS.md
3.8.4
5a7f3379a8 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Remove PCRE option after devel/pcre deprecation (7f217e24f2322373d049cd067cb720bde35097da)
3.8.4
9aa7fedd0c files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.8.4
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.8/NEWS.md
3.8.2
d2f834ba51 files touched
Tobias C. Berner (tcberner)
graphics/poppler: bump consumers of graphics/poppler
Bump after rupdate in 478df79a3071b399f648107456cf371587e84a3f
3.8.2
e033cbdc91 files touched
Jan Beich (jbeich)
graphics/libjxl: force rebuild consumers after 4c1f4b3f46bc
$ ffmpeg
ld-elf.so.1: Shared object "libjxl.so.0.9" not found, required by "libavcodec.so.60"

Reported by:	vvd
3.8.2
37c2ac83ca files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Add JXL option
3.8.2
672f0463c7 files touched
Tobias C. Berner (tcberner)
graphics/poppler: bump revision of consumers
3.8.2
f776ecb14e files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.8.2
- Add AEC option

Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.8/NEWS.md
3.8.1
32e071bce2 files touched
Loïc Bartoletti (lbartoletti)
databases/sfcgal: Update to 1.5.1
3.8.1
bb64a6b503 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.8.1
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.8/NEWS.md
3.8.0
282a027308 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.8.0
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.8/NEWS.md
3.7.3
7768ac800b files touched
Loïc Bartoletti (lbartoletti)
databases/spatialite: Update to 5.1.0
3.7.3
a1bdf3a65e files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.7.3
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.7/NEWS.md
3.7.2
15345438fc files touched
Loïc Bartoletti (lbartoletti)
databases/sfcgal: Update to 1.5.0
Changes:
  - https://gitlab.com/sfcgal/SFCGAL/-/blob/v1.5.0/NEWS?ref_type=tags#L1-15
3.7.2
a183016bcd files touched
Jason E. Hale (jhale)
security/cryptopp: Update to 8.9.0
Bump PORTREVISION on consumers due to ABI incompatibility.

https://www.cryptopp.com/release890.html
3.7.2
66282ba1e9 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update KML option
gdal links against minizip and uriparser if KML option is enabled.
Do not bump PORTREVISION because the package depends list is unchanged.
3.7.2
e17f183ac7 files touched
Po-Chuan Hsieh (sunpoet)
science/libkml: Update to newer snapshot (916a801)
- Re-apply 71a4cedd0383a76f847f0fa1ab32b9209df20959
- Clean up BUILD_DEPENDS: all of them are in the ports tree for years
- Bump PORTREVISION of dependent port (graphics/gdal) for shlib change
- Bump PORTREVISION for package change

Local patches have been merged by upstream in 916a801 [1].
Tested all dependent ports of graphics/gdal in case of potential breakage.
- math/openturns and science/paraview are skipped due to ceres-solver breakage
- graphics/mapnik is skipped due to potential boost-libs breakage [2][3]

Changes:	https://github.com/libkml/libkml/commits/master
Reference:	https://github.com/libkml/libkml/commit/916a801ed3143ab82c07ec108bad271aa441da16 [1]
		https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p3b548e384d0b_sfc4a676827/logs/mapnik-3.1.0_3.log [2]
		https://pkg-status.freebsd.org/beefy16/data/132amd64-default/3b548e384d0b/logs/mapnik-3.1.0_3.log [3]
PR:		266221, 266252
3.7.2
85a3005b20 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.7.2
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.7/NEWS.md
3.7.1
1b4453302b files touched
Matthias Andree (mandree)
*: Bump PORTREVISION for OpenEXR users
Because OpenEXR's SONAME has changed with the 3.2.0 update.
New SONAME: libOpenEXR-3_2.so.31
3.7.1
6a4bcec9b9 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Simplify 18e5fa858bb60e1c70006acf2e6b966d411dd8de
Use CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX instead of mixed method of Makefile and CMake
3.7.1
18e5fa858b files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Fix MYSQL option
PR:		269256
Reported by:	Martin Birgmeier <d8zNeCFG@aon.at>
3.7.1
74e62b7429 files touched
Piotr Kubaj (pkubaj)
graphics/gdal: fix build on powerpc / powerpc64
Disable LERC because of https://github.com/OSGeo/gdal/commit/9aaae9ddf28c51766414c97845539a05c4484731.
3.7.1
e9df86a63e files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.7.1
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.7/NEWS.md
3.7.0
664a2fa1e5 files touched
Daniel Engberg (diizzy)
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0
3.7.0
17abfdbdd7 files touched
Loïc Bartoletti (lbartoletti)
textproc/freexl: Update to 2.0.0
Reported by:	portscout
3.7.0
94ecbdcacc files touched
Loïc Bartoletti (lbartoletti)
graphics/proj: Update to 9.2.1
3.7.0
5e3c265d11 files touched
Jason E. Hale (jhale)
security/cryptopp: Update to 8.8.0
Bump PORTREVISION on consumers due to ABI incompatibility.

https://www.cryptopp.com/release880.html
3.7.0
ecdb41221d files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Enable DEFLATE and LERC options by default
- Bump PORTREVISION for dependency change

DEFLATE (libdeflate) is already part of the dependencies via tiff.
LERC is recommended by upstream.
3.7.0
a5fbd2fa98 files touched
Matthias Andree (mandree)
*: bump PORTREVISION of Imath users
...because math/Imath 3.1.9 reset the major version of
libImath to 29 from 31. See math/Imath 3.1.9 for details.
3.7.0
17dbcfa0af files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.7.0
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.7/NEWS.md
3.6.4
edbe24d784 files touched
Tobias C. Berner (tcberner)
graphics/poppler: bump dependencies
3.6.4
f5c1981aed files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.6.4
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.6/NEWS.md
3.6.3
8d3e020ed0 files touched
Gerald Pfeifer (gerald)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
3.6.3
32edee2a20 files touched
Tobias C. Berner (tcberner)
graphics/poppler: bump consumers after update to 23.04
graphics/poppler was updated in 06339c451266f5843e53bd6406c81a89eedd4ab1
3.6.3
8b1e446b29 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.6.3
- Fix options drivers [1]
- Update WWW and clean up pkg-descr

Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.6/NEWS.md
PR:		269708 [1]
3.6.2
486ea1d293 files touched
Loïc Bartoletti (lbartoletti)
graphics/proj: Update to 9.2.0
3.6.2
5327591576 files touched
Matthias Andree (mandree)
*: Bump PORTREVISION of math/Imath users
3.6.2
269ce36039 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Install cpl_odbc.h for ODBC option
- Bump PORTREVISION for package change

PR:		269256
Reported by:	Martin Birgmeier <d8zNeCFG@aon.at>
3.6.2
9e2785e500 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.6.2
- Remove SLAVEDIRS
- Update WWW and clean up pkg-descr

Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.6/NEWS.md
3.5.3
3db760ad79 files touched
Loïc Bartoletti (lbartoletti)
graphics/proj: Update to 9.1.1
3.5.3
6f417247b1 files touched
Tobias C. Berner (tcberner)
graphics/poppler: bump dependencies
Follow-up to 9b78681895a5a5b7225299242098f7f2f27d959c
3.5.3
105ff87975 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.5.3
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/master/NEWS.md
3.5.2
e3d436085f files touched
Tobias C. Berner (tcberner)
graphics/poppler: bump dependencies
3.5.2
de3b9f5578 files touched
Loïc Bartoletti (lbartoletti)
graphics/proj: Update to 9.1.0
Release notes:
https://proj.org/news.html#id37

Also remove proj-data dependency.

You can use proj to retrieve data or install graphics/proj-data
manually.
3.5.2
3a7ab00b4f files touched
Tobias C. Berner (tcberner)
graphics/poppler: bump PORTREVISION of dependencies
- after update to 22.11 in d01d0d73b169
3.5.2
c8e8499d9e files touched
Tobias C. Berner (tcberner)
graphics/poppler: bump port revision of poppler consumers
- poppler was updated to 22.10 in df406767857ddfc6d9580d72b1613a7cf8579bbc
3.5.2
9432fd8cbd files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.5.2
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/master/NEWS.md
3.5.1
5a19c0823b files touched
Jason E. Hale (jhale)
security/cryptopp: Update to 8.7.0
Drop most of the SIMD logic. The cryptopp Makefile autodetects CPU
features regardless if CPUTYPE is set and it is not possible to disable
specific instruction sets. It is only possible to completely disable
assembly optimizations, which is recommended for package building unless
all consumer machines support the build machine's CPU instruction sets.

Since version 8.1, it is no longer necessary to export
-DCRYPTOPP_DISABLE_ASM to the pkgconfig file. Consumers will now
build without it defined if the SIMD option is disabled. Remove old
workarounds pertaining to this issue.
https://github.com/weidai11/cryptopp/issues/779

Bump PORTREVISION on consumers due to ABI incompatibility.

https://www.cryptopp.com/release870.html
3.5.1
541d96e3f6 files touched
Tobias C. Berner (tcberner)
graphics/poppler: bump port revision of consumers after upgrade to 22.09
3.5.1
fb16dfecae files touched
Stefan Eßer (se)
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
3.5.1
b7f05445c0 files touched
Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
3.5.1
4cf39decb3 files touched
Dima Panov (fluffy)
*/*: bump all consumers after recent boost upgrade
3.5.1
016c05440c files touched
Tobias C. Berner (tcberner)
graphics/poppler: bump dependencies
Bump port revisions of poppler users after 04f1b0c1a895851aed9221282c1a503bc7415a37
3.5.1
5564b3b420 files touched
Tobias C. Berner (tcberner)
science/hdf5: bump PORTREVISION of consumers
The SO-version increased in the update to 1.12.2 in
a43418b81530f7e897abfbe18dd59f44265a1a0f .

Reported by:	VVD <vvd@unislabs.com>
3.5.1
022e658bd1 files touched
Tobias C. Berner (tcberner)
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Abel Chow <ozsanh45vds001@sneakemail.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Hayward <xelah@xelah.com>
  *  Alex Ivasyuv <siegerstein@pochta.ru>
  *  Alex Samorukov <samm@os2.kiev.ua>
  *  Alexander Gromnitsky
  *  Alexander Kojevnikov <alexander@kojevnikov.com>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Nedotsukov <bland@mail.ru>
  *  Alexander Y. Grigoryev <alexander.4mail@gmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Anatoliy Dmytriyev <tolid@plab.ku.dk>
  *  Anatoly Borodin <anatoly.borodin@gmail.com>
  *  Anders Nordby <anders@fix.no>
  *  Andras Horvath <han@log69.com>
  *  Andreas Daehn <ad001@uni-rostock.de>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Slusar <anray@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Anes Mukhametov <anes@anes.su>
  *  Anonymous <swell.k@gmail.com>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Arjan van Leeuwen <avleeuwen@piwebs.com>
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Björn König <bkoenig@alpha-tierchen.de>
  *  Brad Hendrickse <bradh@iafrica.com>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Carlos Eduardo G. Carvalho <cartola@openit.com.br>
  *  Charlie Kester <corky1951@comcast.net>
  *  Choe, Cheng-Dae
  *  Choe, Cheng-Dae <whitekid@gmail.com>
  *  Chris D. Faulhaber <jedgar@FreeBSD.org>
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chuck Robey <chuckr@FreeBSD.org>
  *  Corey Smith <corsmith@gmail.com>
  *  Dan Langille <dvl@FreeBSD.org>
  *  Daniel O'Connor <darius@dons.net.au>
  *  Daniel Roethlisberger <daniel@roe.ch>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  Dave Cottlehuber <dch@skunkwerks.at>
  *  David Bremner <bremner@unb.ca>
  *  David Gilbert <dgilbert@velocet.ca>
  *  David Naylor <dbn@FreeBSD.org>
  *  David Yeske <dyeske@gmail.com>
  *  Denis Barov <dindin@dindin.ru>
  *  Denis Podolskiy <bytestore@yandex.ru>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Devaux Fabien <fab@gcu.info>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Dominik Brettnacher <domi@nonsensss.de>
  *  Donn Miller <dmmiller@cvzoom.net>
  *  Douglas Carmichael <dcarmich@mcs.com>
  *  Douglas K. Rand <rand@meridian-enviro.com>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Emil J.V. Björsell (Jev)
  *  Emmanuel Vadot <manu@FreeBSD.org>
  *  Eric Anholt <anholt@FreeBSD.org>
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Eric P. Scott <eps+pbug0703@ana.com>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Eugene Mychlo <myc@barev.net>
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Franz Klammer <klammer@webonaut.com>
  *  FreeBSD GNOME Team <gnome@FreeBSD.org>
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Garrett Wollman <wollman@lcs.mit.edu>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gerrit Beine (<gerrit.beine@gmx.de>)
  *  Gerrit Beine (<tux@pinguru.net>)
  *  Glenn Johnson
  *  Greg Lewis <glewis@FreeBSD.org>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Gustau Pérez i Querol <gustau.perez@gmail.com>
  *  Gvozdikov Veniamin <g.veniamin@googlemail.com>
  *  Hernan Di Pietro <hernan.di.pietro@gmail.com>
  *  Hiroto Kagotani <hiroto.kagotani@gmail.com>
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Hye-Shik Chang <perky@python.or.kr>
  *  Igor Pokrovsky <ip@doom.homeunix.org>
  *  Igor Pokrovsky <tiamat@comset.net>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jamie Hermans <jamie@hermans.ca>
  *  Jan Henrik Sylvester <me@janh.de>
  *  Janni
  *  Janos Mohacsi <janos.mohacsi@bsd.hu>
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jean-Marc Zucconi <jmz@FreeBSD.org>
  *  Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeff Molofee
  *  Jeremy Norris <ishmael127@home.com>
  *  Jeremy Norris <ishmael27@home.com>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Dieterich <jmd@FreeBSD.org>
  *  Johannes Jost Meixner <johannes@perceivon.net>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Hay
  *  John McAree <john@mcaree.org>
  *  John Prather
  *  John Reynolds <johnjen@reynoldsnet.org>
  *  Joris Dedieu <joris.dedieu@gmail.com>
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Jose Jachuf <jjachuf@gmail.com>
  *  Joseph Koshy <koshy@india.hp.com>
  *  Juergen Unger <j.unger@choin.net>
  *  KANOU Hiroki <kanou@mil.allnet.ne.jp>
  *  KIRIYAMA Kazuhiko
  *  Kay Lehmann
  *  Kevin Golding <ports@caomhin.org>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kris Moore <kmoore@FreeBSD.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Kurt Kanzenbach <kurt@kmk-computers.de>
  *  Kyle Martin <mkm@ieee.org>
  *  Laurent Courty
  *  Leonardo Martins <lmartins@nepe.eee.ufg.br>
  *  Lev Serebryakov <lev@FreeBSD.org>
  *  Malte Lance <malte.lance@gmx.net>
  *  Marc Fonvieille <blackend@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> et al.
  *  Mark Atkinson <atkin901@gmail.com>
  *  Mark Murray <markm@FreeBSD.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Markus Brueffer <markus@FreeBSD.org>
  *  Martin Dieringer <martin.dieringe@gmx.de>
  *  Martin Dieringer <martin.dieringer@gmx.de>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Neubauer <m.ne@gmx.net>
  *  Martin Sugioarto <martin.sugioarto@udo.edu>
  *  Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
  *  Martin Tournoij <carpetsmoker@xs4all.nl>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Mateusz Piotrowski <0mp@FreeBSD.org>
  *  Mathieu Arnold
  *  Matthew Luckie <mjl@luckie.org.nz>
  *  Matthew X. Economou <xenophon+fbsdports@irtnog.org>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Matthieu Volat <mazhe@alkumuna.eu>
  *  Maurice Castro <maurice@serc.rmit.edu.au>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Gmelin <freebsd@grem.de>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Nottebrock <lofi@FreeBSD.org>
  *  Michael Reifenberger <mr@FreeBSD.org>
  *  Mike Krutov <neko@takino.org>
  *  Mikhail T. <mi@aldan.algebra.com>
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  NAKATA Maho <maho@FreeBSD.org>
  *  Naram Qashat <cyberbotx@cyberbotx.com>
  *  Nick Hilliard <nick@foobar.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  Nikolay Korotkiy <sikmir@gmail.com>
  *  Norio Suzuki <nosuzuki@e-mail.ne.jp>
  *  Oliver Heesakkers <dev2@heesakkers.info>
  *  Oliver Lehmann <oliver@FreeBSD.org>
  *  Olivier Duchateau
  *  Paul Everlund
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pedro F. Giffuni
  *  Pedro Garcia Freitas <sawp@sawp.com.br>
  *  Pedro Giffuni
  *  Pedro Giffuni <pfg@FreeBSD.org>
  *  Pete Fritchman <petef@FreeBSD.org>
  *  Pete Fritchman <petef@databits.net>
  *  Peter Ankerstal <peter@pean.org>
  *  Peter Jeremy <peterjeremy@optushome.com.au>
  *  Peter Schmiedeskamp <pschmied@qwest.net>
  *  Phil Phillips <pphillips@experts-exchange.com>
  *  Pietro Cerutti <gahr@FreeBSD.org>
  *  Pietro Cerutti <gahr@gahr.ch>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Piotr Smyrak <smyru@heron.pl>
  *  Piotr Smyrak, piotr.smyrak@heron.pl
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Quentin Stievenart <acieroid@awesom.eu>
  *  R Joseph Wright <rjoseph@mammalia.org>
  *  Radim Kolar
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Randall Hopper
  *  Randall Hopper <aa8vb@ipass.net>
  *  Randall Hopper <aa8vb@nc.rr.com>
  *  Reinier de Blois <rddeblois@gmail.com>
  *  Richard Hwang <rhwang@bigpanda.com>, Mikhail Teterin <mi@aldan.algebra.com>, Jun-ichiro itojun Itoh <itojun@itojun.org>
  *  Rick Elrod <codeblock@eighthbit.net>
  *  Rob Farmer <rfarmer@predatorlabs.net>
  *  Rod Person <rodperson@rodperson.com>
  *  Roland Jesse <roland.jesse@gmx.net>
  *  Romain Tartiere <romain@FreeBSD.org>
  *  Ron van Daal
  *  Ronald Kuehn <rk@ronald.org>
  *  Rong-En Fan <rafan@infor.org>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Rusty Nejdl <rnejdl@ringofsaturn.com>
  *  Ryan Melcer <rmelcer@iteris.com>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sahil Tandon <sahil@FreeBSD.org>
  *  Sam Lawrance
  *  Satoshi Asami <asami@FreeBSD.org>
  *  Satoshi Taoka <taoka@FreeBSD.org>
  *  Seiichirou Hiraoka
  *  Serge Negodyuck <petr@petrovich.kiev.ua>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sergey V. Dyatko <sergey.dyatko@gmail.com>
  *  Shane Ambler
  *  Shaun Amott <shaun@inerd.com>
  *  Shell Hung <shell@shellhung.org>
  *  Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
  *  Simun Mikecin <numisemis@yahoo.com>
  *  Sofian Brabez <sbrabez@gmail.com>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Stanislav Sedov <stas@FreeBSD.org>
  *  Stas Timokhin <devel@stasyan.com>
  *  Stas Timokhin <stast@bsdportal.ru>
  *  Stefan Walter <sw@gegenunendlich.de>
  *  Stephen Roome <steve@pepcross.com>
  *  Steve Wills <steve@meatwad.mouf.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Steven Wallace <swallace@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TAKATSU Tomonari <tota@rtfm.jp>
  *  TAOKA Fumiyoshi
  *  TATEISHI Katsuyuki <katsu@iec.hiroshima-u.ac.jp>
  *  Tassilo Philipp <tphilipp@potion-studios.com>
  *  Thibault Payet <monwarez@mailoo.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Dreibholz <dreibh@iem.uni-due.de>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Thomas Hurst <tom@hur.st>
  *  Tilman Linneweh <arved@FreeBSD.org>
  *  Tim Bishop <tim@bishnet.net>
  *  Tod McQuillin <devin@spamcop.net>
  *  Tomoyuki Sakurai <cherry@trombik.org>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  UMENO Takashi <umeno@rr.iij4u.or.jp>
  *  Ulrich Spoerlein <q@uni.de>
  *  Vasil Dimov <vd@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vincent Tantardini <vinc@FreeBSD-fr.org>
  *  Vladimir Chukharev
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen heping <wenheping@gmail.com>
  *  Wen heping<wenheping@gmail.com>
  *  Will Andrews <andrews@technologist.com>
  *  Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yinghong Liu <relaxbsd@gmail.com>
  *  Yinghong.Liu <relaxbsd@gmail.com>
  *  Yuan-Chung Hsiao <ychsiao@ychsiao.org>
  *  Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
  *  Yukihiro Nakai <nacai@iname.com>
  *  Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
  *  Yuri Victorovich <yuri@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Yuu Yashiki
  *  Yuzo FURUKAWA <hurukawa@kuee.kyoto-u.ac.jp>
  *  Zhihao Yuan <lichray@gmail.com>
  *  Zsolt Udvari <udvzsolt@gmail.com>
  *  ache
  *  alepulver
  *  anhot
  *  antonakis@gmail.com
  *  argv[0] (Iouri V. Ivliev)
  *  arved
  *  asami
  *  bf <bf@FreeBSD.org>
  *  bmc@WillsCreek.COM
  *  buganini@gmail.com
  *  cacho@mexicano.gdl.iteso.mx
  *  cartola (Carlos E. G. Carvalho)
  *  cartola@openit.com.br
  *  cfs@ing.puc.cl (original)
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  coryking
  *  cracauer@cons.org "Martin Cracauer"
  *  demon@FreeBSD.org
  *  dillon
  *  dom@happygiraffe.net
  *  erich@FreeBSD.org
  *  fenner
  *  fernan@iib.unsam.edu.ar
  *  frankch@waru.life.nthu.edu.tw
  *  gahr
  *  gary@hotlava.com
  *  gerard
  *  giffunip@asme.org
  *  glebius@FreeBSD.org
  *  gurkan@phys.ethz.ch
  *  hsu
  *  ijliao
  *  jamie
  *  jedgar@FreeBSD.org
  *  jeff@cetlink.net
  *  jjachuf@gmail.com
  *  jmz
  *  johalun
  *  johan
  *  johans
  *  kwm@FreeBSD.org
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  lesi@FreeBSD.org
  *  lichray@gmail.com
  *  luigi@FreeBSD.org
  *  maho@FreeBSD.org
  *  marcus@FreeBSD.org
  *  mb@imp.ch
  *  mi
  *  mm@FreeBSD.org
  *  nemysis <nemysis@gmx.ch>
  *  nik
  *  nork@FreeBSD.org
  *  olgeni@FreeBSD.org
  *  paulo@isr.uc.pt
  *  petef@FreeBSD.org
  *  pgs
  *  ports@FreeBSD.org
  *  proff@iq.org
  *  punkt.de Hosting Team <mops@punkt.de>
  *  rfarmer@predatorlabs.net
  *  roberto
  *  roland.jesse@gmx.net
  *  rpsfa@rit.edu
  *  saper@system.pl
  *  smace
  *  sobomax
  *  stas
  *  stb@lassitu.de
  *  theraven@FreeBSD.org
  *  thierry@pompo.net
  *  tobez
  *  trasz <trasz@pin.if.uz.zgora.pl>
  *  trevor
  *  vanilla
  *  will
  *  wolman@cs.washington.edu
  *  yukinopo@livedoor.com

With hat:	portmgr
3.5.1
d71e3fef7e files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.5.1
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/master/NEWS.md
3.5.0
7e5fe8fd65 files touched
Tobias C. Berner (tcberner)
graphics/poppler: bump PORTREVISION of poppler consumers
3.5.0
4bed58cf44 files touched
Tobias C. Berner (tcberner)
Mk/bsd.options.desc.mk: add common DESC for HEIF option
3.5.0
7c24f75361 files touched
Tobias C. Berner (tcberner)
graphics/poppler: bump port revision of consumers after 22.06 upgrade
3.5.0
8fe3c07f1f files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Allow build with old version installed
Tested with GDAL 3.0.3 or 3.4.3 installed.
3.5.0
7dac8c62a5 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.5.0
- Update SLAVEDIRS: p5-Geo-GDAL (SWIG Perl binding) has been removed since this version
- Remove CHARLS, DODS and JASPER options: they are removed by upstream

Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/master/NEWS.md
3.4.3
3a108ad0e6 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.4.3
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.4/gdal/NEWS.md
3.4.2
f22f615ec3 files touched
Tobias C. Berner (tcberner)
graphics/poppler: bump portrevision of consumers
3.4.2
7dd73cf435 files touched
Tobias C. Berner (tcberner)
graphics/poppler: bump portrevision of consumers
Bump revisions after 0ee787592d5a due to so-version bump.

PR:		 263009
3.4.2
735ea04b67 files touched
Po-Chuan Hsieh (sunpoet)
graphics/jasper: Bump PORTREVISION of dependent ports for shlib change after cdcedd316da6d7c8509c394474160c683489a3ae
3.4.2
d63665f7cd files touched
Charlie Li (vishwin)
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
3.4.2
378c4b34a7 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.4.2
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.4/gdal/NEWS.md
3.4.1
5649da3969 files touched
Adriaan de Groot (adridg)
graphics/gdal: repair configure args
--with-cpp17 isn't a valid thing to pass to configure,
even in the presence of C++17. All the same consumers
build with this flag.

Repairs b71f7e3faa7181387717df55cfd009db723b3d71

Reported by:	sunpoet (maintainer)
3.4.1
6f59b7b9ba files touched
Tobias C. Berner (tcberner)
graphics/poppler: bump consumers
Bump consumers of graphics/poppler after e25859e09380f5930718094423dc8616cbb202b3
3.4.1
b71f7e3faa files touched
Adriaan de Groot (adridg)
graphics/gdal: switch to C++17 for upcoming poppler
This is a fix-it-before-it-breaks for a poppler update that requires
consumers (like gdal) to compile in C++17 mode.

PR:		260956
3.4.1
247c7db751 files touched
Matthias Fechner (mfechner)
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
3.4.1
6e49c0444e files touched
Po-Chuan Hsieh (sunpoet)
science/netcdf: Update to 4.8.1
- Update MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/Unidata/netcdf-c/releases
3.4.1
d1d14ca3e5 files touched
Po-Chuan Hsieh (sunpoet)
astro/cfitsio: Update to 4.0.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
3.4.1
8cb482ff57 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Add BRUNSLI option
3.4.1
5693794683 files touched
Stephen Montgomery-Smith (stephen)
math/qhull: Renaming ports
qhull renamed to qhull7.
qhull8 renamed to qhull.
qhull7 marked deprecated.
Dependencies updated.
3.4.1
c5e375817c files touched
Thierry Thomas (thierry)
graphics/gdal: switch to Qhull8
Note: PR 261279 had been approved previously, and the port has been
upgraded to 3.4.1; only the swith to Qhull8 was missing.

PR:		261279
3.4.1
d37c514ca5 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Add LZ4 option
3.4.1
e0afbdc1ff files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Revert b65451f0c18896610cde2b51274734b612e8a6f1
- Change from qhull8 to qhull
- Fix LIB_DEPENDS: change from libqhull.so to libqhull_r.so
- Bump PORTREVISION for dependency change

It would be better to update math/qhull to v8 and bump all dependent ports with
LIB_DEPENDS fix (at least libqhull.so to libqhull_r.so) at once.

PR:		261279
3.4.1
2bfde39016 files touched
Loïc Bartoletti (lbartoletti)
databases/sfcgal: Update to 1.4.1
Changes:
  - https://gitlab.com/Oslandia/SFCGAL/-/blob/master/NEWS#L1-9
3.4.1
b65451f0c1 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Change from qhull to qhull8
- Bump PORTREVISION for dependency change

PR:		261279
3.4.1
499cc24aa0 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.4.1
- Add PCRE2 option
- Change default from PCRE to PCRE2

Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.4/gdal/NEWS.md
3.3.3
fd68e9e2b6 files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 21.12
Release 21.12.0:
    core:
         * Add API to add images
         * CairoOutputDev: Fix de-duping of Flate images
         * Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue #393
         * Minor code improvements

    glib:
         * Add API for validation of signatures
         * Add API to read/save to file descriptor

    utils:
         * pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117

    build system:
         * Increase C++ standard to 17

Exp-run by:	antoine
PR:		260344
3.3.3
e886c38c6e files touched
Gleb Popov (arrowd)
Bump PORTREVISION of graphics/poppler consumers.
PR:		259656
3.3.3
3c105acb6e files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.3.3
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.3/gdal/NEWS
3.3.2
5912209948 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Clean up LIB_DEPENDS
math/qhull5 was removed from ports tree on January 4, 2021.
math/qhull8 does not provide libqhull.so.
3.3.2
e140c1eb79 files touched
Tobias C. Berner (tcberner)
graphics/poppler: bump consumers after 2dee0997fbc9ee01991f73f0fa55f9b18908a264
3.3.2
a6b2bfcb41 files touched
Tobias C. Berner (tcberner)
graphics/gdal: prepare for poppler 21.10
Obtained from:	https://github.com/OSGeo/gdal/commit/9c09870e374ca21d558101af3f4c09a6164fdfc3
PR:		258836
3.3.2
170cb07fe4 files touched
Danilo Egea Gondolfo (danilo)
math/armadillo: Update to 10.6.2
Drop maintainership.
3.3.2
3d7b6ed183 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.3.2
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.3/gdal/NEWS
3.3.1
59e356e60c files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Add USES=cpe
3.3.1
0261df216b files touched
Loïc Bartoletti (lbartoletti)
databases/sfcgal: Update to 1.4.0
Changes:
  - https://gitlab.com/Oslandia/SFCGAL/-/blob/master/NEWS#L1-5
3.3.1
d98b56f1de files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 21.09
Release 21.09.0:
        core:
         * Splash: Massive speed improvement on files that use lots of save/restore (q/Q) operators
         * Correct decoding of signature properties Reason & Location when they are Unicode
         * Fix issues with malformed files
         * MSVC build fixes

        build system:
         * Call cmake_minium_required() before project()
         * Always append to CMAKE_{C,CXX}_FLAGS_${CMAKE_BUILD_TYPE}
         * correctly forward user-provided flags to try_compile()

Exp-run by:	antoine
PR:		258206
3.3.1
9a1df6a85c files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 21.08.0
Release 21.08.0:
        core:
         * Add API to allow addition and modification of outlines into a PDF
         * Use additional samples to test for constant parts of an axial gradient
         * forms: Create fallback fonts for some well known font names
         * Support reading the PDF Version from the Catalog
         * Fix XRef::copy when there are modified objects
         * Take into account that Date string may be in unicode
         * JBIG2Stream: Fix regression in "Do not consider a size-0 to be an error"
         * Replace a local bubble sort implementation by std::sort
         * Fix issues with malformed files

        build system:
         * Better error message when libjpeg is not found
         * Better error messages when libopenjpeg2 is not found

        qt5/qt6:
         * Document that a document has to outlive its pages
         * Make getPdfVersion return a dedicated version object

        glib:
         * mimick TextSelectionDumper logic change for spaceAfter

Exp-run by:	antoine
PR:		257539
3.3.1
f863b01b83 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Add LERC option
3.3.1
f48a69d4d8 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Add RASTERLITE2 option
3.3.1
56ffa089e2 files touched
Matthias Andree (mandree)
*: graphics/openexr PORTREVISION bumps
OpenEXR changes its SONAME again, so bump PORTREVISION of its users.
3.3.1
a7d048cee5 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Add DEFLATE option
3.3.1
85bce82b6b files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Add HEIF option
PR:		256984
Requested by:	Philipp Ost <bsd@philippost.de>
3.3.1
2fdac17cd2 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Respect PREFIX
- Install gdal.pc to PREFIX/libdata/pkgconfig/

PR:		257262
Reported by:	mi
3.3.1
f155b46a5f files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Add HEIF option
PR:		256984
Requested by:	Philipp Ost <bsd@philippost.de>
3.3.1
cec2f8e770 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.3.1
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/master/gdal/NEWS
3.3.0
cbc36ca070 files touched
Matthias Andree (mandree)
*: bump PORTREVISION after math/Imath update, #2
This also bumps the PORTREVISION of all ports that
OPTIONally depend on Imath, for instance, through an OPENEXR
or EXR option that defaults to off.

Missed in commit 3cda93bdf69bfb4ea99181e638e661c467dad38d.

Reported by:	Philipp Ost <pj@smo.de>
Reported by:	koobs@ (thanks for forwarding the report)
3.3.0
fac489c164 files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 21.07.0
Release 21.07.0:
        core:
         * JBIG2Stream: Do not consider a size-0 to be an error. Issue #535
         * PSOutputDev: fix off-by-one error for image masking in L1/L2 output. Issue #1088
         * CairoOutputDev: Fix memory leak on broken files
         * Minor code improvements

        build system:
         * set C standard to 11 without extensions

Exp-run by:	antoine
PR:		256981
3.3.0
2e5262c24a files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Fix configure with GEOS or SFCAL disabled
Obtained from:	https://github.com/OSGeo/gdal/commit/b414b0a0594b3e9c175a001e8455819463039eb6
3.3.0
3fe7963684 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.3.0
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/master/gdal/NEWS
3.2.3
c4ca0e58ee files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Convert REINPLACE_CMD to patch files
3.2.3
c567676136 files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 21.06.0
Release 21.06.0:
        core:
         * Fix rendering of some extended latin1 characters in annotations. Issue #1070
         * Support some not so well formed documents with password. Issue #1083
         * Add API to get notified if the xref is reconstructed
         * Add somewhat fancier left/right signature visual representation
         * Fix crashes in malformed files
         * Minor code improvements

        qt6:
         * Change some functions to return std::unique_ptr

        qt5/qt6:
         * Add API to get notified if the xref is reconstructed
         * Add somewhat fancier left/right signature visual representation
         * Don't assert when trying to invert singular matrices

        build system:
         * make boost opt-out if building splash

- Add dependency on boost to enable the splash backend.

PR:		256370
Exp-run by:	antoine
3.2.3
7f88591483 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Simplify Makefile
3.2.3
009c0c730c files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.2.3
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.2/gdal/NEWS
3.2.2
cc4315b370 files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 21.05.0
Release 21.05.0:
        core:
         * Fix crashes in malformed files
         * Export SplashFont* symbols used by Scribus
         * Minor code improvements

        qt5/qt6:
         * Make sure new signatures are always properly oriented
         * Allow to pass the border width when signing

        glib:
         * Enhance find to support multi-line matching

        utils:
         * pdftoppm: Fix regression when using single scaleTo. Issue #1062

        build system:
         * Allow to disable building manual tests

PR:		255562
Exp-run by:	antoine
3.2.2
23746f91b7 files touched
Rainer Hurling (rhurlin)
graphics/gdal: Fix EXR option
PR:		255592
3.2.2
66a03470a2 files touched
John Hein (jcfyecrayz)
graphics/gdal: Fix build with OpenEXR/Imath 3.0 (should be part of 9ab14902a13463a884c7446d358364ed5ee64088)
- Remove MAKE_JOBS_UNSAFE [1]

PR:		255216
Reported by:	O. Hartmann <ohartmann@walstatt.org>
Tested by:	John Hein <jcfyecrayz@liamekaens.com> [1]
3.2.2
2331923159 files touched
Po-Chuan Hsieh (sunpoet)
graphics/gdal: Update to 3.2.2
Changes:	https://github.com/OSGeo/gdal/blob/release/3.2/gdal/NEWS
3.2.1
804841a56e files touched
Loïc Bartoletti (lbartoletti)
databases/spatialite and databases/spatialite-tools: Update to 5.0.1
3.2.1
c8b3d040c3 files touched
Loïc Bartoletti (lbartoletti)
databases/sfcgal: Update to 1.3.10
Bugfix release and prepare to graphics/cgal 5.2
3.2.1
2f973a2955 files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 21.04.0
Release 21.04.0:
        core:
         * Hide symbols by default
         * TextSelectionDumper: fix word order for RTL text
         * Fix rendering of text in some files. Issue #1052
         * Implement rendering of Masks of Image subtype. Issue #1058
         * Forms: fix unclicking standalone form buttons. Issue #1034

        glib:
         * Expose more fields from MediaRendition in PopplerMedia
         * Use stock glib macro to define boxed type
         * Remove incorrecly used volatile from enum type registration code

        qt5:
         * Fix crash in files with malformed signatures
         * Fix memory leak when QImage constructor "fails"

        qt6:
         * Fix crash in files with malformed signatures
         * Fix memory leak when QImage constructor "fails"

        utils:
         * pdfsig: New paragraph for "-sign" in manpage
         * pdfimages: Do not assert in "too big images". Issue #1061

        build system:
         * Require cmake >= 3.10
         * Require Qt 5 >= 5.9
         * Require glib >= 2.56
         * Require gtk 3 >= 3.22
         * Require gdk-pixbuf >= 2.36

PR:		poppler-21.04.0
Exp-run by:	antoine
3.2.1
9ab14902a1 files touched
Matthias Andree (mandree)
graphics/gdal: make compatible with OpenEXR/Imath 3.0
3.2.1
305f148f48 files touched
Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
3.2.1
0ef82d433f files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 21.03.0
Release 21.03.0:
        core:
         * Fix parsing text in some broken pdf files. Issue #1040
         * Fix memory issue when using threads. Issue #1050
         * TextSelectionDumper: Fix getText() for space after word
         * Change signature of OutputDev:tilingPatternFill
         * Make PDFDocBuilder return a std::unique_ptr
         * Improve well formed check for shading functions
         * Fix leak in case of fread failing
         * Fix memory leak in broken file in JBIG2Stream::readGenericBitmap
         * PSOutputDev: Fix stack overflow in broken files

        glib:
         * poppler_annot_free_text_get_callout_line: Fix wrong static cast
         * poppler-structure-element: fix memleak
         * Improve documentation
         * demo: keep same visual appearance between displayed and copied text

        utils:
         * pdftotext: Add -cropbox option
         * pdftoppm: Add -progress option
         * pdftoppm: Fix rounding bug in computation of output bitmap size. Issue #927

        qt6:
         * Add missing poppler-qt6.pc.cmake

PR:		253953
Exp-run by:	antoine
3.2.1
9fe75e179d files touched
Loïc Bartoletti (lbartoletti)
graphics/gdal: Set the default options as a workable set
- reinstate r552962 (was reverted in r553000)
- remove pkg-message from qgis and qgis-ltr
- Bump PORTREVSION on all consumers

PR:		224004
Approved by:	portmgr
3.2.1
ed28803b50 files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 21.02
Release 21.02.0:
        core:
         * GfxCal*ColorSpace: introduce Bradford transform for chromatic adaptation
         * Fix memory leak if saving the file fails
         * Internal code improvements
         * Fix various issues handling broken files
         * Make checkedAdd work for long long in MSVC

        qt5:
         * Properly export NewSignatureData class
         * Fix regression in QIODeviceOutStream + MSVC

        qt6:
         * Properly export NewSignatureData class
         * Fix regression in QIODeviceOutStream + MSVC

        utils:
         * pdftohtml: Fix error() parameter type

PR:		253183
Exp-run by:	antoine
3.2.1
b201105b39 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 3.2.1
Changes:	https://github.com/OSGeo/gdal/blob/release/3.2/gdal/NEWS
PR:		252569
Exp-run by:	antoine
3.1.4
5455755643 files touched
Jason E. Hale (jhale)
security/cryptopp: Update to 8.4.0
Bump PORTREVSION on all consumers. ABI-breaking changes were introduced and
recompile of consumers is necessary.

Remove unused cryptopp dependency from devel/xeus. Upstream migrated to OpenSSL
several releases ago. [1]

[1] https://github.com/jupyter-xeus/xeus/commit/c98c44c174cafcf424f4203dc3c61564118feb3e

Changes:	https://www.cryptopp.com/release840.html
3.1.4
c565bdb335 files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 21.01.0
Release 21.01.0:
        core:
         * Faster routines for jpeg decoding
         * Fix reading signatures in encrypted files
         * Add white point correction when lcms is used
         * JBIG2Stream: Fix byte counting
         * Fix potential data loss if we try to fetch a non existing Ref after modifying the document
         * Specifically use DeviceGray instead of DefaultGray for softmasks
         * Fix various issues handling broken files

        utils:
         * pdftocairo: Setmode binary for windows
         * pdfsig: Add hability to digitally sign files
         * pdftoppm: add options to set DeviceGray/DeviceRGB/DeviceCMYK
         * pdftops: add options to set DeviceGray/DeviceRGB/DeviceCMYK
         * pdfimages: Account for rotation in PPI calculation

        qt5:
         * Add hability to digitally sign files

        qt6:
         * Add hability to digitally sign files

        build system:
         * Enable clang-tidy bugprone-signed-char-misuse

PR:		252377
Exp-run by:	antoine
3.1.4
b17f6bd58b files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Add OPENJPEG version requirement
3.1.4
6a97eb829c files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Fix ARMADILLO option
3.1.4
92f2324d70 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Add CHARLS, CRYPTOPP, DODS, EXR and TILEDB options
- Complete CONFIGURE_ARGS
3.1.4
773872818c files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 20.12.0
Changelog:
        core:
         * Draw better circles for circle annotations
         * Fix annotation line width if no appearance stream or style are given
         * Tweak rendering of highlight annotations
         * Fix border rendering of some annotations
         * Fix rendering of some files. Issue #976 Issue #567
         * PSOutputDev: provide options to set the rasterization color space and ICC profile
         * PSOutputDev: for splashModeCMYK8 and language level >=2 activate overprint emulation
         * PSOutputDev: use the DeviceN8 bitmap for rasterization with CMYK-output + overprint
         * Use the font name without subset tag when querying for a system font
         * Splash: Fix wrong x adjustment during clipping
         * Splash: Fix blitImage in uncolored tiling patterns
         * timeToDateString: We forgot the ' after the minutes
         * Move psLevel to PSOutputDev creation
         * Fix several issues in broken files

        utils:
         * pdftops: provide options to set the rasterization color space and ICC profile
         * pdftops: for splashModeCMYK8 and language level >=2 activate overprint emulation

        cpp:
         * New fuzzers

        glib:
         * New fuzzers

        qt5:
         * New fuzzers

        build system:
         * gcc: Enable -fno-operator-names
         * Remove obsolete bool-to-binary macro
         * Remove obsolete version-check macro for pkgconfig
         * Remove .pc files for private back-ends
         * Remove redundant unit-test macro

PR:		251537
Exp-run by:	antoine
3.1.4
dfe0c9ad73 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update BUILD_DEPENDS
3.1.4
b59496747d files touched
Loïc Bartoletti (lbartoletti)
graphics/proj: Update to 7.2.0
Changelog:
  - https://proj.org/news.html#release-notes
3.1.4
1141c4e8ef files touched
Loïc Bartoletti (lbartoletti)
graphics/proj: Update to 7.1.1
- Add a pkg-message explaining how to access or sync datum grids from the CDN
  (disabled by default)
- Add curl and tiff dependencies since proj can read datum grids from remote
  COG (Cloud Optimized Geotiff)
- Take maintainer'ship (ok wen@)

PR:		245611
Submitted by:	wen (first version)
Reviewed by:	wen, rhurlin
Approved by:	wen
Exp-run by:	antoine
3.1.4
f5eaf27d83 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 3.1.4
Changes:	https://github.com/OSGeo/gdal/blob/release/3.1/gdal/NEWS
3.1.3
a831c679c4 files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 20.11.0
Release 20.11.0:
        core:
         * More work on rendering of standalone Annot Widgets. Issue #806
         * Fix crashes in embedded file handling on broken files. Issue #967
         * Fix uninitialized memory read on broken files
         * Save a bit of memory in Dict data

        cpp:
         * Fix crashes in embedded file handling on broken files. Issue #966

        utils:
         * pdftohtml: HTML and XML output includes font opacity.

        qt5:
         * Rename ArthurOutputDev to QPainterOutputDev

        build system:
         * Fix linker error when gtk is not in a default location
         * Add some checks for gtk-doc support
         * Reorganize GObject introspection config
         * Enable CMAKE_LINK_DEPENDS_NO_SHARED

PR:		250786
Exp-run by:	antoine
3.1.3
a0751c133d files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Revert r552962
3.1.3
0173afc691 files touched
Loïc Bartoletti (lbartoletti)
graphics/gdal: Add more default options
GDAL is an essential component for GIS software as graphics/qgis*, math/saga,
databases/postgis*, databases/grass*.
Unfortunately too many options are not enabled by default, causing the user
of theses softwares to rebuild graphics/gdal and its bindings (especially
graphics/py-gdal) for basic use.

With this commit, the vast majority of user needs will be covered, leaving
the build of graphics/gdal with the less relevant and less used options to
the users who really need it.

As gdal now requires postgresql, the package will install the default
version (postgresql12), however databases/postgis23 cannot be built with
postgresql>10 so it is marked as BROKEN -- however this is not a problem
since it is largely deprecated and will be removed soon.

PR:		224004
Approved by:	Maintainer timeout
3.1.3
90a1fdb824 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 3.1.3
Changes:	https://github.com/OSGeo/gdal/blob/release/3.1/gdal/NEWS
PR:		250102
Exp-run by:	antoine
3.1.0
aa3db148fc files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 20.10.0
Release 20.10.0:
        core:
         * Filter out repeated forms
         * Implement EmbedStream::reset()
         * CairoOutputDev: evict just font faces owned solely by cache.
         * Splash: Rename Yd to Ydown, Xu to Xup, etc.
         * Splash: fix crash in out-of-memory situation.
         * Fix some undefined behaviour situation with forged files

PR:		250052
Exp-run by:	antoine
3.1.0
487971447a files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Fix build with jasper 2.0.20
3.1.0
5dc59a82ae files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 20.09.0
Release 20.09.0:
        core:
         * Compability fix for Forms
         * Fix fetching of Objects failing in some cases
         * Fix clearing date in Annot setModified/setDate
         * TextSelectionPainter: support glyphless fonts
         * Splash: Don't try read past end of image
         * avoid abort() on large memory allocation
         * Fix memory leak on broken files
         * Fix potential invalid memory read
         * Small code improvements

        qt5:
         * Document TextAnnotation::inplaceAlign
         * Make Annotation::setModification/CreationDate work on existing annots
         * Be a bit more stubborn converting dates that come from xml
         * Clean as many null characters from the end as possible when converting strings

        glib:
         * Add accessor functions for PopplerAttachment
         * Deprecate PopplerAttachment GTime fields
         * Deprecate PopplerDocument date properties

        utils:
         * pdftoppm: report error and exit if output file cannot be written
         * Document that PDF-file can be '-' to read it from stdin

        build system:
         * cmake: Modern way to link against libpng, zlib and libtiff
         * cmake: Remove stray support for lcms1 in pdftocairo

PR:		249060
Exp-run by:	antoine
3.1.0
465114f38d files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Use libqhull.so from math/qhull explicitly
math/qhull provides libqhull.so.7 and math/qhull5 provides libqhull.so.5.

PR:		249182
Reported by:	John Hein <jcfyecrayz@liamekaens.com>
3.1.0
bca7cc6d16 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Use qhull from ports
- Bump PORTREVISION for dependency change
3.1.0
65a5c87d81 files touched
Tobias C. Berner (tcberner)
graphics/gdal: add upstream fix for poppler 20.08.x
- graphics poppler changed the versionsing scheme
- add upstream patch to handle the minor-release with leading zeroes.
- the exp-run in pr 248419 could not catch this as the option is off by default
- obtained from upstream:
	https://github.com/OSGeo/gdal/commit/2b863dbabdc2a7d724f9fdf3e6ff20a142b619f6.patch

PR:		248703
Submitted by:	russo@bogodyn.org
Reported by:	John Hein <jcfyecrayz@liamekaens.com>
3.1.0
97cf82ea46 files touched
Tobias C. Berner (tcberner)
Bump revisions of poppler consumers after r544863
3.1.0
5060d003ef files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 0.90
Release 0.90.0:
        core:
         * Color profile tweaks
         * Small signature improvements
         * BBoxOutputDev: Fix calculation when type3 fonts are involved
         * Fix potential crash when reading Forms
         * Fix infinite loop in broken file
        glib:
         * Fix adding annots in rotated pages
         * Add ability to reset forms
         * Several fixes to the documentation
        qt5:
         * Make it clear we require Qt 5.5
         * demo: Fix crash on broken files
         * Small documentation improvements
        utils:
         * pdftoppm: Add option to set display profile
         * pdftops: Add a -rasterize option with values always, never, or whenneeded
        build system:
         * Require cmake 3.5
         * More modern cmake way to link against curl

PR:		247736
Exp-run by:	antoine
3.1.0
99bd3bb02d files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 0.89.0
Release 0.89.0:
        core:
         * Add support for ResetForm action. Issue #225
         * Fix crash in PDFDoc::getSignatureFields when there's no Forms at all
         * Fix exporting to PS of some files with CID fonts
         * Use ICC profiles in PS output (if new enough lcms is used)
         * Allow almost-singular tiling pattern matrices. Issue #894
         * Fix memory leak when failing to load some fonts
         * CairoOutputDev: Use stroke opacity when clipping to a stroke path
         * CairoOutputDev: Fix tiling patterns when pattern cell is too far. Issue #190

        glib:
         * Add poppler_movie_get_aspect

        cpp:
         * Add the font infos to the text_box object

Exp-run by:	antoine
PR:		246848
3.1.0
aabbea4dfa files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Bump PORTREVISION for devel/json-c json-c
3.1.0
a82fc4e09e files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 3.1.0
Changes:	https://github.com/OSGeo/gdal/blob/release/3.1/gdal/NEWS
PR:		246392
Exp-run by:	antoine
3.0.4
1c19339682 files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 0.88.0
Release 0.88.0:

        core:
         * Support Widget Annotation Buttons not linked to any Form
         * SplashOuputDev: Use stroking opacity when clipping to a stroke path
         * Handle 1 bit RGB images in ICC colorspace
         * Internal code improvements

        qt5:
         * Add Document::signatures. Returns signatures not attached to any page
         * ArthurOutputDev: Fix font hinting
         * ArthurOutputDev: Set the opacity when filling with axial gradients
         * ArthurOutputDev: Implement the clipToStrokePath method
         * ArthurOutputDev: Use stroking opacity when clipping to a stroke path

        glib:
         * Add poppler_page_get_bounding_box
         * Add poppler_form_field_get_alternate_ui_name
         * Implement rotation for 'flagNoRotate' annots. Issue #767

        cpp:
         * Add non_raw_non_physical layout for page::text()

        utils:
         * pdftohtml: Fix noRoundedCoordinates->noroundcoord in man page
         * pdfsig: Show also signatures that aren't attached to any page
3.0.4
ff3b39857e files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 0.87.0
Release 0.87.0:
        core:
         * Fix crashes due to inconsistent vtables for Clang builds
         * Fix leak in broken files
         * Internal code improvements

        qt5:
         * Add option to get form choice for export value
         * ArthurOutputDev: Avoid division by zero in updateLineDash. Issue #695

        glib:
         * Internal code improvements

         utils:
         * pdftohtml: Fix memory leak in HtmlOutputDev::getLinkDest

PR:		245150
Exp-run by:	antoine
3.0.4
8e124cb8fb files touched
Tobias C. Berner (tcberner)
Update poppler to 0.86.1
Release 0.86.1:
        core:
         * Fix regression in Browse Link handling
         * Internal code improvements

Release 0.86.0:
        core:
         * Fix link content exfiltration attack
         * Splash: Implement gouraudTriangleShadedFill for some non parametrized shadings. Issue #881
         * Fix case unsensitive search for Old Hungarian, Warang Citi, Medefaidrin and Adlam
         * Internal code improvements

        glib:
         * Automatic handle of page's cropbox on annots. Issue #129
         * Fix memory leak if poppler_document_new_from_file fails
         * Minor speed optimization on poppler_page_get_annot_mapping

         utils:
         * pdfdetach: add 'savefile' option
         * pdftoppm/pdftocairo: Fix more odd/even mismatch

        qt5:
         * Fix loading from iodevice

PR:		244827
Exp-run by:	antoine
3.0.4
336f10c8b0 files touched
Tobias C. Berner (tcberner)
Bump revision of poppler dependencies
- poppler was updated in r525051, bump revisions
3.0.4
8e38bc68f5 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 3.0.4
Changes:	https://github.com/OSGeo/gdal/blob/release/3.0/gdal/NEWS
3.0.3
90a4ed701a files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 0.84.0
Release 0.84.0:
        core:
         * Fix crash when converting from Unicode to ASCII-7
         * Splash::scaleImageYdXu: Protect against crash if srcWidth is too big
         * JBIG2Stream: fix potential crash in malformed documents
         * JBIG2Stream: fix leak in reset() if called several times
         * Internal code improvements

        utils:
         * pdfimages: Add error message if first page is larger then number of pages.
         * pdfinfo: Improved paper size recognition
         * pdfsig: Fix exit code when dumping signatures
         * pdftocairo: Error out when even/odd selects 0 pages
         * pdftohtml: Fix memory leak
         * pdftoppm: Add an option to scale before rotate
         * pdftoppm: Add -hide-annotations option
         * pdftoppm: Error out when even/odd selects 0 pages
         * pdftops: Improve -optimizecolorspace

        qt5:
         * Code cleanups

        glib:
         * Fix compiler warnings

Release 0.83.0
        core:
         * Improve when a file is recognized as Linearized
         * Improve const-ness of the code
         * Make code a bit more readable/maintanable
         * Fix uninitialized memory uses in broken files

        utils:
         * pdffonts: Make code a bit more readable/maintanable
         * pdftohtml: Make code a bit more readable/maintanable

        qt5:
         * Remove a bunch of unused internal functions
         * trUtf8 -> tr (less warnings)

        build system:
         * make-glib-api-docs: switch to python3

PR:		243433
Exp-run by:	antoine
3.0.3
6595d00833 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 3.0.3
Changes:	https://github.com/OSGeo/gdal/blob/release/3.0/gdal/NEWS
PR:		243328
Exp-run by:	antoine
2.4.4
7bec572103 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 2.4.4
- Update WWW

Changes:	https://github.com/OSGeo/gdal/blob/release/2.4/gdal/NEWS
2.4.3
c5fe34636c files touched
Baptiste Daroussin (bapt)
Update jasper to 2.0.16
This is needed to be able to update gegl to latest version.
Bump revision of all consumer as the ABI is not 100% backward compatible.
Provide a patch for graphics/devil to properly build with latest jasper.
While here add a missing USES=xorg to graphics/devil
2.4.3
e8946e8c75 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 2.4.3
Changes:	https://trac.osgeo.org/gdal/wiki/Release/2.4.3-News
2.4.2
ac164a5687 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Add BUILD_DEPENDS
2.4.2
a5a22e1196 files touched
Tobias C. Berner (tcberner)
graphics/gdal: fix build of poppler option after poppler-0.82
PR:		241772
Submitted by:	russo@bogodyn.org
2.4.2
3ca3ffe455 files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 0.82.0
Release 0.82.0:
        core:
         * Fix not being able to open some files. Issue #832
         * Fix crashes in malformed files
         * Fix memory leak on broken files
         * Minor performance improvements
         * Minor code improvements

        glib:
         * Add poppler_document_new_from_bytes
         * PopplerAttachment: Silence deprecation warnings for ctime/mtime

        build system:
         * pdf-inspector: Support builddir != srcdir
         * Install Cairo* headers if Cairo has been found

Thanks to adridg@ for fixing all the fallout.

Exp-run by:	antoine
PR:		241532
Approved by:	gnome (kwm, implicit)
2.4.2
5edb3f8484 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 3.47
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
2.4.2
ea8c8ec7da files touched
Gerald Pfeifer (gerald)
Bump PORTREVISION for ports depending on the canonical version of GCC as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2.4.2
f0ef4c1c73 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 2.4.2
Changes:	https://trac.osgeo.org/gdal/wiki/Release/2.4.2-News
2.4.1
1b91103fe7 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update graphics/libgeotiff to 1.5.1
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/OSGeo/libgeotiff/blob/master/libgeotiff/NEWS
		https://lists.osgeo.org/pipermail/geotiff/2019-March/000861.html
		https://lists.osgeo.org/pipermail/geotiff/2019-March/000862.html
2.4.1
d163307e80 files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 0.77.0
Release 0.77.0:
        core:
         * Fix crash on signature handling. Issue #766
         * Fix small memory leak in SignatureHandler::getCertificateInfo
         * Splash: Restrict filling of overlapping boxes. Issue #750
         * Fix crash on malformed files

        qt5:
         * Fix optional content handling with exclusive layers

        cpp:
         * Make render_page thread-safe

        utils:
         * pdfsig: Fix small memory leak
         * pdftotext: Fix typo in manpage

PR:		238115
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
2.4.1
753388101e files touched
Tobias C. Berner (tcberner)
graphics/poppler: update to 0.76.1
From Changelog at https://poppler.freedesktop.org/releases.html :

Release 0.76.1:
        core:
         * Make the mul tables be calculated at compile time with constexpr.
         * splash: Fix compile with SPLASH_CMYK enabled
         * Some typo fixing in error messages

        qt5:
         * Fix regression in annotation handling

        build system:
         * Fix some typos in build system output and comments

Release 0.76.0:

        core:
         * Fix regression on case-insensitive search. Issue #743
         * Remove GooList, use std::vector instead
         * Fix radiobutton reporting wrong state. Issue #159
         * Handle UTF16-LE strings
         * Don't error out if there's no DA in FreeText annotation
         * cairo: Compute correct coverage values for box filter.
         * cairo: Constrain number of cycles in rescale filter.
         * Read more fields from ViewerPreferences
         * Introduce and use Ref::INVALID
         * Fix crashes in broken files
         * Fix mismatched free/delete
         * Add missing include guards

        utils:
         * pdftohtml: Properly initialize HtmlOutputDev::page to avoid SIGSEGV upon error exit. Issue #742

All the required patches have been obtained via gentoo.

PR:		237846
Exp-run by:	antoine
Approved by:	kwm
2.4.1
10f8177d12 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Fix build with poppler 0.75.0
Obtained from:	https://github.com/OSGeo/gdal/commit/783addc36d7da7a3f0c15fd46dde117e0ec0bb87
2.4.1
d044bcedc2 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 2.4.1
Changes:	https://trac.osgeo.org/gdal/wiki/Release/2.4.1-News
2.4.0
a5990240e0 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update science/netcdf to 4.6.3
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/Unidata/netcdf-c/releases
		https://github.com/Unidata/netcdf-c/blob/master/RELEASE_NOTES.md
2.4.0
5b3992e1ba files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Use REINPLACE_CMD instead of patch files
2.4.0
55af9fe246 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 2.4.0
- Update MASTER_SITES
- Add ZSTD option

Changes:	https://trac.osgeo.org/gdal/wiki/Release/2.3.0-News
		https://trac.osgeo.org/gdal/wiki/Release/2.3.1-News
		https://trac.osgeo.org/gdal/wiki/Release/2.3.2-News
		https://trac.osgeo.org/gdal/wiki/Release/2.3.3-News
		https://trac.osgeo.org/gdal/wiki/Release/2.4.0-News
PR:		231629
Exp-run by:	antoine
2.2.4
91c3078096 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update science/hdf5 to 1.10.4
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes
PR:		233070
Submitted by:	wen
2.2.4
fb76a7059f files touched
Rene Ladan (rene)
graphics/gdal: remove expired php-gdal from SLAVEDIRS
2.2.4
28e84a2c61 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update WWW
2.2.4
29632fcc45 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update devel/json-c to 0.13.1
- Add my LOCAL to MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/json-c/json-c/blob/master/ChangeLog
PR:		231007
Exp-run by:	antoine
2.2.4
d199aefeff files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Using hard-coded shlib version
It helps remind maintainer to bump PORTREVISION of dependent ports.
2.2.4
e231bd8713 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 2.2.4
- Update MASTER_SITES

Changes:	https://trac.osgeo.org/gdal/wiki/Release/2.2.4-News
2.2.3
ff51da1a84 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Do not install LICENSE_FILE to DATADIR
- Bump PORTREVISION for package change
2.2.3
97064443de files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update devel/json-c to 0.13
- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/json-c/json-c/blob/master/ChangeLog
PR:		224675
Exp-run by:	antoine
2.2.3
7dedb00429 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 2.2.3
Changes:	https://trac.osgeo.org/gdal/wiki/Release/2.2.3-News
2.2.2
b7e862cc15 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 4.5.0
- Pet portlint: reorder LICENSE knobs

Changes:	https://github.com/Unidata/netcdf-c/releases
2.2.2
01058cb9ad files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 2.2.2
Changes:	https://trac.osgeo.org/gdal/wiki/Release/2.2.2-News
2.2.1
08ba97bca9 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Change PORTDATA=* to PLIST entries
2.2.1
2531294eca files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Add SFCGAL option
PR:		220876
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org>
2.2.1
e96b9f9a1e files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 2.2.1
Changes:	https://trac.osgeo.org/gdal/wiki/Release/2.2.1-News
2.2.0
0342c9f161 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Use USES=mysql
2.2.0
8b1d897ff6 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update science/hdf5 to 1.10.1
- Bump PORTREVISION for shlib change

Changes:	https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1-RELEASE.txt
2.2.0
8c9ecaf4fe files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Fix build on i386
Obtained from:	https://github.com/nextgis-borsch/lib_opencad/commit/f40ce46804f1612fbeb035d0be5a746105cfc17e
Thanks to:	wen
2.2.0
033e4b7e91 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 2.2.0
Changes:	https://trac.osgeo.org/gdal/wiki/Release/2.2.0-News
2.1.3
7d3a967cfb files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 0.6.0
- Bump PORTREVISION for dependent ports

Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
2.1.3
6624716f53 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Use POPPLER_CONFIGURE_WITH
Notified by:	mat
2.1.3
0d5e891c9f files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Fix POPPLER option
- Bump PORTREVISION for package change

PR:		217581
Submitted by:	Erik Gustafson <gustafson.erik+fbsdbugzilla@gmail.com>
MFH:		2017Q1
2.1.3
f44c9cf62d files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 2.1.3
Changes:	https://trac.osgeo.org/gdal/wiki/Release/2.1.3-News
2.1.2
150dbbe3ba files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Update to 1.3.0
- Update COMMENT
- Update LICENSE_FILE
- Add EXAMPLES option
- Update pkg-descr
- Update WWW
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/libkml/libkml/releases
2.1.2
802bc7c933 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
Remove FreeBSD 9 support
2.1.2
a9dec75f22 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Remove GNM option and enable it unconditionally - Bump PORTREVISION for package change
2.1.2
4f16844e84 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Add GNM option
2.1.2
3058d439df files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Remove PROJ option: proj4 is required, --with-static-proj4 determines how it being linked, dynamically or statically - Set SONAME: add GDAL_SLIB_SONAME to GDALmake.opt - Cosmetic change - Pet portlint: fix diff header of patch files - Bump PORTREVISION for dependency and package change
2.1.2
ae56cae8da files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 2.1.2
Changes:	https://trac.osgeo.org/gdal/wiki/Release/2.1.2-News
		https://trac.osgeo.org/gdal/wiki/Release/2.1.1-News
2.1.0
eabbfd75e3 files touched
Mathieu Arnold (mat)
${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2.1.0
f90903ffc0 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Remove expired ruby-gdal from SLAVEDIRS
2.1.0
4e942b6419 files touched
Dmitry Marakasov (amdmi3)
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2.1.0
410345b29e files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 2.1.0
Changes:	http://trac.osgeo.org/gdal/wiki/Release/2.1.0-News
2.0.2
21bc5c0345 files touched
Mathieu Arnold (mat)
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
2.0.2
9a1f45d861 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 1.10.0 - Add LICENSE_FILE - Remove outdated PORTSCOUT - Re-enable SZIP option by default: it was changed unintentionally in r398300
Changes:	https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0/src/hdf5-1.10.0-RELEASE.txt
		https://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
2.0.2
fd98b2c5aa files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Resolve conflict with archivers/minizip: rename libminizip to libkmlminizip - Bump PORTREVISION for science/libkml shlib change
PR:		206560 (based on)
Submitted by:	Martin Birgmeier <la5lbtyi@aon.at>
2.0.2
4e1b79a0a6 files touched
Mathieu Arnold (mat)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2.0.2
1fc33e5d96 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 0.5.0 - Bump PORTREVISION for graphics/webp shlib change
Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
2.0.2
a88bc2283d files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 2.0.2
Changes:	http://trac.osgeo.org/gdal/wiki/Release/2.0.2-News
2.0.1
cf649469f2 files touched
Koop Mast (kwm)
Update poppler to 0.40.0. [1]
Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.

PR:		206293 [1]
Submitted by:	olivierd@ [1]
Obtained from:	ubuntu [2], rubygem-poppler upstream [3]
2.0.1
3c6fda4f5a files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Simplify Makefile: - Remove SPATIALITE_DESC (added to Mk/bsd.options.desc.mk) - Use USES=localbase - Remove -L${ICONV_PREFIX}/lib from LDFLAGS - Use *_CONFIGURE_WITH - Bump PORTREVISION for package change
2.0.1
2ec98a8fc3 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Add -flax-vector-conversions to CFLAGS only on FreeBSD 9
2.0.1
43b3e4bf2c files touched
Pawel Pekala (pawel)
Fix build on FreeBSD 9.x
gdaldither.cpp: In function 'int FindNearestColor(int, int*, int, int, int)':
gdaldither.cpp:534: note: use -flax-vector-conversions to permit conversions
between vectors with differing element types or numbers of subparts
gdaldither.cpp:534: error: cannot convert 'int __vector__' to 'long long int
 __vector__' for argument '1' to 'long long int __vector__
 __builtin_ia32_psrlqi128(long long int __vector__, int)'
gdaldither.cpp:539: error: cannot convert 'int __vector__' to 'long long int
 __vector__' for argument '1' to 'long long int __vector__
 __builtin_ia32_psrlqi128(long long int __vector__, int)'
../GDALmake.opt:582: recipe for target 'gdaldither.o' failed
gmake[1]: *** [gdaldither.o] Error 1

PR:		205701
Submitted by:	myself
Approved by:	maintainer timeout
2.0.1
0e8c3bf1b3 files touched
Antoine Brodin (antoine)
Update giflib to 5.1.1
PR:		204492
2.0.1
b02d6752b4 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Add SPATIALITE option
2.0.1
eb4b6dad75 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 2.0.1 - Add LICENSE_FILE
Changes:	http://trac.osgeo.org/gdal/wiki/Release/2.0.1-News
2.0.0
a76e244dc2 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Remove ICONV option and enable iconv unconditionally - Bump PORTREVISION for dependency change
2.0.0
757724fd75 files touched
Koop Mast (kwm)
Update poppler to 0.34.0. [1]
Chase all users of shlib version change of libpoppler.so.

PR:		201477 [1]
Submitted by:	olivierd@ [1]
2.0.0
2143e85dfd files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Fix ECW option
PR:		201736
Submitted by:	glebius
2.0.0
ef0fa46671 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 2.0.0 - Bump PORTREVISION for graphics/gdal shlib change - Mark astro/merkaartor as BROKEN
Changes:	http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
1.11.2
6e5719ca80 files touched
Antoine Brodin (antoine)
Convert to USES=jpeg
1.11.2
70e12eef45 files touched
Wen Heping (wen)
- Update graphics/proj to 4.9.1 - Bump PORTREVISION to chase the update of proj
PR:		200434
Submitted by:	wen@(myself)
Approved by:	maintainer(timeout, >20 days)
1.11.2
2ccc36d11a files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Remove LDFLAGS - Move CPPFLAGS to ICONV_CPPFLAGS
1.11.2
d3f61bc407 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Bump PORTREVISION for science/hdf5 shlib change
1.11.2
178592ab36 files touched
Dmitry Marakasov (amdmi3)
- Don't install static libraries with INSTALL_LIB (part 1/2)
Approved by:	portmgr blanket
MFH:		2015Q2
1.11.2
750f8da168 files touched
Tijl Coosemans (tijl)
Fix ICONV option after r384038
Reported by:	glebius
1.11.2
26d5bd81f2 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Use -lpthread instead of -pthread
PR:		198116
Submitted by:	marino
1.11.2
5cab51406a files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 1.11.2
Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.11.2-News
1.11.1
eb9d2c4b43 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Do not use bundled libraries - Remove GEOTIFF, GIF, JPEG, JSON_C, PNG and TIFF options - Bump PORTREVISION for dependency change
1.11.1
563f73ccfe files touched
Koop Mast (kwm)
Update poppler to 0.30.0 [1].
Make sure we use openjpeg1 in poppler, while openjpeg2 support
was added there still bugs in openjpeg2 that need to be fixed.
Add patches to inkscape for API changes in poppler 0.29.0 [2].

PR:		196599 [1]
Submitted by:	olivierd@ [1]
Exp-run by:	antoine@
Obtained from:	upstream [2]
1.11.1
c6faa705a5 files touched
Antoine Brodin (antoine)
Update graphics/giflib to 5.0.5
Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
1.11.1
bb21093773 files touched
Baptiste Daroussin (bapt)
Bump portrevision after png update
1.11.1
7ae46e9b12 files touched
Antoine Brodin (antoine)
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
1.11.1
60945f0277 files touched
Tijl Coosemans (tijl)
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
1.11.1
2d2662f134 files touched
Max Brazhnikov (makc)
Bump PORTREVISION after graphics/poppler update to 0.26.3
1.11.1
1e94b6fb2f files touched
Chris Rees (crees)
Switch to USES=pgsql
1.11.1
28c493def5 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 1.11.1 - Cleanup PLIST
Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.11.1-News
1.11.0
1d0c9ecd5d files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Add descriptions for options using external library instead of bundled on
1.11.0
5088b48f95 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Add OPENJPEG option - Fix build with graphics/openjpeg 2.1.0
Obtained from:	https://trac.osgeo.org/gdal/changeset/27538
1.11.0
fdcf49927c files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Add JSON_C option - Fix build with devel/json-c 0.12
Obtained from:	http://trac.osgeo.org/gdal/changeset/27267
1.11.0
8dec8dc1d7 files touched
Dmitry Marakasov (amdmi3)
- Switch to USES=libtool, drop .la files - Bump dependent ports as .so version has changed
Approved by:	portmgr blanket
1.11.0
61a8320e09 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Remove USE_AUTOTOOLS=libtool - Bump PORTREVISION for package change - Bump PORTREVISION for graphics/gdal shlib change [1]
Approved by:	portmgr (implicit) [1]
1.11.0
ec94e4d5eb files touched
Tijl Coosemans (tijl)
Bump more ports that depend on libsqlite3.so: - ports that set USE_SQLITE with the *_USE option helper - ports that depend on libsqlite3 indirectly as reported by pkg rquery
Approved by:	portmgr (implicit)
1.11.0
d60b005d21 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 0.4.0 - Add LICENSE - Sort LIB_DEPENDS - Use USES=libtool - Do not silence installation message - Bump PORTREVISION for graphics/webp shlib change
Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
1.11.0
d21f8c4177 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 3.360 - Build and install static library - Bump PORTREVISION for astro/cfitsio shlib change
Changes:	http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
1.11.0
a63f38bc06 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 4.3.2 (from science/netcdf4) - Bump PORTREVISION for science/netcdf shlib change and dependency change from science/netcdf4 to science/netcdf [1]
Changes:	http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html
Approved by:	portmgr (bapt) [1]
1.11.0
095fbe3e1a files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 1.8.12 (from science/hdf5-18) - Add LICENSE - Convert to new LIB_DEPENDS format - Convert to new options helper - Use NOT_FOR_ARCHS - Strip shared library - Remove deprecated PTHREAD_* - Use MAKE_CMD - Bump PORTREVISION for science/hdf5 shlib change [1]
Changes:	http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt
		http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Approved by:	portmgr (bapt) [1]
1.11.0
a1524b126a files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 1.11.0 - Use PORTDATA - Bump PORTREVISION for graphics/gdal shlib change
Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News
1.10.1
39fc32e828 files touched
Niclas Zeising (zeising)
The FreeBSD x11@ and graphics team proudly presents a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
1.10.1
9c2226046d files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Sort PLIST
1.10.1
d63afc12a8 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Fix ICONV option
1.10.1
2df7a892c3 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Strip binary executable and shared library - Bump PORTREVISION for package change
1.10.1
f05ef25485 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Bump PORTREVISION for astro/cfitsio shlib change - While I'm here, convert to new LIB_DEPENDS format
PR:		ports/185951
Submitted by:	Florian Degner <f.degner@gmx.de>
1.10.1
2a51b2182a files touched
Koop Mast (kwm)
Update poppler to 0.24.4.
Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.

Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax.
1.10.1
f564f271dd files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Remove unnecessary patch
1.10.1
39d354db3d files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Add ARMADILLO, FREEXL and PODOFO options - Fix whitespace in r329304 - While I'm here, move SLAVEDIRS upward
PR:		ports/183469
Submitted by:	lbartoletti <coder@tuxfamily.org>
1.10.1
9a9f37b994 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Convert to new OPTIONS helper - Support STAGEDIR
1.10.1
ed73823d24 files touched
Guido Falsi (madpilot)
- Add explicit iconv LDFALGS
Reported by:	marino
Approved by:	portmgr (bapt, implicit)
1.10.1
eb08c5441c files touched
Baptiste Daroussin (bapt)
Add NO_STAGE all over the place in preparation for the staging support (cat: graphics)
1.10.1
6878962a10 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Convert to new LIB_DEPENDS format - Convert to new OPTIONS simplifier
1.10.1
039b6350a5 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Remove deprecated PTHREAD_*
1.10.1
c2a4b67e17 files touched
Martin Matuska (mm)
Bump some PORTREVISIONs due to graphics/webp update to 0.3.1
1.10.1
c9708bd43b files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Remove deprecated PTHREAD_*
1.10.1
9c6c586b9a files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Add options: GTA, LIBXML2, PCRE and POPPLER
1.10.1
9f7e7e1326 files touched
Boris Samorodov (bsam)
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk. It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL).
Co-authors:	bapt, madpilot and bsam (me)
1.10.1
8817831f06 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 1.10.1
Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.10.1-News
1.10.0
bc221a68c1 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Use USES=gmake
1.10.0
71f91036a5 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 1.10.0 - Update COMMENT and remove leading indefinite article from COMMENT - Bump PORTREVISION for graphics/gdal shlib change
Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News
1.9.2
c2d1a14c7c files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 7.31.0 - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
1.9.2
a3a0715f38 files touched
Marcus von Appen (mva)
- Convert USE_ICONV=yes to USES=iconv - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by:	zeising
1.9.2
ccb1f64f7c files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 1.9.2 - Add SLAVEDIRS: graphics/p5-Geo-GDAL graphics/php-gdal graphics/py-gdal graphics/ruby-gdal - Cleanup Makefile header
Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.9.2-News
Feature safe:	yes
1.9.1
1d58cb52bd files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Add LICENSE - Add missing PTHREAD_LIBS [1] - Simplify Makefile: - Remove HDF-5 1.6.x support (science/hdf5) - Remove NetCDF 3.x support (science/netcdf) - Remove Xerces-C++ 2.x support (textproc/xerces-c2*) - Convert to new options framework - Alter OPTIONS: - Remove HDF4 - Turn TIFF on by default which introduces graphics/tiff as dependency In fact, tiff is already a package dependency (brought by libgeotiff) - Pet portlint - Bump PORTREVISION for dependency change
Reported by:	swills [1]
1.9.1
680e94ee59 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 1.9.1 - Build with thread-safe support by default - Add lzma support - Adjust OPTIONS: - Add ICONV, KML and WEBP - Remove GRASS (cyclic dependency), PERL, PHP, PYTHON, RUBY and THREADS (default) - Move language bindings to separate ports: - Move Perl binding to graphics/p5-Geo-GDAL - Move PHP binding to graphics/php-gdal - Move Python binding to graphics/py-gdal - Move Ruby binding to graphics/ruby-gdal - Add corresponding CONFIGURE_ARGS for disabled features - Cosmetic change
Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.9.1-News
1.9.0
bf46bc1877 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Fix build: PrintGifError was removed from core library of giflib 4.2.0 [1]
Obtained from:	http://trac.osgeo.org/gdal/ticket/4675
Reference:	http://giflib.git.sourceforge.net/git/gitweb.cgi?p=giflib/giflib;a=blob;f=NEWS [1]
1.9.0
2b74a89bc8 files touched
Dirk Meyer (dinoex)
- update png to 1.5.10
1.9.0
4bff8408e3 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 1.9.0 [1][2] - Sort option handlers in alphabetical order - Turn PYTHON option off by default due to the change in devel/py-setuptools r1.23 [3] - Move post-patch: upwards - Pet portlint - Cosmetic change
[3] http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/py-setuptools/Makefile.diff?r1=1.22;r2=1.23;f=h

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.9.0-News
PR:		ports/164468 [1], ports/167277 [2]
Submitted by:	lbartoletti <coder@tuxfamily.org> [1]
		Muhammad Moinur Rahman <5u623l20@gmail.com> [2]
1.8.1
b360c0c97b files touched
Wen Heping (wen)
- Bump PORTREVISION to chase the update of graphics/proj
1.8.1
68e1f787db files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Bump PORTREVISION for graphics/libgeotiff shlib change
1.8.1
6d4369520d files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Change gif library from graphics/libungif to graphics/giflib - Bump PORTREVISION for dependency change
Notified by:	Rainer Hurling <rhurlin@gwdg.de>
1.8.1
2872eba657 files touched
Eitan Adler (eadler)
The variable is USE_PERL5 not USE_PERL
Submitted by:	Alex Kozlov
Reviewed by:	perl (swills)
Approved by:	portmgr (pav)
1.8.1
93cfaf9ad9 files touched
Martin Wilke (miwi)
- Chase unixODBC shlib bump
1.8.1
60bddf770c files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Fix CONFIGURE_ARGS of several options [1] - Change OPTIONS: PROJ4 -> PROJ - Bump PORTREVISION for package change
PR:		ports/159868 [1]
Submitted by:	Igor Zabelin <igorz@yandex.ru>
1.8.1
0d886a0804 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 1.8.1
Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.8.1-News
1.8.0
d3ddb2e80f files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Bump PORTREVISION for science/hdf5-18 shlib change
1.8.0
4220347afa files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Bump PORTREVISION for science/netcdf4 shlib change
1.8.0
2013cb3801 files touched
Sunpoet Po-Chuan Hsieh (sunpoet)
- Update to 1.8.0 - Allow build with NetCDF 4 (by default when WITH_NETCDF is set) - Fix PLIST when WITHOUT_PYTHON is set - Update MASTER_SITES - Make portlint happier - Take maintainership
Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.8.0-News
PR:		ports/154252
Submitted by:	sunpoet (myself)
Approved by:	glebius (maintainer)
Feature safe:	yes
1.7.3
1daeb80ca7 files touched
Erwin Lansing (erwin)
- Use canonical format for FreeBSD.org MAINTAINER addresses - Remove obsolete MD5 checksum while I'm here
PR:		153513
Submitted by:	sunpoet
1.7.3
891d455037 files touched
Max Brazhnikov (makc)
Update to 1.7.3
PR:		ports/153174
Submitted by:	glebius (maintainer)
1.7.2
4a8684e352 files touched
Ade Lovett (ade)
Sync to new bsd.autotools.mk
1.7.2
34465406ca files touched
Sergey A. Osokin (osa)
1) Fix build with threads; 2) ECW support now requires threads; 3) Build with internal libtiff by default (supports BigTiff);
Do not bump PORTREVISION.

Submitted by:	glebius (maintainer)
1.7.2
d04d53a299 files touched
Sergey A. Osokin (osa)
Add support for ECW and JPEG2000 formats via graphics/libecwj2.
Do not bump PORTREVISION because support of these formats are
switched off by default.

Submitted by:	glebius (maintainer)
1.7.2
06aad1a431 files touched
Sergey A. Osokin (osa)
Fix pkg-plist. Bump PORTREVISION.
Approved by:	glebius (maintainer)
1.7.2
5a31d65d80 files touched
Sergey A. Osokin (osa)
Update from 1.6.0 to 1.7.2.
Since port isn't updated regularly and previous update was made a
year ago with a maintainer timeout, pass the maintainership to the
submitter of the last two updates.

Bump PORTREVISIONs in dependent ports.

Submitted by:	glebius
PR:		ports/149072
1.6.0
8d3522b7d8 files touched
Sylvio Cesar Teixeira (sylvio)
- BUMP PORTREVISION due of update of graphics/libgeotiff.
PR:		ports/146531
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
1.6.0
29863648e3 files touched
Peter Pentchev (roam)
Chase the ftp/curl shlib version bump.
1.6.0
de78af3ac5 files touched
Dirk Meyer (dinoex)
- update to 1.4.1 Reviewed by: exp8 run on pointyhat Supported by: miwi
1.6.0
ca9c60461c files touched
Dirk Meyer (dinoex)
- update to jpeg-8
1.6.0
78f963d9bd files touched
Martin Wilke (miwi)
- Chase graphics/proj shlib bump
1.6.0
08aeac351c files touched
Pav Lucistnik (pav)
- Correct geos depobj
PR:		ports/138897
Reported by:	Jaroslav Stepan <stepan@zabreh.cz>
Feature safe:	yes
1.6.0
8acf9e7a27 files touched
Martin Wilke (miwi)
- Chase graphics/geos shlib bump
1.6.0
789d75c728 files touched
Jeremy Messenger (mezz)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22. -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
1.6.0
05fbd1f215 files touched
Dirk Meyer (dinoex)
- build with system jpeg instead of internal one Submitted by: Gleb Smirnoff
1.6.0
3bbc108312 files touched
Dirk Meyer (dinoex)
- update to jpeg7 Tested by: pav on pointyhat
1.6.0
d81f8b7c34 files touched
Dmitry Marakasov (amdmi3)
- Mark MAKE_JOBS_UNSAFE
PR:		135394
Submitted by:	myself
Approved by:	maintainer timeout
1.6.0
69201b7c8b files touched
Rong-En Fan (rafan)
- Update to 1.6.0
PR:		ports/132281
Submitted by:	glebius@
Approved by:	maintainer timeout (2 weeks)
1.5.0
c189a6b2da files touched
Peter Pentchev (roam)
Bump the version of the curl shared library after the ftp/curl update to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working.
1.5.0
cb1b867f94 files touched
Pav Lucistnik (pav)
- libmfhdf is now at so.3 in science/hdf port
Reported by:	pointyhat
1.5.0
1f4d8dd4f4 files touched
Pav Lucistnik (pav)
- USE_THREAD is nothing, remove
1.5.0
99b28e1856 files touched
Stefan Walter (stefan)
- Fix plist. - Bump PORTREVISION.
1.5.0
5a020090ab files touched
Stefan Walter (stefan)
- Do not depend on databases/grass, as that results in a cyclic dependency. - Fix grass installation location.
PR:		125111
Submitted by:	Koji Yokota <yokota@res.otaru-uc.ac.jp>
Approved by:	maintainer timeout (>2 months)
1.5.0
e314a0d3c4 files touched
Pav Lucistnik (pav)
- Add CC and CXX to MAKE_ENV for all ports
PR:		ports/86106, ports/101120 (based on)
1.5.0
f3c6066069 files touched
Rong-En Fan (rafan)
- Add OPTIONS to explicitly handle dependencies
This committed version is based on the PR and reworked by the maintainer.

PR:		ports/120977 (based on)
Submitted by:	TAOKA Fumiyoshi <fmysh at iijmio-mail.jp>
Approved by:	maintainer
1.5.0
fff270c92c files touched
Rong-En Fan (rafan)
- Update to 1.5.0
As this port builds Python bindings with its own magic, USE_PYDISTUTILS
does not work in this case. Hence I duplicate some logics from bsd.python.mk.

PR:		119392
Submitted by:	James E. Flemer <jflemer at alum.rpi.edu>
Approved by:	maintainer timeout (6 weeks)
1.4.4
252674374e files touched
Pav Lucistnik (pav)
- Update to 1.4.4 - Take maintainership
PR:		ports/118725
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
1.3.1
54c814ed03 files touched
Frank J. Laszlo (laszlof)
- Add ports to "geography" virtual category
Approved by:	Pav (wearing portmgr hat)
1.3.1
d4f0d0048a files touched
Florent Thoumie (flz)
- Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
1.3.1
d6a6cbc1f7 files touched
Rong-En Fan (rafan)
- Try to fix build on gcc4 - While I'm here, replace deprecated variable and remove 4.x support
1.3.1
8f41bee090 files touched
Sam Lawrance (lawrance)
If you love them, set them free.
1.3.1
60b3a84279 files touched
Kris Kennaway (kris)
Use libtool15 port instead of included version to avoid objformat a.out botch
1.3.1
f648f8be1c files touched
Sam Lawrance (lawrance)
Update port descriptions to reflect the fact that GDAL can also be used for vector data (and not just raster). Update WWW. Remove USE_REINPLACE.
PR:		ports/93852
Submitted by:	Laurent Courty <lrntct@gmail.com>
1.3.1
c6f4b6c188 files touched
Sam Lawrance (lawrance)
GDAL now builds on 4.x by disabling pcraster support.
Thanks to:	Frank Warmerdam, Benjamin Thelen, Paul Warriner
1.3.1
98b5b02a72 files touched
Sam Lawrance (lawrance)
Mark broken on 4.x due to C++-related build failure.
1.3.1
82cbc641d5 files touched
Sam Lawrance (lawrance)
Update to 1.3.1.
Thanks to Laurent Courty <lrntct@gmail.com> for help with the update.
1.2.1
d752fd0364 files touched
Sam Lawrance (lawrance)
Use libtiff from the port rather than the version bundled with gdal software (thus avoiding libtiff BitsPerSample vulnerability). Bump PORTREVISION.
Security:	VuXML: 68222076-010b-11da-bc08-0001020eed82
1.2.1
562cd08bbc files touched
Sam Lawrance (lawrance)
Use png from ports rather than builtin version to avoid conflicts.
PR:		ports/81704
Submitted by:	David Marshall <marshall@chezmarshall.com>
1.2.1
8a51e28451 files touched
Sam Lawrance (lawrance)
Set my ports to their shiny new MAINTAINER address.
Approved by:	clement (mentor)
1.2.1
37a6975d1f files touched
Michael Haro (mharo)
upgrade to 1.2.1
Approved by: maintainer
1.2.0
527c6aeffd files touched
Pav Lucistnik (pav)
- Update to 1.2.0 - Pass maintainership to submitter
PR:		ports/68482
Submitted by:	Sam Lawrance <boris@brooknet.com.au>
1.1.8
c0669efed5 files touched
Trevor Johnson (trevor)
Tidy up whitespace.
1.1.8
053fdb6a6b files touched
Joe Marcus Clarke (marcus)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
1.1.8
0c881ba59c files touched
Trevor Johnson (trevor)
SIZEify.
1.1.8
e88cb93ce3 files touched
Akinori MUSHA (knu)
de-pkg-comment
1.1.8
b17a1da4bb files touched
Tilman Keskinoz (arved)
Upate to 1.1.8
PR:		47075
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
1.1.7
64f0415ebe files touched
Kris Kennaway (kris)
Reset undeliverable maintainer addresses to ports@FreeBSD.org
1.1.7
d96747439b files touched
Kris Kennaway (kris)
Add a missing file and sort
1.1.7
f25558351a files touched
Ying-Chieh Liao (ijliao)
upgrade to 1.1.7
PR:		38852
Submitted by:	"Sergey A. Osokin" <osa@freebsd.org.ru>
Approved by:	maintainer
1.1.6
286c8829d7 files touched
Ying-Chieh Liao (ijliao)
upgrade to 1.1.6
PR:		39851
Submitted by:	Joseph King <king@v2project.com>
Approved by:	maintainer
1.1.5
ab826b6923 files touched
Kris Kennaway (kris)
BROKEN: Incorrect checksum
1.1.5
37ed1ab7a9 files touched
Ying-Chieh Liao (ijliao)
add gdal A translator library for raster geospatial data formats
PR:		30828
Submitted by:	Randall Hopper <aa8vb@nc.rr.com>

← back to port