]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
phttpget: move out of portsnap
authorKyle Evans <kevans@FreeBSD.org>
Wed, 9 Sep 2020 00:39:47 +0000 (00:39 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Wed, 9 Sep 2020 00:39:47 +0000 (00:39 +0000)
commit6703731d6e6a14771b76002087f4d84d8f66e82a
tree5f297ec6378479069c021a8e5989797467ea8863
parentd9052fccdf6533dcd6723739e44cd3bad5cc480b
phttpget: move out of portsnap

Currently, WITHOUT_PORTSNAP forces WITHOUT_FREEBSD_UPDATE because the
latter relies on phttpget, which lives inside the portsnap build bits.

Remove the dependency between these two options by moving phttpget out into
^/libexec and building/installing it if either WITH_PORTSNAP or
WITH_FREEBSD_UPDATE.

Future work could remove the conditional if it's decided that users will use
it independently of either the current in-base consumers.

Reported by: swills
Reviewed by: jilles, emaste
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D26255
libexec/Makefile
libexec/phttpget/Makefile [moved from usr.sbin/portsnap/phttpget/Makefile with 74% similarity]
libexec/phttpget/Makefile.depend [moved from usr.sbin/portsnap/phttpget/Makefile.depend with 100% similarity]
libexec/phttpget/phttpget.8 [moved from usr.sbin/portsnap/phttpget/phttpget.8 with 100% similarity]
libexec/phttpget/phttpget.c [moved from usr.sbin/portsnap/phttpget/phttpget.c with 100% similarity]
tools/build/mk/OptionalObsoleteFiles.inc
usr.sbin/portsnap/Makefile