Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2024 18:45:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 278307] net/rsplib: Update to new release 3.4.8
Message-ID:  <bug-278307-7788-46Bd02fecn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-278307-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-278307-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278307

--- 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 hea=
d.

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=3Dc++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 compil=
er
---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278307-7788-46Bd02fecn>