non port: archivers/lazperf/Makefile |
SVNWeb
|
Number of commits found: 16 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 1ced9d2 (Only the first 10 of 199 ports in this commit are shown above. )
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Sun, 4 Jul 2021
|
[ 15:00 Piotr Kubaj (pkubaj) ] 51ea031
archivers/lazperf: fix build on big-endian architectures
/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>( ) (Only the first 15 lines of the commit message are shown above )
|
Sun, 6 Jun 2021
|
[ 06:11 Loïc Bartoletti (lbartoletti) ] 949f413
archivers/lazperf: Update to 2.0.0
Changes:
- https://github.com/hobu/laz-perf/releases/tag/2.0.0
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 23 Oct 2020
|
[ 17:26 lbartoletti ]
archivers/lazperf: Update to 1.5.0
Changelog:
- https://github.com/hobu/laz-perf/releases/tag/1.5.0
|
Sun, 19 Apr 2020
|
[ 15:58 lbartoletti ]
archivers/lazperf: Update to 1.4.4
- 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
|
Tue, 14 Jan 2020
|
[ 21:45 lbartoletti ] (Only the first 10 of 61 ports in this commit are shown above. )
Change my mail address to lbartoletti@FreeBSD.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D23169
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
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
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Sun, 9 Sep 2018
|
[ 16:59 sunpoet ]
Update to 1.3.0
- 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)
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
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
|
Sat, 2 Jun 2018
|
[ 19:40 linimon ] (Only the first 10 of 29 ports in this commit are shown above. )
Adjust USES to fix building on gcc-based archs (in particular, powerpc64).
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)
|
Wed, 7 Mar 2018
|
[ 23:48 yuri ]
archivers/lazperf: Update to 1.2.0
Port changes:
* Changed to DISTVERSION
* Grouped USExx
PR: 226434
Reported by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
Approved by: tcberner (mentor, implicit)
|
Tue, 26 Sep 2017
|
[ 19:13 girgen ]
Add lazperf to the ports tree
and reenable databases/pointcloud
PR: 221577
|
Number of commits found: 16 |