[Bug 267894] devel/cmake-core: Potential bug in FreeBSD CPack generator

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 8 21:42:51 GMT 2023


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267894

Adriaan de Groot <adridg at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adridg at freebsd.org
         Resolution|---                         |FIXED
             Status|New                         |Closed

--- Comment #2 from Adriaan de Groot <adridg at freebsd.org> ---
Since it's a list, the right syntax is

```
set(CPACK_FREEBSD_PACKAGE_DEPS "devel/spdlog" "devel/gpds")
```

where the quotes are optional, too -- unless there are really weird characters
in a port / dependency name, you won't hit CMake string restrictions in this
variable's value. There was *also* a bona-fide bug in the generator code, which
I'm pretty sure I fixed here.

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


More information about the kde-freebsd mailing list