Page MenuHomeFreeBSD

autodeps: determine dependencies automatically
Needs ReviewPublic

Authored by bapt on Jan 26 2024, 4:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 19, 5:55 AM
Unknown Object (File)
Fri, May 17, 4:50 AM
Unknown Object (File)
Thu, May 16, 5:47 PM
Unknown Object (File)
Thu, May 16, 5:47 PM
Unknown Object (File)
Sun, May 12, 3:40 PM
Unknown Object (File)
Sun, May 12, 3:40 PM
Unknown Object (File)
Sun, May 12, 12:12 PM
Unknown Object (File)
Sun, May 12, 12:11 PM
Subscribers

Details

Reviewers
mat
Group Reviewers
portmgr
Summary

The goal is to kill the translation from LIB_DEPENDS to RUN_DEPENDS
which simplifies dependencies declaration

This method can be extended to automatically catch shebangs as well

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 55648
Build 52537: arc lint + arc unit

Event Timeline

bapt requested review of this revision.Jan 26 2024, 4:52 PM
bapt created this revision.
arrowd added inline comments.
Mk/Scripts/autodeps.sh
25

In Mk/Uses/electronfix.mk I'm using the following incantation to find linux binaries:

${FIND} ${STAGEDIR}${DATADIR} -type f -exec brandelf {} ';' 2> /dev/null | grep -v "'FreeBSD' (9)"

In you case you can just reverse the check.

bapt marked an inline comment as done.
mat added a subscriber: mat.

Looks ok to me

This revision is now accepted and ready to land.Apr 12 2024, 8:07 AM

forgot STAGEDIR in this version

This revision now requires review to proceed.Apr 12 2024, 9:46 AM
Mk/Scripts/autodeps.sh
35

Debugging leftovers?

bapt marked an inline comment as done.Apr 13 2024, 1:42 PM