Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 May 2018 16:15:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 228220] Prevent removal of phttpget when WITHOUT_PORTSNAP= is defined
Message-ID:  <bug-228220-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help

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@FreeBSD.org
          Reporter: driesm.michiels@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.


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