Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2019 07:41:26 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496019 - in head/games/iortcw: . files
Message-ID:  <201903170741.x2H7fQKZ089375@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903170741.x2H7fQKZ089375>