From owner-svn-ports-head@freebsd.org Mon Mar 4 02:54:30 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 9EF711526380; Mon, 4 Mar 2019 02:54:30 +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.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 39480824E7; Mon, 4 Mar 2019 02:54:30 +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 28F8325D2A; Mon, 4 Mar 2019 02:54:30 +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 x242sTZS059263; Mon, 4 Mar 2019 02:54:29 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x242sTWu059260; Mon, 4 Mar 2019 02:54:29 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201903040254.x242sTWu059260@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Mon, 4 Mar 2019 02:54:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494538 - in head/games/stonesoup: . files X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: in head/games/stonesoup: . files X-SVN-Commit-Revision: 494538 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 39480824E7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Mon, 04 Mar 2019 02:54:30 -0000 Author: lifanov Date: Mon Mar 4 02:54:29 2019 New Revision: 494538 URL: https://svnweb.freebsd.org/changeset/ports/494538 Log: update games/stonesoup to 0.23.1 Changes: https://crawl.develz.org/wordpress/0-23-1-bugfix-release Modified: head/games/stonesoup/Makefile head/games/stonesoup/distinfo head/games/stonesoup/files/patch-Makefile Modified: head/games/stonesoup/Makefile ============================================================================== --- head/games/stonesoup/Makefile Mon Mar 4 02:41:13 2019 (r494537) +++ head/games/stonesoup/Makefile Mon Mar 4 02:54:29 2019 (r494538) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stonesoup -PORTVERSION= 0.23.0 +PORTVERSION= 0.23.1 CATEGORIES= games MAINTAINER= lifanov@FreeBSD.org @@ -37,13 +37,17 @@ PLIST_SUB= SAVEDIR="${SAVEDIR}" MAKE_ARGS= prefix=${PREFIX} \ DATADIR=${DATADIR} \ - SAVEDIR=${SAVEDIR} \ DESTDIR=${STAGEDIR} \ + FORCE_CC=${CC} \ + FORCE_CXX=${CXX} \ INSTALL_UGRP=root:games \ + LUA_PACKAGE=lua-5.1 \ NO_AUTO_OPT=YesPlease \ NO_OPTIMIZE=YesPlease \ NO_TRY_GOLD=YesPlease \ + NOSSE=YesPlease \ POSIX=YesPlease \ + SAVEDIR=${SAVEDIR} \ SQLITE_INCLUDE_DIR=${LOCALBASE}/include \ SQLITE_LIB=-lsqlite3 \ V=yes Modified: head/games/stonesoup/distinfo ============================================================================== --- head/games/stonesoup/distinfo Mon Mar 4 02:41:13 2019 (r494537) +++ head/games/stonesoup/distinfo Mon Mar 4 02:54:29 2019 (r494538) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549601507 -SHA256 (crawl-crawl-0.23.0_GH0.tar.gz) = 44d26e398b5e95e61bb3fd12e0c250ab87e32dd5f2c6fc66cc34185e44af0d8d -SIZE (crawl-crawl-0.23.0_GH0.tar.gz) = 13001398 +TIMESTAMP = 1551666149 +SHA256 (crawl-crawl-0.23.1_GH0.tar.gz) = 89141ea995f0e8c517fd19e447e8420eca51977c9b358543f0b17a27bf8afeb6 +SIZE (crawl-crawl-0.23.1_GH0.tar.gz) = 13006184 Modified: head/games/stonesoup/files/patch-Makefile ============================================================================== --- head/games/stonesoup/files/patch-Makefile Mon Mar 4 02:41:13 2019 (r494537) +++ head/games/stonesoup/files/patch-Makefile Mon Mar 4 02:54:29 2019 (r494538) @@ -1,6 +1,6 @@ ---- Makefile.orig 2016-04-30 03:53:03 UTC +--- Makefile.orig 2019-03-04 02:25:24 UTC +++ Makefile -@@ -72,7 +72,7 @@ +@@ -75,7 +75,7 @@ # them; you can also ask for a package with convenience libraries instead -- # we'll try to provide them somewhere in the near future. @@ -9,50 +9,17 @@ # Disable GNU Make implicit rules and variables. Leaving them enabled will slow # down MinGW and Cygwin builds by a very VERY noticeable degree. Besides, we have -@@ -106,23 +106,17 @@ include Makefile.obj - # Which C++ standard to support - STDFLAG = -std=c++11 +@@ -114,7 +114,7 @@ ifdef ANDROID + NOSSE := Yes + endif -CFOTHERS := -pipe $(EXTERNAL_FLAGS) -+CFOTHERS := $(CFLAGS) - CFWARN := - CFWARN_L := -Wall -Wformat-security -Wundef ++CFOTHERS := $(EXTERNAL_FLAGS) + ifndef NOSSE + # force SSE2 dependency, so as to avoid both x87 indeterminacies, and + # to prevent lua from using non-standard rounding methods. +@@ -513,15 +513,6 @@ ifdef USE_ICC - DEFINES := $(EXTERNAL_DEFINES) - --ifndef ANDROID --LDFLAGS := --endif -- - # - # The GCC and GXX variables are set later. - # - AR = ar - RANLIB = ranlib --CC = $(GCC) --CXX = $(GXX) - RM = rm -f - COPY = cp - COPY_R = cp -r -@@ -511,16 +505,6 @@ ifneq ($(GCC_VER),) - GCC_VER_SUFFIX:=-$(GCC_VER) - endif - --# Attempt to use a full compiler name, to make --# distcc builds work nicely. --LMACH := $(shell gcc -dumpmachine)- --ifeq ($(LMACH),-) --LMACH := --endif --ifeq ($(shell which $(LMACH)gcc$(GCC_VER_SUFFIX) > /dev/null 2> /dev/null && echo "Yes"),) --LMACH := --endif -- - ifneq ($(FORCE_CC),) - GCC := $(FORCE_CC) - HOSTCC := $(FORCE_CC) -@@ -574,15 +558,6 @@ ifdef USE_ICC - # Some very good optimization flags. CFOPTIMIZE := -O2 -parallel -else @@ -66,17 +33,8 @@ - endif endif - ifdef LTO -@@ -660,7 +635,7 @@ ifndef BUILD_LUA - endif - ifndef BUILD_LUA - ifndef LUA_PACKAGE -- LUA_PACKAGE = lua5.1 -+ LUA_PACKAGE = lua-5.1 - endif - INCLUDES_L += $(shell $(PKGCONFIG) $(LUA_PACKAGE) --cflags-only-I | sed -e 's/-I/-isystem /') - CFLAGS_L += $(shell $(PKGCONFIG) $(LUA_PACKAGE) --cflags-only-other) -@@ -673,7 +648,7 @@ endif + # Define this to automatically generate code optimized for your machine +@@ -635,7 +626,7 @@ endif ifndef BUILD_SQLITE ifeq ($(shell grep -q sqlite3_prepare $(SQLITE_INCLUDE_DIR)/sqlite3.h 2>/dev/null && echo yes),yes) @@ -85,7 +43,7 @@ LIBS += $(SQLITE_LIB) ifneq ($(shell grep -q sqlite3_prepare_v2 $(SQLITE_INCLUDE_DIR)/sqlite3.h 2>/dev/null && echo yes),yes) DEFINES_L += -DANCIENT_SQLITE -@@ -830,7 +805,7 @@ ifndef NOWIZARD +@@ -798,7 +789,7 @@ ifndef NOWIZARD DEFINES += -DWIZARD endif ifdef NO_OPTIMIZE