Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/mk/compiler.mk,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/mk/compiler.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.54 retrieving revision 1.55 diff -u -p -r1.54 -r1.55 --- pkgsrc/mk/compiler.mk 2006/07/22 05:01:17 1.54 +++ pkgsrc/mk/compiler.mk 2006/07/27 20:07:06 1.55 @@ -1,4 +1,4 @@ -# $NetBSD: compiler.mk,v 1.54 2006/07/22 05:01:17 rillig Exp $ +# $NetBSD: compiler.mk,v 1.55 2006/07/27 20:07:06 joerg Exp $ # # This Makefile fragment implements handling for supported C/C++/Fortran # compilers. @@ -162,8 +162,8 @@ fail-wrapper: .USE exec 1>${.TARGET}; \ ${ECHO} '#!'${TOOLS_SHELL:Q}; \ ${ECHO} 'wrapperlog="$${TOOLS_WRAPPER_LOG-'${_TOOLS_WRAP_LOG:Q}'}"'; \ - ${ECHO} ${ECHO:Q} '"*** Please add USE_LANGUAGES+='${.TARGET:T:S/-fail-wrapper//:Q}' to the package Makefile." >> $$wrapperlog'; \ - ${ECHO} ${ECHO:Q} '"*** Please add USE_LANGUAGES+='${.TARGET:T:S/-fail-wrapper//:Q}' to the package Makefile." > ${WARNING_DIR}/${.TARGET:T}'; \ + ${ECHO} ${ECHO:Q} '"*** Please consider adding USE_LANGUAGES+='${.TARGET:T:S/-fail-wrapper//:Q}' to the package Makefile." >> $$wrapperlog'; \ + ${ECHO} ${ECHO:Q} '"*** Please consider adding USE_LANGUAGES+='${.TARGET:T:S/-fail-wrapper//:Q}' to the package Makefile." > ${WARNING_DIR}/${.TARGET:T}'; \ ${ECHO} 'exit 1' ${_PKG_SILENT}${_PKG_DEBUG}${CHMOD} +x ${.TARGET}