Page MenuHomeFreeBSD

Split LIB_DEPENDS and the other _DEPENDS types.
ClosedPublic

Authored by mat on Jul 22 2015, 11:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 17, 6:29 PM
Unknown Object (File)
Jun 17 2026, 2:35 AM
Unknown Object (File)
May 29 2026, 4:52 PM
Unknown Object (File)
May 29 2026, 4:52 PM
Unknown Object (File)
May 15 2026, 1:44 PM
Unknown Object (File)
May 15 2026, 10:28 AM
Unknown Object (File)
May 15 2026, 2:13 AM
Unknown Object (File)
May 14 2026, 11:05 PM
Subscribers

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mat retitled this revision from to Split LIB_DEPENDS and the other _DEPENDS types..
mat updated this object.
mat edited the test plan for this revision. (Show Details)
bapt added inline comments.
Mk/Scripts/do-depends.sh
144 ↗(On Diff #7175)

here I would like a
case ${pattern} in
lib*.so*) fct
*) error bad pattern
esac

mat edited edge metadata.
  • Also check the pattern for LIB_DEPENDS.
mat marked an inline comment as done.Jul 22 2015, 12:15 PM
pgollucci added a reviewer: pgollucci.
pgollucci added a subscriber: pgollucci.

looks good

This revision is now accepted and ready to land.Jul 23 2015, 3:29 PM
bapt added a reviewer: bapt.
This revision was automatically updated to reflect the committed changes.