Page MenuHomeFreeBSD

emulators/linux-f10: fix RUN_DEPENDS
ClosedPublic

Authored by xmj on Dec 17 2014, 12:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 19, 3:35 PM
Unknown Object (File)
Sun, May 19, 3:35 PM
Unknown Object (File)
Sun, May 19, 1:41 PM
Unknown Object (File)
Jan 1 2024, 6:59 AM
Unknown Object (File)
Sep 17 2023, 6:26 PM
Unknown Object (File)
Apr 25 2023, 9:25 AM
Unknown Object (File)
Apr 7 2023, 4:14 PM
Unknown Object (File)
Mar 17 2017, 4:29 PM
Subscribers
None

Details

Reviewers
swills
koobs
Summary

Looks like I screwed up the RUN_DEPENDS part of this port when I committed it
in September, and it didn't get noticed until late November plus any attention
until now.

Attached a fix.

emulators/linux-f10: fix RUN_DEPENDS

- fix RUN_DEPENDS structure:
  ${PKGBASE}>0:${PORTSDIR}/category/portname ...
- bump PORTVERSION

PR:		195124
DiffRev:	placeholder
Submitted by:	adrian
Approved by:	koobs (mentor)
Test Plan

run
poudriere bulk -I <...> -o emulators/linux-f10
jexec into the jail
pkg delete -y linux-c6
make -C /usr/ports/emulators/linux-f10 install

notice how it'll find all dependencies and never emit a single line "has
already been installed, skipping".

--> this can be seen in phase: install in the logfile below
http://xmj.me/freebsd/buildlogs/linux-f10-0.2.log

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

xmj retitled this revision from to emulators/linux-f10: fix RUN_DEPENDS.
xmj updated this object.
xmj edited the test plan for this revision. (Show Details)
xmj added reviewers: swills, koobs.
swills edited edge metadata.

Yes, approved, this is correct.

This revision is now accepted and ready to land.Dec 17 2014, 4:48 PM

Committed revision 374864