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: ports/30890: Mark ports/devel/stlport as broken for FreeBSD < 4.4 Message-ID: <200109280959.f8S9x1304838@naos.dbai.tuwien.ac.at>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109280959.f8S9x1304838>