On Fri Dec 17, 2021 at 04:31:47PM +0000, Klemens Nanni wrote: > On Fri, Dec 17, 2021 at 05:18:24PM +0100, Rafael Sadowski wrote: > > On Fri Dec 17, 2021 at 04:11:13PM +0000, Klemens Nanni wrote: > > > Yet another standalone dependency, again PKG_ARCH=* and NO_BUILD=yes as > > > this is a single-header implementation. > > > > > > I have disabled tests for now to do so. > > > > > > My Makefile does however contain the setup and commentary to enable > > > tests at a later point. > > > > > > Feedback? OK? > > > --- > > > Information for inst:tl-expected-1.0.0 > > > > > > Comment: > > > c++11/14/17 std::expected with functional-style extensions > > > > > > Description: > > > tl-expected is a single header implementation of `std::expected` with > > > functional-style extensions. > > > > > > std::expected is proposed as the preferred way to represent an object > > > which > > > will either have an expected value, or an unexpected value giving > > > information about why something failed. Unfortunately, chaining together > > > many computations which may fail can be verbose, as error-checking code > > > will > > > be mixed in with the actual programming logic. This implementation > > > provides > > > a number of utilities to make coding with expected cleaner. > > > > > > Maintainer: Klemens Nanni <[email protected]> > > > > > > WWW: https://tl.tartanllama.xyz > > > > make > > ===> Configuring for tl-expected-1.0.0 > > CMake Error at CMakeLists.txt:17 (include): > > include could not find requested file: > > > > add-tl > > > > > > CMake Error at CMakeLists.txt:19 (tl_add_library): > > Unknown CMake command "tl_add_library". > > > > > > -- Configuring incomplete, errors occurred! > > See also > > "/usr/ports/pobj/tl-expected-1.0.0/build-amd64/CMakeFiles/CMakeOutput.log". > > I used SUPDISTFILES which isn't downloaded by `make fetch'; since I ran > `make makesum' which fetches everything, the build worked for me. > > Here is the correct DISTFILES/EXTRACT_ONLY approach sincde add-tl.cmake > is always required, so SUPDISTFILES was incorrect. > > Thanks.
All tests passed (377 assertions in 25 test cases) OK rsadowski
