Re-introduce baselibs qa check
Details
- Reviewers
bapt - Group Reviewers
portmgr - Commits
- rP393878: Make baselibs QA check non recursive and activate it again
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
I wanted to test the path to be independent from version, but I bet this is better like this.
Maybe you could have used readelf to get the list of the libs to check, and ldd to get their path ?
The switch to readelf introduced a bug.
I think it does not make sense to reopen this after it was committed so many years ago.
See inline comment.
Fix we need to add on top https://github.com/freebsd/freebsd-ports/pull/567
and the bug report https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296889
| head/Mk/Scripts/qa.sh | ||
|---|---|---|
| 114 | With hindsight 11 years later, ldd -a will process each file given irrespective if you pass some scripts, Fix in https://github.com/freebsd/freebsd-ports/pull/567 | |