Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Nov 2019 12:42:13 +0100
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Mathieu Arnold <mat@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r516900 - in head/multimedia: ffms2 vapoursynth vapoursynth-l-smash-works
Message-ID:  <zhh7-gbfu-wny@FreeBSD.org>
In-Reply-To: <20191107081032.kqotphm5wzk3bhgf@atuin.in.mat.cc> (Mathieu Arnold's message of "Thu, 7 Nov 2019 09:10:32 %2B0100")
References:  <201911061642.xA6GgS3V041740@repo.freebsd.org> <20191107081032.kqotphm5wzk3bhgf@atuin.in.mat.cc>

next in thread | previous in thread | raw e-mail | index | archive | help
Mathieu Arnold <mat@FreeBSD.org> writes:

> On Wed, Nov 06, 2019 at 04:42:28PM +0000, Jan Beich wrote:
>
>> Author: jbeich
>> Date: Wed Nov  6 16:42:28 2019
>> New Revision: 516900
>> URL: https://svnweb.freebsd.org/changeset/ports/516900
>> 
>> Log:
>>   multimedia/vapoursynth: mark BROKEN on non-x86
>> 
>> Modified:
>>   head/multimedia/ffms2/Makefile   (contents, props changed)
>>   head/multimedia/vapoursynth-l-smash-works/Makefile   (contents, props changed)
>>   head/multimedia/vapoursynth/Makefile   (contents, props changed)
>> 
>> Modified: head/multimedia/ffms2/Makefile
>> ==============================================================================
>> --- head/multimedia/ffms2/Makefile	Wed Nov  6 16:42:19 2019	(r516899)
>> +++ head/multimedia/ffms2/Makefile	Wed Nov  6 16:42:28 2019	(r516900)
>> @@ -11,18 +11,24 @@ COMMENT=	FFmpeg-based source library and VapourSynth p
>>  LICENSE=	MIT
>>  LICENSE_FILE=	${WRKSRC}/COPYING
>>  
>> +.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386
>
> We never use MACHINE_ARCH in the ports tree, we use ARCH, and it is only
> available after an include.  All our tools use/set ARCH, so, please use
> it.

This is a temporary workaround, so avoiding "svn blame" churn is preferred.
Also, I planned to switch ARCH to use MACHINE_ARCH internally in bug 215401.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?zhh7-gbfu-wny>