svn commit: r532276 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Tue Apr 21 15:49:46 UTC 2020


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"


More information about the svn-ports-head mailing list