Date: Sun, 19 Jun 2016 21:08:00 +0000 From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: [Bug 210393] ports-mgmt/pkg Unnecessary compilation Message-ID: <bug-210393-32340-k8iXEwjWJQ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-210393-32340@https.bugs.freebsd.org/bugzilla/> References: <bug-210393-32340@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210393 kpaasial@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kpaasial@gmail.com --- Comment #2 from kpaasial@gmail.com --- It's not possible to know in advance that port B doesn't need recompilation. Any change in port A might cause a change in port B requiring a rebuild of B and it's not possible by programmatic means to judge that in advance. The o= nly way is to rebuild B with the updated port A and then see if port B actually changed. This also applies recursively so if you now have a port C that dep= ends on B you must recompile port C as well. This is not a pkg issue, it's a feature of the ports system and package builders such as poudriere. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210393-32340-k8iXEwjWJQ>