pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/boost Rather than using .error, set BROKEN if an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7aa4b9f9175f
branches:  trunk
changeset: 477508:7aa4b9f9175f
user:      tv <tv%pkgsrc.org@localhost>
date:      Sun Jul 04 02:55:42 2004 +0000

description:
Rather than using .error, set BROKEN if an unknown compiler is encountered.

diffstat:

 devel/boost/toolset.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 812c9149a5d1 -r 7aa4b9f9175f devel/boost/toolset.mk
--- a/devel/boost/toolset.mk    Sun Jul 04 02:26:11 2004 +0000
+++ b/devel/boost/toolset.mk    Sun Jul 04 02:55:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: toolset.mk,v 1.1 2004/06/06 23:51:36 tv Exp $
+# $NetBSD: toolset.mk,v 1.2 2004/07/04 02:55:42 tv Exp $
 # Translation from PKGSRC_COMPILER to BOOST_TOOLSET.
 
 .include "../../mk/compiler.mk"
@@ -10,5 +10,5 @@
 .elif !empty(PKGSRC_COMPILER:Msunpro)
 BOOST_TOOLSET=         sunpro
 .else
-.error unknown BOOST_TOOLSET
+BROKEN+=               "unknown compiler ${PKGSRC_COMPILER} for Boost"
 .endif



Home | Main Index | Thread Index | Old Index