From owner-svn-ports-all@freebsd.org Sun Jan 5 23:51:07 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6BA031EA7B8; Sun, 5 Jan 2020 23:51:07 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47rb4q2Cgpz3Qxl; Sun, 5 Jan 2020 23:51:07 +0000 (UTC) (envelope-from pkubaj@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 4739D5935; Sun, 5 Jan 2020 23:51:07 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 005Np7SL059200; Sun, 5 Jan 2020 23:51:07 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 005Np7bJ059199; Sun, 5 Jan 2020 23:51:07 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001052351.005Np7bJ059199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 5 Jan 2020 23:51:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r522173 - branches/2020Q1/games/xmoto X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q1/games/xmoto X-SVN-Commit-Revision: 522173 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 05 Jan 2020 23:51:07 -0000 Author: pkubaj Date: Sun Jan 5 23:51:06 2020 New Revision: 522173 URL: https://svnweb.freebsd.org/changeset/ports/522173 Log: MFH: r522172 games/xmoto: fix build on GCC architectures Builds fine using new GCC. Approved by: portmgr (fix build blanket) Modified: branches/2020Q1/games/xmoto/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/games/xmoto/Makefile ============================================================================== --- branches/2020Q1/games/xmoto/Makefile Sun Jan 5 23:49:17 2020 (r522172) +++ branches/2020Q1/games/xmoto/Makefile Sun Jan 5 23:51:06 2020 (r522173) @@ -20,10 +20,8 @@ LIB_DEPENDS= libode.so:devel/ode \ libcurl.so:ftp/curl \ libxdg-basedir.so:x11/libxdg-basedir -BROKEN_powerpc64= fails to compile: hashtable.h: no match for call to __gnu_cxx::hash - GNU_CONFIGURE= yes -USES= compiler:features dos2unix gl gmake gnome jpeg localbase lua:51 sdl sqlite xorg +USES= compiler:c++11-lang dos2unix gl gmake gnome jpeg localbase lua:51 sdl sqlite xorg USE_GNOME= libxml2 USE_SDL= sdl mixer ttf net USE_GL= gl glu @@ -58,12 +56,6 @@ ASIAN_TTF_CONFIGURE_OFF=--without-asian-ttf-file NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -.include - -.if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42 -BROKEN= does not build with gcc 4.2 -.endif - post-extract: @${RM} -r ${WRKSRC}/src/ode @@ -76,4 +68,4 @@ post-install-DOCS-on: ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor -.include +.include