From owner-svn-ports-all@freebsd.org Thu Jan 25 12:13:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54437ED4121; Thu, 25 Jan 2018 12:13:55 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06765792E9; Thu, 25 Jan 2018 12:13:55 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id EE2C51A3CA; Thu, 25 Jan 2018 12:13:54 +0000 (UTC) From: Jan Beich To: Alexey Dokuchaev 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 References: <201801190636.w0J6abt8036996@repo.freebsd.org> Date: Thu, 25 Jan 2018 13:13:50 +0100 In-Reply-To: <201801190636.w0J6abt8036996@repo.freebsd.org> (Alexey Dokuchaev's message of "Fri, 19 Jan 2018 06:36:37 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2018 12:13:55 -0000 Alexey Dokuchaev 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/