Date: Mon, 10 May 2021 17:32:00 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 61daf777c5d6 - main - Revert "overlay: allow to load -overlay.mk files for each USES" Message-ID: <202105101732.14AHW01F034122@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=61daf777c5d6ccfd8bfd1287627f7f286759ffa4 commit 61daf777c5d6ccfd8bfd1287627f7f286759ffa4 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2021-05-10 17:31:36 +0000 Commit: Baptiste Daroussin <bapt@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=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105101732.14AHW01F034122>