Bug 267811 - devel/libcwd: update to 1.1.2
Summary: devel/libcwd: update to 1.1.2
Status: Open
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-16 14:31 UTC by Atharva Kulkarni
Modified: 2022-11-17 21:56 UTC (History)
2 users (show)

See Also:


Attachments
Patch to update libcwt to 1.1.2 (3.12 KB, patch)
2022-11-16 14:31 UTC, Atharva Kulkarni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Atharva Kulkarni 2022-11-16 14:31:21 UTC
Created attachment 238121 [details]
Patch to update libcwt to 1.1.2

Release Notes:

Added support for cmake.
Fixed a bug in reading DWARF 4 debug information.
Fixed example-project a bit (still not using cmake or gitache though, which is recommended).
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2022-11-16 16:15:28 UTC
1. plist:

====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: include/libcwd/raw_write.h
Error: Orphaned: include/libcwd/raw_write.inl
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.

2. Just for curiosity, I did some tests building with cmake but I'm getting ninja errors
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-11-16 16:17:23 UTC
(In reply to Nuno Teixeira from comment #1)
(...)
---
-- Generating done
CMake Error:
  Running

   '/usr/local/bin/ninja' '-C' '/wrkdirs/usr/ports/devel/libcwd/work/.build' '-t' 'recompact'

  failed with:

   ninja: error: build.ninja:303: bad $-escape (literal $ must be written as $$)
---