On Sun, Jan 27, 2019 at 01:23:15PM -0500, Brad Smith wrote:
> Here is an update to x265 3.0.
Tests pass on amd64, but on sparc64 the entire test directory is missing:

$ make test
===>  Regression tests for x265-3.0
/tmp/pobj/x265-3.0/build-sparc64/test/TestBench
/tmp/pobj/x265-3.0/build-sparc64/test/TestBench: not found
*** Error 1 in . (Makefile:52 'do-test')
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2826 
'/tmp/pobj/x265-3.0/build-sparc64/.test_done')
*** Error 1 in /usr/ports/multimedia/x265 
(/usr/ports/infrastructure/mk/bsd.port.mk:2465 'test')

> Index: Makefile
> ===================================================================
> RCS file: /home/cvs/ports/multimedia/x265/Makefile,v
> retrieving revision 1.39
> diff -u -p -u -p -r1.39 Makefile
> --- Makefile  5 Nov 2018 07:58:37 -0000       1.39
> +++ Makefile  26 Jan 2019 04:27:12 -0000
> @@ -2,14 +2,13 @@
>  
>  COMMENT=     free H.265/HEVC encoder
>  
> -VER=         2.9
> +VER=         3.0
>  DISTNAME=    x265_${VER}
>  PKGNAME=     x265-${VER}
> -REVISION=    1
>  CATEGORIES=  multimedia
> -MASTER_SITES=        https://bitbucket.org/multicoreware/x265/downloads/
> +MASTER_SITES=        http://bitbucket.org/multicoreware/x265/downloads/
Why this fallback, TLS works fine.

> Index: patches/patch-source_common_quant_cpp
> ===================================================================
> RCS file: patches/patch-source_common_quant_cpp
> diff -N patches/patch-source_common_quant_cpp
> --- patches/patch-source_common_quant_cpp     5 Nov 2018 07:58:37 -0000       
> 1.3
> +++ /dev/null 1 Jan 1970 00:00:00 -0000
> @@ -1,47 +0,0 @@
> -$OpenBSD: patch-source_common_quant_cpp,v 1.3 2018/11/05 07:58:37 ajacoutot 
> Exp $
> -
> -Fix the build on !X86 archs.
Builds fine on sparc64.

Reply via email to