From owner-svn-ports-head@freebsd.org Mon Oct 15 00:13:07 2018 Return-Path: Delivered-To: svn-ports-head@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 698ED10C9894; Mon, 15 Oct 2018 00:13:07 +0000 (UTC) (envelope-from lifanov@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 03FC67C380; Mon, 15 Oct 2018 00:13:07 +0000 (UTC) (envelope-from lifanov@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 ED7D7257E5; Mon, 15 Oct 2018 00:13:06 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9F0D6Ya055394; Mon, 15 Oct 2018 00:13:06 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9F0D6UA055393; Mon, 15 Oct 2018 00:13:06 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201810150013.w9F0D6UA055393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Mon, 15 Oct 2018 00:13:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482126 - head/games/nxengine X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: head/games/nxengine X-SVN-Commit-Revision: 482126 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.27 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: Mon, 15 Oct 2018 00:13:07 -0000 Author: lifanov Date: Mon Oct 15 00:13:06 2018 New Revision: 482126 URL: https://svnweb.freebsd.org/changeset/ports/482126 Log: unbreak games/nxengine on powerpc64 and others PR: 232016 Submitted by: Piotr Kubaj Modified: head/games/nxengine/Makefile Modified: head/games/nxengine/Makefile ============================================================================== --- head/games/nxengine/Makefile Sun Oct 14 23:17:19 2018 (r482125) +++ head/games/nxengine/Makefile Mon Oct 15 00:13:06 2018 (r482126) @@ -2,8 +2,8 @@ PORTNAME= nxengine PORTVERSION= 2.6.3 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= games MASTER_SITES+= https://www.cavestory.org/downloads/:data \ SF/lifanov-ports-distfiles/games/${PORTNAME}/:icons @@ -23,21 +23,19 @@ LICENSE_PERMS_FREEWARE= dist-mirror pkg-mirror auto-ac LICENSE_DISTFILES_GPLv3= ${DISTFILES:[3]} LICENSE_DISTFILES_FREEWARE= ${DISTFILES:[2]:S/:data//} -BROKEN_aarch64= fails to compile: player.cpp:763:50: constant expression evaluates to -1 which cannot be narrowed to type 'char' [-Wc++11-narrowing] -BROKEN_armv6= fails to compile: player.cpp:763:50: constant expression evaluates to -1 which cannot be narrowed to type 'char' [-Wc++11-narrowing] -BROKEN_armv7= fails to compile: player.cpp:763:50: constant expression evaluates to -1 which cannot be narrowed to type 'char' [-Wc++11-narrowing] - LIB_DEPENDS= libpng.so:graphics/png -DESKTOP_ENTRIES="NXEngine" "" "${PORTNAME}" \ - "${PORTNAME}" "Game;AdventureGame;" "" - USES= cmake:outsource compiler:c++11-lang + USE_SDL= mixer2 sdl2 SUB_FILES= ${PORTNAME} +CXXFLAGS+= -Wno-error-narrowing USE_GITHUB= yes GH_PROJECT= ${PORTNAME}-evo + +DESKTOP_ENTRIES="NXEngine" "" "${PORTNAME}" \ + "${PORTNAME}" "Game;AdventureGame;" "" do-install: ${MKDIR} ${STAGEDIR}${DATADIR}