From owner-freebsd-ports Tue Aug 28 1:45:37 2001 Delivered-To: freebsd-ports@freebsd.org Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id BC57D37B403; Tue, 28 Aug 2001 01:45:32 -0700 (PDT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from taygeta (taygeta [128.130.111.77]) by vexpert.dbai.tuwien.ac.at (8.11.6/8.11.6) with ESMTP id f7S8jUI23727; Tue, 28 Aug 2001 10:45:31 +0200 (MET DST) Date: Tue, 28 Aug 2001 10:45:30 +0200 (CEST) From: Gerald Pfeifer To: , Cc: "David O'Brien" Subject: Re: ports/30121: devel/stlport is broken: ../include/wchar.h: No such file or directory In-Reply-To: <200108270940.f7R9e1q77840@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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