Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2001 10:45:30 +0200 (CEST)
From:      Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
To:        <gnats-admin@freebsd.org>, <freebsd-ports@freebsd.org>
Cc:        "David O'Brien" <obrien@freebsd.org>
Subject:   Re: ports/30121: devel/stlport is broken: ../include/wchar.h: No such file or directory
Message-ID:  <Pine.BSF.4.33.0108281043400.10276-100000@taygeta.dbai.tuwien.ac.at>
In-Reply-To: <200108270940.f7R9e1q77840@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
David (O'Brien) mentioned that 4.3-RELEASE simply lacks the proper
includes files in the base system, so I think the port should be
marked BROKEN on such older systems.

This PR should be closed once my patch below has been installed.

HTH,
Gerald

Index: Makefile
===================================================================
RCS file: /sw/FreeBSD/CVSUP/ports/devel/stlport/Makefile,v
retrieving revision 1.13
diff -u -3 -p -r1.13 Makefile
--- Makefile	2001/08/21 22:54:12	1.13
+++ Makefile	2001/08/28 08:42:51
@@ -20,6 +20,10 @@ MAKEFILE=	gcc.mak
 ALL_TARGET=	clean all
 USE_GMAKE=	yes

+.if ${OSVERSION} < 440000
+BROKEN=		"Not supported on systems prior to FreeBSD 4.4"
+.endif
+
 pre-build:
 	${LN} -sf /usr/include/g++ ${WRKSRC}/../include



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.33.0108281043400.10276-100000>