aboutsummaryrefslogtreecommitdiff
path: root/archivers/lazperf
Commit message (Collapse)AuthorAgeFilesLines
* archivers/lazperf: fix whitespace in pkg-descr.Jimmy Olgeni2021-10-161-3/+3
|
* archivers/lazperf: fix build on big-endian architecturesPiotr Kubaj2021-07-042-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /wrkdirs/usr/ports/archivers/lazperf/work/laz-perf-2.0.0/cpp/lazperf/vlr.cpp:188:28: error: constant expression evaluates to 16777216 which cannot be narrowed to type 'uint8_t' (aka 'unsigned char') [-Wc++11-narrowing] reserved{}, data_type{ htole32(1) }, options{}, name{}, unused{}, ^~~~~~~~~~ /usr/include/sys/endian.h:88:20: note: expanded from macro 'htole32' ^~~~~~~~~~~~ /usr/include/sys/endian.h:62:20: note: expanded from macro 'bswap32' ^~~~~~~~~~~~ /usr/include/machine/endian.h:136:22: note: expanded from macro '__bswap32' ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/archivers/lazperf/work/laz-perf-2.0.0/cpp/lazperf/vlr.cpp:188:28: note: insert an explicit cast to silence this issue reserved{}, data_type{ htole32(1) }, options{}, name{}, unused{}, ^~~~~~~~~~ static_cast<uint8_t>( ) /usr/include/sys/endian.h:88:20: note: expanded from macro 'htole32' ^~~~~~~~~~~~ /usr/include/sys/endian.h:62:20: note: expanded from macro 'bswap32' ^~~~~~~~~~~~ /usr/include/machine/endian.h:136:22: note: expanded from macro '__bswap32' ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/archivers/lazperf/work/laz-perf-2.0.0/cpp/lazperf/vlr.cpp:188:28: warning: implicit conversion from 'unsigned int' to 'uint8_t' (aka 'unsigned char') changes value from 16777216 to 0 [-Wconstant-conversion] reserved{}, data_type{ htole32(1) }, options{}, name{}, unused{}, ~ ^~~~~~~~~~ /usr/include/sys/endian.h:88:20: note: expanded from macro 'htole32' ^~~~~~~~~~~~ /usr/include/sys/endian.h:62:20: note: expanded from macro 'bswap32' ^~~~~~~~~~~~ /usr/include/machine/endian.h:136:42: note: expanded from macro '__bswap32' ^~~~~~~~~~~~~~~~~~ /usr/include/machine/endian.h:98:37: note: expanded from macro '__bswap32_const' (((__uint32_t)(x)<< 8) & 0xff0000) | \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning and 1 error generated.
* archivers/lazperf: Update to 2.0.0Loïc Bartoletti2021-06-063-28/+13
| | | | | Changes: - https://github.com/hobu/laz-perf/releases/tag/2.0.0
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* archivers/lazperf: Update to 1.5.0Loïc Bartoletti2020-10-232-4/+4
| | | | | | | | Changelog: - https://github.com/hobu/laz-perf/releases/tag/1.5.0 Notes: svn path=/head/; revision=553118
* archivers/lazperf: Update to 1.4.4Loïc Bartoletti2020-04-194-26/+6
| | | | | | | | | | | | - Update to 1.4.4 - remove a whitespace before end of line in pkg-descr (pet portlint) - delete files/patch-laz-perf_portable__endian.hpp patched upstream Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D24481 Notes: svn path=/head/; revision=532134
* Change my mail address to lbartoletti@FreeBSD.orgLoïc Bartoletti2020-01-141-2/+2
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D23169 Notes: svn path=/head/; revision=523070
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=488341
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487272
* Update to 1.3.0Sunpoet Po-Chuan Hsieh2018-09-094-16/+18
| | | | | | | | | | | | | | | | - While I'm here: - Use CMAKE_OFF - Add NO_ARCH - Change post-build: to post-patch: - Silence patch message - Fix patch file Changes: https://github.com/hobu/laz-perf/commits/master PR: 231247 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) Notes: svn path=/head/; revision=479316
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=475857
* Adjust USES to fix building on gcc-based archs (in particular, powerpc64).Mark Linimon2018-06-021-1/+1
| | | | | | | | | | | | | | | On the clang architectures, these changes have no effect: the baser compiler already includes the needed features. While here, remove now-redundant CXXFLAGS statements and pet portlint (no other content change). Tested on both powerpc64 and amd64. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=471400
* archivers/lazperf: Update to 1.2.0Yuri Victorovich2018-03-072-7/+7
| | | | | | | | | | | | | Port changes: * Changed to DISTVERSION * Grouped USExx PR: 226434 Reported by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=463840
* Add lazperf to the ports treePalle Girgensohn2017-09-265-0/+69
and reenable databases/pointcloud PR: 221577 Notes: svn path=/head/; revision=450694