pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/cint Fail the build if the OPSYS check falls thro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47359ad6916c
branches:  trunk
changeset: 502845:47359ad6916c
user:      tv <tv%pkgsrc.org@localhost>
date:      Wed Nov 09 21:24:12 2005 +0000

description:
Fail the build if the OPSYS check falls through in do-build.

diffstat:

 lang/cint/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e53b7c032e56 -r 47359ad6916c lang/cint/Makefile
--- a/lang/cint/Makefile        Wed Nov 09 21:21:50 2005 +0000
+++ b/lang/cint/Makefile        Wed Nov 09 21:24:12 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/06/16 06:57:59 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2005/11/09 21:24:12 tv Exp $
 
 DISTNAME=              cint5.15
 PKGNAME=               cint-5.15.174
@@ -35,6 +35,8 @@
                ${SH} ./setup platform/netbsd ;;                \
        SunOS)                                                  \
                ${SH} ./setup platform/solaris_gcc ;;           \
+       *)                                                      \
+               ${ECHO} 'not yet ported to ${OPSYS}'; exit 1 ;; \
        esac
 
 do-install:



Home | Main Index | Thread Index | Old Index