[Bug 228220] Prevent removal of phttpget when WITHOUT_PORTSNAP= is defined
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun May 13 16:15:56 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228220
Bug ID: 228220
Summary: Prevent removal of phttpget when WITHOUT_PORTSNAP= is
defined
Product: Base System
Version: 11.1-STABLE
Hardware: Any
OS: Any
Status: New
Keywords: easy, patch
Severity: Affects Many People
Priority: ---
Component: misc
Assignee: bugs at FreeBSD.org
Reporter: driesm.michiels at gmail.com
Created attachment 193357
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=193357&action=edit
Fix phttpget removal when only WITHOUT_PORTSNAP= is defined
When building from source and the following variables are defined in src.conf:
WITHOUT_PORTSNAP=. Then when issuing make check-old, it will remove
/usr/libexec/phttpget. This program is needed for freebsd-update to function.
Either implicitly set WITHOUT_FREEBSD_UPDATE= when WITHOUT_PORTSNAP= is defined
or check if WITHOUT_FREEBSD_UPDATE= is also set before safe removal of the
programm phttpget (the latter is the patch provided).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list