Summary: | devel/ptl: Add CMake build type hook to pkg-plist | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Erik Jensen <erik> | ||||
Component: | Individual Port(s) | Assignee: | Fernando Apesteguía <fernape> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | fernape | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval. -- Attachment -> Details -> maintainer-approval [+] Thanks! Committed, Thanks! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=02b46e32a98f6cf89da02ec211a45158f913bd3a commit 02b46e32a98f6cf89da02ec211a45158f913bd3a Author: Erik Jensen <erik@tenku.dk> AuthorDate: 2023-04-01 11:00:07 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-04-03 07:08:38 +0000 devel/ptl: Add CMake build type hook to pkg-plist One of the installed files changes names depending of build type. PR: 270564 Reported by: erik@tenku.dk (maintainer) devel/ptl/Makefile | 1 + devel/ptl/pkg-plist | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) |
Created attachment 241233 [details] Patch which adds CMake build type hook to pkg-plist One of the CMake configuration files installed with this port will have a varying filename depending on the CMake variable 'CMAKE_BUILD_TYPE'. This patch ensures that any build type will report its installed files correctly.