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: www/envoy/files/makefile-main

Number of commits found: 9

Friday, 16 Jun 2023
11:26 Alexey Dokuchaev (danfe) search for other commits by this committer
www/envoy: unbreak the port's build on i386 (at least)

Abseil developers say they don't know of anything faster than
CityHash32 for 32-bit x86 code, thus we must link this symbol
to unbreak the build:

    ld: error: undefined symbol: absl::lts_20220623::
    hash_internal::CityHash32(char const*, unsigned int)
    >>> referenced by access_log_impl.cc
commit hash: 51b815d204e78b3af2cbdbbba67e06e4017d8515 commit hash: 51b815d204e78b3af2cbdbbba67e06e4017d8515 commit hash: 51b815d204e78b3af2cbdbbba67e06e4017d8515 commit hash: 51b815d204e78b3af2cbdbbba67e06e4017d8515 51b815d
Thursday, 15 Jun 2023
12:34 Alexey Dokuchaev (danfe) search for other commits by this committer
www/envoy: connect most of the available extensions to the build.
commit hash: fd7d97d3361457aaa57b4230aace532a051482f0 commit hash: fd7d97d3361457aaa57b4230aace532a051482f0 commit hash: fd7d97d3361457aaa57b4230aace532a051482f0 commit hash: fd7d97d3361457aaa57b4230aace532a051482f0 fd7d97d
Monday, 12 Jun 2023
16:35 Alexey Dokuchaev (danfe) search for other commits by this committer
www/envoy: hook compression extensions to the port's build.
commit hash: 81176cb84590e06c32b7d2694a9cf0e251ebaed3 commit hash: 81176cb84590e06c32b7d2694a9cf0e251ebaed3 commit hash: 81176cb84590e06c32b7d2694a9cf0e251ebaed3 commit hash: 81176cb84590e06c32b7d2694a9cf0e251ebaed3 81176cb
11:12 Alexey Dokuchaev (danfe) search for other commits by this committer
www/envoy: do not use pinned version 1.49.2 of gRPC vs `devel/grpc' port

While here, split v2/v3 API .proto files similarly to what upstream does.
commit hash: e5b5affea2555dad7e7ad06bb205a75c8989ddbe commit hash: e5b5affea2555dad7e7ad06bb205a75c8989ddbe commit hash: e5b5affea2555dad7e7ad06bb205a75c8989ddbe commit hash: e5b5affea2555dad7e7ad06bb205a75c8989ddbe e5b5aff
Friday, 9 Jun 2023
10:16 Alexey Dokuchaev (danfe) search for other commits by this committer
www/envoy: the port had been updated to version 1.26.1 \o/

Currently, only a limited set of extensions is being built,
e.g. WASM-related code was disabled due to unsolved issues.

Please send patches to enable missing functionality, there
are lots of features remain to be explored.

Unfortunately, it still requires BoringSSL for the moment.

PR:	262115
commit hash: b988824351d62cbfffe1fc6c905ec87de85f3e3f commit hash: b988824351d62cbfffe1fc6c905ec87de85f3e3f commit hash: b988824351d62cbfffe1fc6c905ec87de85f3e3f commit hash: b988824351d62cbfffe1fc6c905ec87de85f3e3f b988824
09:53 Alexey Dokuchaev (danfe) search for other commits by this committer
www/envoy: reduce the gratuitous differences with coming update

- Remove the common `../api/' prefix from every API *.pb.o file
  and append it when using the variable as target's prerequisite
- Do the final linking via ccache(1) if configured and do not
  limit the number of errors (let's see them all)
- Try to run the newly built executable to see whether it works
commit hash: 49a12462dd2c0bc3bd6d631e9e0bdcb15f88c20b commit hash: 49a12462dd2c0bc3bd6d631e9e0bdcb15f88c20b commit hash: 49a12462dd2c0bc3bd6d631e9e0bdcb15f88c20b commit hash: 49a12462dd2c0bc3bd6d631e9e0bdcb15f88c20b 49a1246
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d 135fdee
Wednesday, 4 Dec 2019
13:19 vanilla search for other commits by this committer
1: Update devel/spdlog to 1.4.2.
2: Fix build issue due spdlog's upgrade.

Approved by:	danfe@ (www/envoy), adridg@ (net-im/nheko), maintainer timeout
(sunpoet@, jhixson@)
Original commitRevision:519012 
Wednesday, 10 Jul 2019
09:38 danfe search for other commits by this committer
Envoy is a high performance C++ distributed edge and service proxy for
cloud-native services and applications.

Envoy is originally built with Bazel, monstrous build system written in
Java which does silly things like downloading dependencies from GitHub
and is just a PITA to work against.  This port is built with two simple
makefiles and GNU make(1).  Protobuf semantic validation was disabled
because it apparently requires pulling in ``Go'' language, and I'm not
comfortable with this technology yet.

Note that this port currently requires DEFAULT_VERSIONS+=ssl=boringssl
added to your /etc/make.conf file.

WWW: https://www.envoyproxy.io/
Original commitRevision:506344 

Number of commits found: 9