Page MenuHomeFreeBSD

autodeps: determine dependencies automatically
AbandonedPublic

Authored by bapt on Jan 26 2024, 4:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 25, 9:17 PM
Unknown Object (File)
Mon, May 25, 5:37 PM
Unknown Object (File)
Sun, May 24, 9:12 AM
Unknown Object (File)
Sun, May 24, 8:33 AM
Unknown Object (File)
Sat, May 23, 12:10 AM
Unknown Object (File)
Fri, May 8, 9:46 AM
Unknown Object (File)
Fri, May 8, 6:21 AM
Unknown Object (File)
Thu, May 7, 11:08 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