From owner-svn-ports-head@freebsd.org Fri Jan 19 06:36:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 929CBEC65C2; Fri, 19 Jan 2018 06:36:38 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6DD5B74BB9; Fri, 19 Jan 2018 06:36:38 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B8A2D19B5; Fri, 19 Jan 2018 06:36:37 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0J6abq4036998; Fri, 19 Jan 2018 06:36:37 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0J6abt8036996; Fri, 19 Jan 2018 06:36:37 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201801190636.w0J6abt8036996@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 19 Jan 2018 06:36:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459398 - in head: games/eduke32 multimedia/libvpx X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head: games/eduke32 multimedia/libvpx X-SVN-Commit-Revision: 459398 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jan 2018 06:36:38 -0000 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. Modified: head/games/eduke32/Makefile head/multimedia/libvpx/Makefile Modified: head/games/eduke32/Makefile ============================================================================== --- head/games/eduke32/Makefile Fri Jan 19 06:15:16 2018 (r459397) +++ head/games/eduke32/Makefile Fri Jan 19 06:36:37 2018 (r459398) @@ -29,7 +29,6 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ libpng.so:graphics/png BROKEN_aarch64= fails to compile: polymost.cpp:2403:18: non-constant-expression cannot be narrowed from type 'long' to 'int32_t' (aka 'int') in initializer list -BROKEN_sparc64= fails to compile USES= gmake pkgconfig tar:xz USE_GL= gl glu @@ -48,6 +47,8 @@ PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES GCC HRP OFFENSIVE SHAREWARE VOXEL OPTIONS_DEFINE_i386= ASM OPTIONS_DEFAULT_i386= ASM +OPTIONS_DEFAULT_powerpc= GCC +OPTIONS_DEFAULT_sparc64= GCC ASM_BUILD_DEPENDS= nasm:devel/nasm ASM_MAKE_ARGS_OFF= NOASM=1 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 post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vpx*