| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/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.
|
|
|
|
|
| |
Changes:
- https://github.com/hobu/laz-perf/releases/tag/2.0.0
|
| |
|
|
|
|
|
|
|
|
| |
Changelog:
- https://github.com/hobu/laz-perf/releases/tag/1.5.0
Notes:
svn path=/head/; revision=553118
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D23169
Notes:
svn path=/head/; revision=523070
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
and reenable databases/pointcloud
PR: 221577
Notes:
svn path=/head/; revision=450694
|