CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/02/16 06:44:14
Modified files:
infrastructure/lib/DPB: Engine.pm Grabber.pm PkgPath.pm
Log message:
add a bit of glue for EXTRA dependencies so that distfiles get fetched
properly. Fixes the case for
BUILD_DEPENDS = some/path:patch
where some/path is only used for :patch
and also possible race conditions where the dependent port could
be built before the depending port got to fetch.
thx robert@ for bringing that to my attention,
sthen@ and naddy@ for testing widely