Date: Sun, 15 Aug 2004 21:18:43 +0300 (EEST) From: Juha-Matti Tilli <juhis@nallukka.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70494: [PATCH] vlc incorrectly marked BROKEN on FreeBSD 5.2.1 Message-ID: <20040815181843.8435A17041@tykki.juhis.ath.cx> Resent-Message-ID: <200408151820.i7FIKNlN013889@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040815181843.8435A17041>