Author: kevans
Date: Wed Sep  9 00:40:54 2020
New Revision: 365491
URL: https://svnweb.freebsd.org/changeset/base/365491

Log:
  opts: FREEBSD_UPDATE no longer relies on PORTSNAP
  
  phttpget is no longer tied to the portsnap build as of r365490.
  
  MFC after:    3 days
  Differential Revision:        https://reviews.freebsd.org/D26255

Modified:
  head/share/mk/src.opts.mk

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk   Wed Sep  9 00:39:47 2020        (r365490)
+++ head/share/mk/src.opts.mk   Wed Sep  9 00:40:54 2020        (r365491)
@@ -462,11 +462,6 @@ MK_AUTHPF:=        no
 MK_OFED_EXTRA:=        no
 .endif
 
-.if ${MK_PORTSNAP} == "no"
-# freebsd-update depends on phttpget from portsnap
-MK_FREEBSD_UPDATE:=    no
-.endif
-
 .if ${MK_TESTS} == "no"
 MK_DTRACE_TESTS:= no
 .endif
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to