ports/113933: multimedia/avifile: mark as BROKEN under CURRENT

Conrad J. Sabatier conrads at cox.net
Fri Jun 22 03:40:14 UTC 2007


>Number:         113933
>Category:       ports
>Synopsis:       multimedia/avifile: mark as BROKEN under CURRENT
>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:   Fri Jun 22 03:40:13 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Conrad J. Sabatier
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
none
>Environment:
System: FreeBSD serene.no-ip.org 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Jun 19 22:22:02 CDT 2007 root at serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64


>Description:
	Mark avifile as BROKEN under CURRENT due to numerous compile 
	errors with gcc 4.2
>How-To-Repeat:
	N/A
>Fix:
	diff attached

--- avifile.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/avifile/Makefile,v
retrieving revision 1.68
diff -d -u -r1.68 Makefile
--- Makefile	19 May 2007 20:17:04 -0000	1.68
+++ Makefile	22 Jun 2007 03:36:23 -0000
@@ -72,6 +72,10 @@
 WITH_OPTIMIZED_CFLAGS=	yes
 .endif
 
+.if ${OSVERSION} >= 700000
+BROKEN=		Numerous compile errors under gcc 4.2
+.endif
+
 .if (${ARCH} != "i386") && (${ARCH} != "amd64")
 WITHOUT_A52=yes
 BROKEN=		Does not compile on !i386
--- avifile.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list