Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2020 15:49:46 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532276 - head/Mk
Message-ID:  <202004211549.03LFnkYm043636@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Apr 21 15:49:46 2020
New Revision: 532276
URL: https://svnweb.freebsd.org/changeset/ports/532276

Log:
  Revert r532275

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Tue Apr 21 15:48:36 2020	(r532275)
+++ head/Mk/bsd.port.mk	Tue Apr 21 15:49:46 2020	(r532276)
@@ -1363,9 +1363,6 @@ PKGCOMPATDIR?=		${LOCALBASE}/lib/compat/pkg
 .if defined(USE_LOCAL_MK)
 .include "${PORTSDIR}/Mk/bsd.local.mk"
 .endif
-.for odir in ${OVERLAYS}
-.sinclude "${odir}/Mk/bsd.overlay.mk"
-.endfor
 
 .if defined(USE_XORG) && (!defined(USES) || !${USES:Mxorg})
 DEV_WARNING+=		"Using USE_XORG alone is deprecated, please use USES=xorg"
@@ -1949,9 +1946,6 @@ _FORCE_POST_PATTERNS=	rmdir kldxref mkfontscale mkfont
 .if defined(USE_LOCAL_MK)
 .include "${PORTSDIR}/Mk/bsd.local.mk"
 .endif
-.for odir in ${OVERLAYS}
-.sinclude "${odir}/Mk/bsd.overlay.mk"
-.endfor
 
 .if defined(USE_XORG) && (!defined(USES) || ( defined(USES) && !${USES:Mxorg} ))
 DEV_WARNING+=	"Using USE_XORG alone is deprecated, please use USES=xorg"



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