ports/72342: [PATCH] devel/stlport: [Unbreak devel/stlport-icc ]

Michael Johnson ahze at ahze.net
Tue Oct 5 04:00:55 UTC 2004


>Number:         72342
>Category:       ports
>Synopsis:       [PATCH] devel/stlport: [Unbreak devel/stlport-icc ]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 05 04:00:54 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael Johnson
>Release:        FreeBSD 5.3-BETA6 i386
>Organization:
>Environment:
System: FreeBSD blueheron.ahze.net 5.3-BETA6 FreeBSD 5.3-BETA6 #67: Fri Oct  1 15:03:41 EDT
>Description:
- Unbreak devel/stlport-icc 

The previous commit to devel/stlport also broke devel/stlport-icc
which compiles and runs just fine on 5.3

Port maintainer (pmarquis at pobox.com) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- stlport-gcc-4.5.3_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/stlport/Makefile,v
retrieving revision 1.34
diff -u -r1.34 Makefile
--- Makefile	26 Sep 2004 03:11:57 -0000	1.34
+++ Makefile	5 Oct 2004 03:51:37 -0000
@@ -19,10 +19,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 502126
-BROKEN=		"Does not compile on FreeBSD >= 5.x"
-.endif
-
 .if ${ARCH} == "alpha" || ${ARCH} == "amd64"
 BROKEN=		"Segfault during build on alpha and amd64"
 .endif
@@ -44,6 +40,10 @@
 INSTALL_TARGET=	install_unix
 INSTALLS_SHLIB=	yes
 
+.if ${OSVERSION} >= 502126 && ${COMPILER} != "icc"
+BROKEN=		"Does not compile on FreeBSD >= 5.x"
+.endif
+
 .if ${OSVERSION} < 440000
 BROKEN=		"Not supported on systems prior to FreeBSD 4.4"
 .endif
--- stlport-gcc-4.5.3_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list