Commit graph

64 commits

Author SHA1 Message Date
Daniel Engberg
d4067b1244 math/pdal: Use upstream release archive
Use upstream release archive as suggested by Porters Handbook, this
also reduces download size

PR:		261260
Reviewed by:	lbartoletti@ (maintainer)
2022-01-19 08:52:05 +01:00
Piotr Kubaj
4042b3c074 math/pdal: fix build on powerpc64
vec_sqrt() requires VSX:
/wrkdirs/usr/ports/math/pdal/work/PDAL-2.3.0/vendor/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h:1296:32: error: use of undeclared identifier 'vec_sqrt'; did you mean 'vec_rsqrte'?
  BF16_TO_F32_UNARY_OP_WRAPPER(vec_sqrt, a);
                               ^~~~~~~~
                               vec_rsqrte
2021-10-22 11:42:18 +00:00
Piotr Kubaj
7d1d2e947b math/pdal: enable libunwind on all supported architectures 2021-06-28 20:27:28 +00:00
Loïc Bartoletti
c485094ccc archivers/lazperf: Uses liblazperf.so
Since lazperf is no longer header-only it is better to indicate the
dependency on the lib.

This commit unbreak databases/grass7 build.
2021-06-16 07:01:47 +02:00
Loïc Bartoletti
9cfecc023e archivers/lazperf: Bump PORTREVSION on all consumers
Lazperf has changed the name of the includes to :
${LOCALBASE}/include/lazperf/lazperf.hpp

Fixes ports that use lazperf.
2021-06-06 11:33:50 +02:00
Loïc Bartoletti
4a5170a538 math/pdal: Update to 2.3.0
Update to 2.3.0 and unbreak pdal disabling tests.

Changes:
  - https://github.com/PDAL/PDAL/blob/2.3.0/RELEASENOTES.txt
2021-06-06 07:23:44 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Loïc Bartoletti
9fe75e179d 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
2021-02-23 05:58:35 +00:00
Piotr Kubaj
2539147626 math/pdal: fix typo 2020-09-12 19:29:15 +00:00
Piotr Kubaj
77f454e34b math/pdal: add libunwind to dependencies on powerpc64
Now that libunwind works on powerpc64, this port builds fine with it being depended on.
2020-09-12 19:28:21 +00:00
Loïc Bartoletti
547a174cb5 math/pdal: Update to 2.2.0
Changelog:
  - https://github.com/PDAL/PDAL/releases/tag/2.2.0
2020-09-11 15:20:00 +00:00
Piotr Kubaj
0d96105e77 math/pdal: use libunwind only on aarch64, amd64 and i386
pdal builds otherwise without any patches on powerpc64.
2020-09-04 16:22:55 +00:00
Loïc Bartoletti
f6857c5a6a math/pdal: Update to 2.1.0
- Update to 2.1.0
 - Remove Sqlite and Python (removed upstream)
 - Remove patch for LASZip (fixed in archivers/laszip)
 - Reoreder options
 - Add lazperf option

Changelog:
 - https://github.com/PDAL/PDAL/releases/tag/2.1.0

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D25863
2020-07-30 19:53:25 +00:00
Sunpoet Po-Chuan Hsieh
e9972a754c Bump PORTREVISION for graphics/gdal shlib change 2020-01-22 06:02:24 +00:00
Loïc Bartoletti
be19bdfc55 Change my mail address to lbartoletti@FreeBSD.org
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D23169
2020-01-14 21:45:15 +00:00
Jan Beich
701aa3bcf8 devel/boost-*: update to 1.72.0
Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
2019-12-11 17:53:48 +00:00
Steve Wills
227b9448df math/pdal: Update to 2.0.1
PR:		240693
Submitted by:	Loïc Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
2019-09-23 20:14:25 +00:00
Jan Beich
e5688543b0 Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.

