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
Jan Beich
a8713d15f4
devel/boost-*: update to 1.62.0
...
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
2016-11-23 12:45:46 +00:00
Dmitry Marakasov
4e942b6419
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
...
Approved by: portmgr blanket
2016-05-19 10:44:11 +00:00
Sunpoet Po-Chuan Hsieh
9a1f45d861
- 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
2016-04-20 20:42:39 +00:00
John Marino
e20688dee9
math/pdal: Fix macro check and restore DragonFly support
...
Add __DragonFly__ definition check in two places to restore the build
on DF. While here, change __FreeBSD__ value check to existance check
which was the intent I believe (although result is the same).
Approved by: Restore DF functionality blanket
2016-04-08 15:13:53 +00:00
Mathieu Arnold
8d6597e0bb
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 14:16:16 +00:00
Raphael Kubo da Costa
5d623418d7
Update to 1.1.0.
...
Includes compatibility with the upcoming Boost 1.60. Original patch from the
maintainer himself, and additional adjustments by me. Also thanks to pi@ for
helping test-build the update.
PR: 207059
Submitted by: coder@tuxfamily.org (maintainer, first version)
Approved by: coder@tuxfamily.org (maintainer)
2016-03-28 19:21:17 +00:00
Dmitry Marakasov
328f72bad9
- Fix USES
...
- Add missing options descriptions
- Switch to options helpers
Approved by: portmgr blanket
2016-02-09 14:53:36 +00:00
Antoine Brodin
818888376b
Fix fech, GH_PROJECT for this port is case sensitive
2015-12-30 09:53:30 +00:00