From owner-svn-ports-all@freebsd.org Tue May 30 21:08:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C595CBEDDA5; Tue, 30 May 2017 21:08:14 +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 mx1.freebsd.org (Postfix) with ESMTPS id 8A22B7A069; Tue, 30 May 2017 21:08:14 +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 v4UL8Djl034818; Tue, 30 May 2017 21:08:13 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UL8DtH034817; Tue, 30 May 2017 21:08:13 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201705302108.v4UL8DtH034817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Tue, 30 May 2017 21:08:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442125 - head/games/stonesoup/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 21:08:14 -0000 Author: lifanov Date: Tue May 30 21:08:13 2017 New Revision: 442125 URL: https://svnweb.freebsd.org/changeset/ports/442125 Log: games/stonesoup: actually commit patch to sound.h Added: head/games/stonesoup/files/patch-sound.h (contents, props changed) Added: head/games/stonesoup/files/patch-sound.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/stonesoup/files/patch-sound.h Tue May 30 21:08:13 2017 (r442125) @@ -0,0 +1,19 @@ +--- sound.h.orig 2017-05-30 15:27:57 UTC ++++ sound.h +@@ -19,14 +19,14 @@ + // + // WARNING: Filenames passed to this command *are not validated in any way*. + // +-//#define SOUND_PLAY_COMMAND "/usr/bin/play -v .5 \"%s\" 2>/dev/null &" ++%%SOUND%%#define SOUND_PLAY_COMMAND "%%LOCALBASE%%/play -v .5 \"%s\" 2>/dev/null &" + + // Uncomment this to enable playing sounds that play sounds that pause the + // gameplay until they finish. + // + // WARNING: This feature is not fully implemented yet! + // +-//#define HOLD_SOUND_PLAY_COMMAND "/usr/bin/play -v .5 \"%s\" 2>/dev/null" ++%%SOUND%%#define HOLD_SOUND_PLAY_COMMAND "%%LOCALBASE%%/play -v .5 \"%s\" 2>/dev/null" + + + // These are generic queues for playing sounds; they're intended for