ports/115567: audio/xmms-speex flag broken

David Yeske dyeske at gmail.com
Thu Aug 16 07:00:05 UTC 2007


>Number:         115567
>Category:       ports
>Synopsis:       audio/xmms-speex flag broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 16 07:00:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     David Yeske
>Release:        HEAD
>Organization:
>Environment:
FreeBSD speed 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Jul 18 23:40:39 EDT 2007     root at speed:/usr/obj/usr/src/sys/SPEED  amd64

>Description:
1. flag broken on gcc 4.2.0 until I can fix it
>How-To-Repeat:

>Fix:
see attachment

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/xmms-speex/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	5 Jul 2007 23:39:01 -0000	1.16
+++ Makefile	16 Aug 2007 00:11:24 -0000
@@ -28,4 +28,10 @@
 
 MAKE_FLAGS=	CC="${CC}" CFLAGS="${CFLAGS} -fPIC"
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN=		Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>


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



More information about the freebsd-ports-bugs mailing list