git: 61daf777c5d6 - main - Revert "overlay: allow to load -overlay.mk files for each USES"

Baptiste Daroussin bapt at FreeBSD.org
Mon May 10 17:32:00 UTC 2021


The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=61daf777c5d6ccfd8bfd1287627f7f286759ffa4

commit 61daf777c5d6ccfd8bfd1287627f7f286759ffa4
Author:     Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-05-10 17:31:36 +0000
Commit:     Baptiste Daroussin <bapt at FreeBSD.org>
CommitDate: 2021-05-10 17:31:36 +0000

    Revert "overlay: allow to load -overlay.mk files for each USES"
    
    This changes was not supposed to be pushed yet
    
    This reverts commit 073b0aa8a4304190cd1727cee1393d39fd520a8b.
---
 Mk/bsd.port.mk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 49dcd31afbba..13785ff0f234 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1464,9 +1464,6 @@ ${_f}_ARGS:=	${f:C/^[^\:]*(\:|\$)//:S/,/ /g}
 .for f in ${USES}
 .undef _usefound
 .for udir in ${OVERLAYS:C,$,/Mk/Uses,} ${USESDIR}
-# always include all overlay files found in each overlay 
-_overlayfile=	${udir}/${f:C/\:.*//}-overlay.mk
-.sinclude "${_overlayfile}
 _usefile=	${udir}/${f:C/\:.*//}.mk
 .if exists(${_usefile}) && !defined(_usefound)
 _usefound=


More information about the dev-commits-ports-all mailing list