Page MenuHomeFreeBSD

phttpget: move out of portsnap
ClosedPublic

Authored by kevans on Aug 31 2020, 7:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 25, 1:30 AM
Unknown Object (File)
Tue, Mar 24, 7:52 PM
Unknown Object (File)
Sun, Mar 22, 9:16 AM
Unknown Object (File)
Thu, Mar 19, 8:42 AM
Unknown Object (File)
Thu, Mar 19, 7:05 AM
Unknown Object (File)
Thu, Mar 19, 6:38 AM
Unknown Object (File)
Wed, Mar 18, 6:11 AM
Unknown Object (File)
Mon, Mar 9, 10:44 AM
Subscribers

Details

Summary

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. This isn't required at build-time, so it really should be as trivial as moving out.

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable