Date: Thu, 16 Aug 2007 06:58:18 GMT From: David Yeske <dyeske@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/115567: audio/xmms-speex flag broken Message-ID: <200708160658.l7G6wINX030764@www.freebsd.org> Resent-Message-ID: <200708160700.l7G705Wc017315@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708160658.l7G6wINX030764>