From owner-freebsd-ports Fri Sep 28 3: 0: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA84937B410 for ; Fri, 28 Sep 2001 03:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8SA02T52698; Fri, 28 Sep 2001 03:00:02 -0700 (PDT) (envelope-from gnats) 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 ; 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 To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30890: Mark ports/devel/stlport as broken for FreeBSD < 4.4 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 >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: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Sep 28 03:00:02 PDT 2001 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message