Bug 278580 - devel/libical does not build WITH_DEBUG
Summary: devel/libical does not build WITH_DEBUG
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-desktop (Team)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-25 13:55 UTC by ml
Modified: 2024-06-15 08:17 UTC (History)
2 users (show)

See Also:
arrowd: maintainer-feedback+


Attachments
Patch to fix installation error when libical is compiled with WITH_DEBUG (567 bytes, patch)
2024-06-13 13:46 UTC, Erkki Moorits
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ml 2024-04-25 13:55:51 UTC
pkg-plist includes:

%%GLIB%%lib/cmake/LibIcal/IcalGlibSrcGenerator-release.cmake

which is "-debug" when compiled WITH_DEBUG.
Comment 1 Erkki Moorits 2024-06-13 13:46:27 UTC
Created attachment 251433 [details]
Patch to fix installation error when libical is compiled with WITH_DEBUG
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-06-15 08:17:00 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8ceda9f721b8bb44d7ed66ebc327d21e82bf8037

commit 8ceda9f721b8bb44d7ed66ebc327d21e82bf8037
Author:     Erkki Moorits <erkki.moorits@mail.ee>
AuthorDate: 2024-06-15 08:16:18 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-06-15 08:16:18 +0000

    devel/libical: Fix build WITH_DEBUG=yes

    PR:             278580

 devel/libical/pkg-plist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Gleb Popov freebsd_committer freebsd_triage 2024-06-15 08:17:54 UTC
Pushed, thank you.