ports/70494: [PATCH] vlc incorrectly marked BROKEN on FreeBSD 5.2.1

Juha-Matti Tilli juhis at nallukka.net
Sun Aug 15 18:20:23 UTC 2004


>Number:         70494
>Category:       ports
>Synopsis:       [PATCH] vlc incorrectly marked BROKEN on FreeBSD 5.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 15 18:20:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Juha-Matti Tilli
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD tykki.juhis.ath.cx 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Wed Aug 11 22:18:25 EEST 2004 root at tykki:/usr/obj/usr/src/sys/TYKKI i386

% grep "define __FreeBSD_version" /usr/include/sys/param.h 
#define __FreeBSD_version 502010        /* Master, propagated to newvers */

>Description:
vlc is marked BROKEN on FreeBSD 5.2.1 due to conflicts with new threads
architecture, but not on 5.2. There were no thread-related changes between 5.2
and 5.2.1, and vlc works perfectly on 5.2.1.

>How-To-Repeat:
# cd /usr/ports/multimedia/vlc; make
===>  vlc-0.7.2_1 is marked as broken: conflicts with new threads architecture.

>Fix:
--- Makefile.orig	Sun Aug 15 20:55:04 2004
+++ Makefile	Sun Aug 15 20:55:31 2004
@@ -322,7 +322,7 @@
 		lib/vlc/libmemcpymmxext.a
 .endif
 
-.if ${OSVERSION} >= 502010
+.if ${OSVERSION} >= 502102
 BROKEN=		"conflicts with new threads architecture"
 .endif
 .if ${ARCH} == "alpha" && ${OSVERSION} < 500000
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list