svn commit: r465036 - branches/2018Q1/Mk
Bryan Drewery
bdrewery at FreeBSD.org
Mon Mar 19 21:40:32 UTC 2018
Author: bdrewery
Date: Mon Mar 19 21:40:31 2018
New Revision: 465036
URL: https://svnweb.freebsd.org/changeset/ports/465036
Log:
MFH: r465035
Fix some recursive targets using the wrong FLAVOR.
Reported by: Andrzej Tobola <ato at iem.pw.edu.pl>, koobs
Approved by: portmgr (implicit)
Modified:
branches/2018Q1/Mk/bsd.port.mk
Directory Properties:
branches/2018Q1/ (props changed)
Modified: branches/2018Q1/Mk/bsd.port.mk
==============================================================================
--- branches/2018Q1/Mk/bsd.port.mk Mon Mar 19 21:39:40 2018 (r465035)
+++ branches/2018Q1/Mk/bsd.port.mk Mon Mar 19 21:40:31 2018 (r465036)
@@ -4052,6 +4052,7 @@ _FLAVOR_RECURSIVE_SH= \
${FALSE}; \
fi; \
for dir in $${recursive_dirs}; do \
+ unset flavor; \
case $${dir} in \
*@*) \
flavor=$${dir\#*@}; \
@@ -4238,6 +4239,7 @@ PACKAGE-DEPENDS-LIST?= \
fi; \
checked="${PARENT_CHECKED}"; \
for dir in ${_LIB_RUN_DEPENDS:C,[^:]*:([^:]*):?.*,\1,}; do \
+ unset flavor; \
case $${dir} in \
*@*) \
flavor=$${dir\#*@}; \
More information about the svn-ports-branches
mailing list