svn commit: r454593 - head/devel/mk-configure

Mikolaj Golub trociny at FreeBSD.org
Tue Nov 21 10:01:10 UTC 2017


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
 


More information about the svn-ports-head mailing list