Date: Tue, 21 Nov 2017 10:01:08 +0000 (UTC) From: Mikolaj Golub <trociny@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454593 - head/devel/mk-configure Message-ID: <201711211001.vALA18hs090752@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trociny Date: Tue Nov 21 10:01:08 2017 New Revision: 454593 URL: https://svnweb.freebsd.org/changeset/ports/454593 Log: temporary workaround to fix "chicken egg" problem: To make mkc_check_prog we need mkc_check_prog, which is used here to test for awk, nm and makedepend if they are not explicitly specified. Hope to be fixed in the next mk-configure version. Modified: head/devel/mk-configure/Makefile Modified: head/devel/mk-configure/Makefile ============================================================================== --- head/devel/mk-configure/Makefile Tue Nov 21 09:00:16 2017 (r454592) +++ head/devel/mk-configure/Makefile Tue Nov 21 10:01:08 2017 (r454593) @@ -22,6 +22,9 @@ PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES +MAKE_ENV+= PROG.awk=/usr/bin/awk PROG.nm=/usr/bin/nm \ + PROG.makedepend=/usr/bin/mkdep + post-patch: @${ECHO_CMD} "MKDEP ?= bmkdep" >> ${WRKSRC}/mk/sys.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711211001.vALA18hs090752>