From owner-dev-commits-ports-main@freebsd.org Fri Jul 2 10:12:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 48B8966894D; Fri, 2 Jul 2021 10:12:26 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GGW9618ppz3lhn; Fri, 2 Jul 2021 10:12:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0FE24128E3; Fri, 2 Jul 2021 10:12:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 162ACPh3065660; Fri, 2 Jul 2021 10:12:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 162ACPrQ065659; Fri, 2 Jul 2021 10:12:25 GMT (envelope-from git) Date: Fri, 2 Jul 2021 10:12:25 GMT Message-Id: <202107021012.162ACPrQ065659@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: a8deebcf79ed - main - games/tome4: switch to standard lua MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a8deebcf79ed9ba3d427c1f9ad49f45a10b5c073 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2021 10:12:26 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=a8deebcf79ed9ba3d427c1f9ad49f45a10b5c073 commit a8deebcf79ed9ba3d427c1f9ad49f45a10b5c073 Author: Piotr Kubaj AuthorDate: 2021-07-02 10:10:59 +0000 Commit: Piotr Kubaj CommitDate: 2021-07-02 10:10:59 +0000 games/tome4: switch to standard lua There seem to be some issues when running with luajit on the newest version. --- games/tome4/Makefile | 17 ++--------------- games/tome4/distinfo | 2 +- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/games/tome4/Makefile b/games/tome4/Makefile index 47d98a3e3c47..fef0c7761f29 100644 --- a/games/tome4/Makefile +++ b/games/tome4/Makefile @@ -1,5 +1,6 @@ PORTNAME= tome4 DISTVERSION?= 1.7.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= https://te4.org/dl/t-engine/ \ SF/lifanov-ports-distfiles/${PORTNAME}/:icons @@ -17,7 +18,7 @@ BUILD_DEPENDS= premake4:devel/premake4 LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libpng.so:graphics/png -USES= gl gmake openal:al sdl tar:bzip2 xorg +USES= compiler:c++11-lang gl gmake openal:al sdl tar:bzip2 xorg USE_SDL= image2 sdl2 ttf2 USE_GL= gl glu SUB_FILES= tome4 @@ -32,23 +33,9 @@ WRKSRC= ${WRKDIR}/t-engine4-src-${DISTVERSION} MAKE_ARGS+= config=release verbose=yes ARCH="" CC=${CC} CXX=${CXX} LDFLAGS_i386= -Wl,-znotext -.include - -.if ${ARCH} == powerpc -USES+= compiler:gcc-c++11-lib -.else -USES+= compiler:c++11-lang -.endif - pre-build: @${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/premake4.lua -.if ${ARCH} == aarch64 || ${ARCH:Mpowerpc64*} || ${ARCH} == riscv64 (cd ${WRKSRC} && premake4 --lua=default gmake) -.else - (cd ${WRKSRC} && premake4 gmake) - @${ECHO} '.NOTPARALLEL:' >> ${WRKSRC}/build/buildvm.make - @${ECHO} '.NOTPARALLEL:' >> ${WRKSRC}/build/luajit2.make -.endif @${REINPLACE_CMD} 's|-lpthread|-pthread|' ${WRKSRC}/build/TEngine.make do-install: diff --git a/games/tome4/distinfo b/games/tome4/distinfo index 6bf14bf5e7a8..67d8d327e16e 100644 --- a/games/tome4/distinfo +++ b/games/tome4/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1624824084 +TIMESTAMP = 1625219385 SHA256 (t-engine4-src-1.7.4.tar.bz2) = c3534f33f48c9cf027025eb3f44e97b23de612a66d5f315ed4830f9a52abf2a4 SIZE (t-engine4-src-1.7.4.tar.bz2) = 486263402 SHA256 (tome4.png) = b5223208ca6f0a51f8bbe3b96055f38f94336dbeca6704db6684fec00fad1a36