From owner-svn-ports-head@freebsd.org Sun Mar 17 07:41:27 2019 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 4125E152AD3A; Sun, 17 Mar 2019 07:41:27 +0000 (UTC) (envelope-from tobik@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 D41EE6AB2F; Sun, 17 Mar 2019 07:41:26 +0000 (UTC) (envelope-from tobik@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 B058D6AD3; Sun, 17 Mar 2019 07:41:26 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2H7fQkI089378; Sun, 17 Mar 2019 07:41:26 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2H7fQKZ089375; Sun, 17 Mar 2019 07:41:26 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201903170741.x2H7fQKZ089375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 17 Mar 2019 07:41:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496019 - in head/games/iortcw: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/games/iortcw: . files X-SVN-Commit-Revision: 496019 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D41EE6AB2F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 17 Mar 2019 07:41:27 -0000 Author: tobik Date: Sun Mar 17 07:41:25 2019 New Revision: 496019 URL: https://svnweb.freebsd.org/changeset/ports/496019 Log: games/iortcw: Update to 1.51c OpenAL support was disabled in r429276 due to causing segfaults on 11.0-RELEASE. Reenable it since it seems to be working fine now. Modified: head/games/iortcw/Makefile head/games/iortcw/distinfo head/games/iortcw/files/Makefile Modified: head/games/iortcw/Makefile ============================================================================== --- head/games/iortcw/Makefile Sun Mar 17 07:40:43 2019 (r496018) +++ head/games/iortcw/Makefile Sun Mar 17 07:41:25 2019 (r496019) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iortcw -PORTVERSION= 1.51b +PORTVERSION= 1.51c PORTEPOCH= 1 CATEGORIES= games @@ -14,12 +14,13 @@ LICENSE= GPLv3 NOT_FOR_ARCHS= aarch64 armv6 armv7 powerpc64 NOT_FOR_ARCHS_REASON= fails to configure: Architecture not supported -BUILD_DEPENDS= opusfile>0:audio/opusfile LIB_DEPENDS= libcurl.so:ftp/curl \ libfreetype.so:print/freetype2 \ - libopus.so:audio/opus + libogg.so:audio/libogg \ + libopus.so:audio/opus \ + libopusfile.so:audio/opusfile -USES= gmake jpeg pkgconfig +USES= gl gmake jpeg openal pkgconfig sdl USE_GITHUB= yes USE_GL= gl USE_SDL= sdl2 Modified: head/games/iortcw/distinfo ============================================================================== --- head/games/iortcw/distinfo Sun Mar 17 07:40:43 2019 (r496018) +++ head/games/iortcw/distinfo Sun Mar 17 07:41:25 2019 (r496019) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521302961 -SHA256 (iortcw-iortcw-1.51b_GH0.tar.gz) = e02a212700dd7745bc3ac1f5e5d8006e2f2b961afa5f9ec5e18c56373b149e1d -SIZE (iortcw-iortcw-1.51b_GH0.tar.gz) = 25546152 +TIMESTAMP = 1552806219 +SHA256 (iortcw-iortcw-1.51c_GH0.tar.gz) = 0f6c136db1e5c6115e044190655163b9784bbef9b0667ec2a8900abd79565e83 +SIZE (iortcw-iortcw-1.51c_GH0.tar.gz) = 27246236 Modified: head/games/iortcw/files/Makefile ============================================================================== --- head/games/iortcw/files/Makefile Sun Mar 17 07:40:43 2019 (r496018) +++ head/games/iortcw/files/Makefile Sun Mar 17 07:41:25 2019 (r496019) @@ -2,17 +2,17 @@ MAKE_ARGS= BUILD_CLIENT=1 \ BUILD_SERVER=1 \ BUILD_GAME_SO=1 \ BUILD_GAME_QVM=0 \ + CROSS_COMPILING=0 \ TOOLS_CC=${CC} \ BUILD_BASEGAME=1 \ USE_CURL=1 \ USE_CURL_DLOPEN=0 \ USE_INTERNAL_LIBS=0 \ - USE_OPENAL=0 \ + USE_OPENAL=1 \ USE_OPENAL_DLOPEN=0 \ USE_INTERNAL_SPEEX=0 \ USE_INTERNAL_ZLIB=0 \ USE_INTERNAL_JPEG=0 \ - CLIENT_LIBS+="-L${LOCALBASE}/lib -lSDL2 -lcurl -lopus" \ USE_INTERNAL_OGG=0 \ USE_INTERNAL_OPUS=0 \ USE_CODEC_VORBIS=0 \