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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"