Page MenuHomeFreeBSD

autodeps: determine dependencies automatically
Needs ReviewPublic

Authored by bapt on Jan 26 2024, 4:52 PM.
Tags
None
Referenced Files
F107002988: D43619.diff
Wed, Jan 8, 7:51 PM
Unknown Object (File)
Sun, Jan 5, 5:38 PM
Unknown Object (File)
Thu, Dec 26, 6:59 AM
Unknown Object (File)
Dec 1 2024, 8:58 PM
Unknown Object (File)
Dec 1 2024, 8:58 PM
Unknown Object (File)
Nov 25 2024, 5:08 PM
Unknown Object (File)
Nov 25 2024, 3:03 AM
Unknown Object (File)
Nov 24 2024, 6:32 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