[Bug 260997] devel/rapidyaml: New port: Library to parse and emit YAML

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 07 Jan 2022 13:42:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260997

Fernando ApesteguĂ­a <fernape@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress
           Assignee|ports-bugs@FreeBSD.org      |fernape@FreeBSD.org
           Keywords|                            |needs-qa

--- Comment #2 from Fernando ApesteguĂ­a <fernape@FreeBSD.org> ---
The LIB_DEPENDS line is ill formed. The minimum version goes before the ':',
not after.
On the other hand, unless it is necessay, it is better not to add minimum
versions. In this case it is superfluous because we just added c4core and we
know we are not going to add a version less than 0.1.8.

Apart from that, the port fails to build:

/bin/mkdir -p /wrkdirs/usr/ports/devel/rapidyaml/work/.build
-- The CXX compiler identification is Clang 11.0.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- ryml: using C++ standard: C++11
-- ryml: setting C++ standard: 11
-- ryml: setting C++ standard required: ON
-- ryml: packing the project: 
CMake Error at ext/c4core/cmake/c4Project.cmake:1039 (find_program):
  Could not find GIT using the following names: git
Call Stack (most recent call first):
  ext/c4core/cmake/c4Project.cmake:881 (c4_proj_get_version)
  ext/c4core/cmake/c4Project.cmake:822 (c4_set_default_pack_properties)
  CMakeLists.txt:70 (c4_pack_project)


-- Configuring incomplete, errors occurred!
See also
"/wrkdirs/usr/ports/devel/rapidyaml/work/.build/CMakeFiles/CMakeOutput.log".
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/rapidyaml

It misses git@lite as a BUILD_DEPENDS.

Please, test your submissions with poudriere and or portclippy, portlint.

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