[Bug 217284] ports-mgmt/portupgrade and handling of shared libraries used by depending ports
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 22 00:45:35 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217284
Bug ID: 217284
Summary: ports-mgmt/portupgrade and handling of shared
libraries used by depending ports
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: bdrewery at FreeBSD.org
Reporter: mi at FreeBSD.org
Flags: maintainer-feedback?(bdrewery at FreeBSD.org)
Assignee: bdrewery at FreeBSD.org
Currently portupgrade will only update depending ports, when invoked with the
-r flag. It should be possible (perhaps with a different option) to
automatically rebuild those of them, that use a shared library provided by one
of the ports being rebuild IF such a shared library's version changes.
A separate -- but related -- problem is that portupgrade relies on the
dependencies explicitly-listed by each port (and put together into INDEX) --
which may be inaccurate.
Instead it should use the pkg's database -- which is more reliable since it
lists the ACTUAL shared libraries used by each installed package's binaries.
This problem is currently handled by bumps to PORTREVISION -- a poor crutch,
that should never have been used for the purpose.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list