Opened 5 years ago

Closed 2 years ago

#57568 closed enhancement (fixed)

Could mpbb-install-dependencies exit early if the port is already installed?

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: admin@…
Priority: Normal Milestone:
Component: buildbot/mpbb Version:
Keywords: Cc:
Port:

Description

mpbb-install-port exits early if the port is already installed:

    if [[ -f $("${option_prefix}/bin/port-tclsh" "${thisdir}/tools/archive-path.tcl" "$@") ]]; then
        echo "$* already installed, nothing to do"

Is there a reason why mpbb-install-dependencies doesn't do the same?

Change History (1)

comment:1 Changed 2 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

In be743153f95d57886dfc89258d308c332df9704e/mpbb (master):

Don't install deps for already installed ports

This was previously done so that the dependencies' archives could be
gathered if needed, but now that will have been done in separate
builds.

Closes: #57568

Note: See TracTickets for help on using tickets.