PR:		193528
2019-09-14 22:01:13 +00:00
Jan Beich
befa71e0f3 devel/boost-*: update to 1.71.0
Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
2019-08-19 15:35:27 +00:00
Gerald Pfeifer
ea8c8ec7da 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
2019-07-26 20:46:53 +00:00
Sunpoet Po-Chuan Hsieh
1b91103fe7 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
2019-06-27 19:57:33 +00:00
Steve Wills
b4b79c8fe0 math/pdal: update to 1.9.1
PR:		237834
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
2019-05-11 11:31:42 +00:00
Steve Wills
fab26ba5f5 math/pdal: Update to 1.9.0
PR:		237796
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
2019-05-09 01:35:49 +00:00
Jan Beich
9b21a3a084 devel/boost-*: update to 1.70.0
Changes:	http://www.boost.org/users/history/version_1_70_0.html
PR:		235956
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19303
2019-04-12 06:36:31 +00:00
Wen Heping
5be5f5c96c - Update to 1.8.0
PR:		236314
Submitted by:	lbartoletti@tuxfamily.org(maintainer)
2019-03-07 02:37:32 +00:00
Sunpoet Po-Chuan Hsieh
91c3078096 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
2019-01-05 22:46:53 +00:00
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

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, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Jan Beich
7c879267dc devel/boost-*: update to 1.69.0
Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
2018-12-12 00:15:49 +00:00
Sunpoet Po-Chuan Hsieh
c548cd43e8 Update science/hdf5 to 1.10.2
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes
		https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt
PR:		231009
Exp-run by:	antoine
2018-09-05 22:05:23 +00:00
Jan Beich
0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Steve Wills
36561ccdc8 math/pdal: Update to 1.7.2
PR:		228427
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
2018-05-22 19:58:51 +00:00
Jan Beich
cc95712fbe devel/boost-*: update to 1.67.0
Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
2018-04-18 13:57:42 +00:00
Danilo G. Baio
51a57b1c00 archivers/laszip: Update to 3.2.2
Project has moved to Github.

While here:
  Remove old tweaks that aren't necessary anymore.
  Update LICENSE.

Changes:	https://raw.githubusercontent.com/LASzip/LASzip/3.2.2/ChangeLog

Bump PORTREVISION of dependent port (math/pdal) due shlib change.

PR:		227501
Submitted by:	lbartoletti@tuxfamily.org
Approved by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2018-04-16 00:11:58 +00:00
Yuri Victorovich
added17cb2 math/pdal: Change WWW to https
Approved by:	portmgr blanket
2018-03-21 17:39:23 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Jan Beich
25beeff079 devel/boost-*: update to 1.66.0
Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
2018-01-18 04:11:02 +00:00
Tobias C. Berner
0d059049de Update math/pdal to 1.6
* bump revision in databases/grass7

PR:		222995
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
2017-10-31 18:20:44 +00:00
Jan Beich
98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00
Jan Beich
7e21a6476a devel/boost-*: enable C++11 features
PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:05:05 +00:00
Mathieu Arnold
3fcd0e41de Remove USES=execinfo.
PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
2017-09-22 10:48:28 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Kurt Jaeger
859cb51dda math/pdal: update 1.4.0 -> 1.5.0
PR:		221578
Relnotes:	https://github.com/PDAL/PDAL/releases/tag/1.5.0
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
2017-08-18 19:15:24 +00:00
Sunpoet Po-Chuan Hsieh
8b1d897ff6 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
2017-05-30 02:56:43 +00:00
Jan Beich
b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Thomas Zander
2491c806fb Update to upstream version 1.4.0; un-breank build; changed OPTIONs
Details:
- Update to upstream version 1.4.0
- Fix build
- Update maintainer e-mail address
- Removed OPTIONs: GEOTIFF LIBXML2 LASZIP APPS ATTRIBUTE
- New OPTIONs: PGPOINTCLOUD SQLITE PYTHON TESTS

PR:		215842
Submitted by:	lbartoletti@tuxfamily.org
Reviewed by:	riggs
Approved by:	maintainer timeout
MFH:		2017Q1 (build fix blanket)
2017-02-27 17:23:58 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Dmitry Marakasov
cc33622fac - Mark broken
Approved by:	portmgr blanket
2016-12-19 11:20:57 +00:00