notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: archivers/lazperf/distinfo

Number of commits found: 7

Sunday, 4 Jul 2021
15:00 Piotr Kubaj (pkubaj) search for other commits by this committer
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>( )
/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.
commit hash: 51ea03179aff52b1bdac30fc908e46f81392e619 commit hash: 51ea03179aff52b1bdac30fc908e46f81392e619 commit hash: 51ea03179aff52b1bdac30fc908e46f81392e619 commit hash: 51ea03179aff52b1bdac30fc908e46f81392e619 51ea031
Sunday, 6 Jun 2021
06:11 Loïc Bartoletti (lbartoletti) search for other commits by this committer
archivers/lazperf: Update to 2.0.0

Changes:
  - https://github.com/hobu/laz-perf/releases/tag/2.0.0
commit hash: 949f413c79a66ab3782ba0c161196af5e8356fac commit hash: 949f413c79a66ab3782ba0c161196af5e8356fac commit hash: 949f413c79a66ab3782ba0c161196af5e8356fac commit hash: 949f413c79a66ab3782ba0c161196af5e8356fac 949f413
Friday, 23 Oct 2020
17:26 lbartoletti search for other commits by this committer
archivers/lazperf: Update to 1.5.0

Changelog:
  - https://github.com/hobu/laz-perf/releases/tag/1.5.0
Original commitRevision:553118 
Sunday, 19 Apr 2020
15:58 lbartoletti search for other commits by this committer
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
Original commitRevision:532134 
Sunday, 9 Sep 2018
16:59 sunpoet search for other commits by this committer
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)
Original commitRevision:479316 
Wednesday, 7 Mar 2018
23:48 yuri search for other commits by this committer
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)
Original commitRevision:463840 
Tuesday, 26 Sep 2017
19:13 girgen search for other commits by this committer
Add lazperf to the ports tree

and reenable databases/pointcloud
PR:	221577
Original commitRevision:450694 

Number of commits found: 7