From pfeifer@dbai.tuwien.ac.at  Fri Sep 28 02:59:09 2001
Return-Path: <pfeifer@dbai.tuwien.ac.at>
Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12])
	by hub.freebsd.org (Postfix) with ESMTP id D828637B408
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Sep 2001 02:59:07 -0700 (PDT)
Received: from naos.dbai.tuwien.ac.at (naos [128.130.111.28])
	by vexpert.dbai.tuwien.ac.at (8.11.6/8.11.6) with ESMTP id f8S9x3f08129;
	Fri, 28 Sep 2001 11:59:04 +0200 (MET DST)
Received: (from pfeifer@localhost)
	by naos.dbai.tuwien.ac.at (8.11.6/8.11.6) id f8S9x1304838;
	Fri, 28 Sep 2001 11:59:01 +0200 (CEST)
	(envelope-from pfeifer)
Message-Id: <200109280959.f8S9x1304838@naos.dbai.tuwien.ac.at>
Date: Fri, 28 Sep 2001 11:59:01 +0200 (CEST)
From: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Mark ports/devel/stlport as broken for FreeBSD < 4.4 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30890
>Category:       ports
>Synopsis:       Mark ports/devel/stlport as broken for FreeBSD < 4.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 28 03:00:02 PDT 2001
>Closed-Date:    Wed Oct 17 09:01:33 PDT 2001
>Last-Modified:  Wed Oct 17 09:01:45 PDT 2001
>Originator:     Gerald Pfeifer
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
>Environment:
>Description:
	The ports/devel/stlport is broken for FreeBSD < 4.4 and cannot be fixed as
	the system lacks basic include files.  This patch marks the port accordingly.
>How-To-Repeat:
>Fix:

	Apply the patch below.

Index: Makefile
===================================================================
RCS file: /sw/FreeBSD/CVSUP/ports/devel/stlport/Makefile,v
retrieving revision 1.14
diff -u -3 -p -r1.14 Makefile
--- Makefile	2001/08/31 16:36:50	1.14
+++ Makefile	2001/08/31 22:14:26
@@ -26,6 +26,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
 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: obrien 
State-Changed-When: Wed Oct 17 09:01:33 PDT 2001 
State-Changed-Why:  
Committed.  Thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30890 
>Unformatted:
