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

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 12 Apr 2024 22:01:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278307

Nuno Teixeira <eduardo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |eduardo@FreeBSD.org

--- Comment #1 from Nuno Teixeira <eduardo@FreeBSD.org> ---
Hello,

Sugestion:

1. Pet portlint by adding a DOCS option:

pkg-plist: [162]: If and only if your port is DOCSDIR-safe (that is, a user can
override DOCSDIR when building this port and the port will still work
correctly) consider using DOCSDIR macro; if you are unsure if this port is
DOCSDIR-safe, then ignore this warning

2. Drop compiler:c++11-lang from USES as cmake set it on its own:

SET(CMAKE_CXX_STANDARD 14)
SET(CMAKE_CXX_STANDARD_REQUIRED ON)

Thanks

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