[Bug 278307] net/rsplib: Update to new release 3.4.8

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 13 Apr 2024 18:45:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278307

--- Comment #7 from Nuno Teixeira <eduardo@FreeBSD.org> ---
(In reply to Daniel Engberg from comment #6)

Correcting cmake cxx spec for this port, since c++14 was a requisite of head.

This port have cmakelists configured as:

SET(CMAKE_CXX_STANDARD 11)
SET(CMAKE_CXX_STANDARD_REQUIRED ON)

with or without compiler in USES, result is the same: -std=c++11 and not gnu.

So, your can set it to c++20, result is the same.

Also, porters handbook, talk about capabilities only:

---
Determines which compiler to use based on any given wishes. Use C++17-lang if
the port needs a C++17-capable compiler, C++14-lang if the port needs a
C++14-capable compiler, C++11-lang if the port needs a C++11-capable compiler
---

-- 
You are receiving this mail because:
You are the assignee for the bug.