Opened 3 years ago
Closed 3 years ago
#63348 closed defect (worksforme)
port @2.7.1 cleans when upgrading although asked via -sk not to do so
Reported by: | ballapete (Peter "Pete" Dyballa) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 2.7.1 |
Keywords: | Cc: | ||
Port: |
Description
port -vd upgrade -sk imlib2
cleans in the build
directory although it should keep
it. Proved a few times on Big Sur, Version 11.5.
Change History (4)
comment:1 Changed 3 years ago by reneeotten (Renee Otten)
comment:2 Changed 3 years ago by jmroot (Joshua Root)
Port: | port removed |
---|
Yes, only long options that apply to the action can be given after the action name.
comment:3 Changed 3 years ago by ballapete (Peter "Pete" Dyballa)
port -vd build -sk imlib2
worked fine – so it's presumingly a side-effect or normal action that no cleaning follows the build action. port -vdsk upgrade imlib2
works indeed as intended. Thank you!
Problem solved.
comment:4 Changed 3 years ago by reneeotten (Renee Otten)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I think the
-sk
needs to be in betweenport
andupgrade
.