svn commit: r395729 - in head/multimedia: mencoder mplayer mplayer/files

Jan Beich jbeich at FreeBSD.org
Tue Sep 1 13:03:38 UTC 2015


Thomas Zander <riggs at FreeBSD.org> writes:

> +OPTIONS_DEFINE_i386=	RTCPU
> +OPTIONS_DEFINE_amd64=	RTCPU
> +OPTIONS_DEFINE_ppc=	RTCPU
[...]
> -# Supported architectures for runtime CPU detection
> -.if ${ARCH} == "amd64" || ${ARCH} == "i386" || ${ARCH} == "ppc"
> -MPLAYER_RTCPU_SUPPORTED_ARCH=	yes
> -.endif
> -

FreeBSD doesn't support ppc but powerpc and powerpc64. See KNOWN_ARCHES
in /usr/src/Makefile.inc1. ARCH uses uname -p aka MACHINE_ARCH.

A quick grep(1) reveals benchmarks/filebench and multimedia/mplayer 
are in minority, the rest use powerpc or powerpc64.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 602 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150901/5ec0a310/attachment.bin>


More information about the svn-ports-all mailing list