Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Oct 2016 12:21:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 213413] Make config-recursive recompute dependencies when options change
Message-ID:  <bug-213413-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213413

            Bug ID: 213413
           Summary: Make config-recursive recompute dependencies when
                    options change
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: gahr@FreeBSD.org
                CC: freebsd-ports-bugs@FreeBSD.org

Created attachment 175660
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175660&action=
=3Dedit
Recompute dependencies at each step

The config-recursive target does not recompute dependencies when options
change. This could lead the user to miss dependencies (when they are brough=
t in
by a non-default option selected) or to go through unnecessary ports (when
dependencies are removed by unselecting an option).

The patch attached makes config-recursive a bit slower but more correct by
recomputing the dependencies by reinvoking "make all-depends-list" in a
subshell at each step.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213413-13>