svn commit: r365491 - head/share/mk

Kyle Evans kevans at FreeBSD.org
Wed Sep 9 00:40:55 UTC 2020


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


More information about the svn-src-head mailing list