Date: Thu, 25 Jan 2018 13:13:50 +0100 From: Jan Beich <jbeich@FreeBSD.org> To: Alexey Dokuchaev <danfe@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r459398 - in head: games/eduke32 multimedia/libvpx Message-ID: <vafq-kuf5-wny@FreeBSD.org> In-Reply-To: <201801190636.w0J6abt8036996@repo.freebsd.org> (Alexey Dokuchaev's message of "Fri, 19 Jan 2018 06:36:37 %2B0000 (UTC)") References: <201801190636.w0J6abt8036996@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Alexey Dokuchaev <danfe@FreeBSD.org> writes: > Author: danfe > Date: Fri Jan 19 06:36:37 2018 > New Revision: 459398 > URL: https://svnweb.freebsd.org/changeset/ports/459398 > > Log: > Allow to build on sparc64 and powerpc. For portmgr blanket an excerpt from error log would be appreciated. > Modified: head/multimedia/libvpx/Makefile > ============================================================================== > --- head/multimedia/libvpx/Makefile Fri Jan 19 06:15:16 2018 (r459397) > +++ head/multimedia/libvpx/Makefile Fri Jan 19 06:36:37 2018 (r459398) > @@ -82,6 +82,8 @@ THREADS_CONFIGURE_OFF= --disable-multithread > post-patch: > @${REINPLACE_CMD} 's|\(link_with_cc\)=gcc|\1=$${CC}|' \ > ${WRKSRC}/build/make/configure.sh > + @${REINPLACE_CMD} 's|sparc-solaris-gcc|sparc-linux-gcc|' \ > + ${WRKSRC}/configure Why bother? Without CONFIGURE_ARGS_sparc64=sparc-linux-gcc the above is nop. Besides, sparc-* targets are no longer special thus should be no different from generic-gnu. https://chromium.googlesource.com/webm/libvpx/+/802e1d84cc10%5E%21/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?vafq-kuf5-wny>