From owner-svn-ports-all@freebsd.org Sun Feb 2 15:23:01 2020 Return-Path: Delivered-To: svn-ports-all@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 1FCB623176E; Sun, 2 Feb 2020 15:23:01 +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 489ZTd05rjz4Hrf; Sun, 2 Feb 2020 15:23:01 +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 D8B2019E81; Sun, 2 Feb 2020 15:23:00 +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 012FN0m2048607; Sun, 2 Feb 2020 15:23:00 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 012FN0UX048605; Sun, 2 Feb 2020 15:23:00 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202002021523.012FN0UX048605@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 2 Feb 2020 15:23:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524970 - head/games/scummvm X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/games/scummvm X-SVN-Commit-Revision: 524970 X-SVN-Commit-Repository: ports 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.29 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: Sun, 02 Feb 2020 15:23:01 -0000 Author: tobik Date: Sun Feb 2 15:23:00 2020 New Revision: 524970 URL: https://svnweb.freebsd.org/changeset/ports/524970 Log: games/scummvm: Unbreak build with FLUIDSYNTH=on In file included from audio/softsynth/fluidsynth.cpp:38: In file included from /usr/local/include/fluidsynth.h:105: /usr/local/include/fluidsynth/log.h:82:25: error: expected ')' __attribute__ ((format (printf, 2, 3))) ^ ./common/forbidden.h:62:16: note: expanded from macro 'printf' #define printf FORBIDDEN_SYMBOL_REPLACEMENT ^ ./common/forbidden.h:57:89: note: expanded from macro 'FORBIDDEN_SYMBOL_REPLACEMENT' #define FORBIDDEN_SYMBOL_REPLACEMENT FORBIDDEN_look_at_common_forbidden_h_for_more_info SYMBOL !%* ^ PR: 243314 Modified: head/games/scummvm/Makefile head/games/scummvm/distinfo Modified: head/games/scummvm/Makefile ============================================================================== --- head/games/scummvm/Makefile Sun Feb 2 15:07:52 2020 (r524969) +++ head/games/scummvm/Makefile Sun Feb 2 15:23:00 2020 (r524970) @@ -6,6 +6,10 @@ PORTVERSION= 2.1.0 CATEGORIES= games emulators MASTER_SITES= http://www.scummvm.org/frs/scummvm/${PORTVERSION}/ +PATCH_SITES= https://github.com/scummvm/scummvm/commit/ +PATCHFILES= 8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch:-p1 \ + 68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch:-p1 + MAINTAINER= lme@FreeBSD.org COMMENT= Interpreter for several adventure games Modified: head/games/scummvm/distinfo ============================================================================== --- head/games/scummvm/distinfo Sun Feb 2 15:07:52 2020 (r524969) +++ head/games/scummvm/distinfo Sun Feb 2 15:23:00 2020 (r524970) @@ -1,3 +1,7 @@ -TIMESTAMP = 1570886158 +TIMESTAMP = 1580656626 SHA256 (scummvm-2.1.0.tar.xz) = 6b50c6596a1536b52865f556dc05ded20f86b6ffabe4bccbd746b5587b15f727 SIZE (scummvm-2.1.0.tar.xz) = 27188916 +SHA256 (8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch) = dc625481aa58fb87a659d33e10c11a86f085b72bf754b43f4c538ceab72f02a9 +SIZE (8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch) = 977 +SHA256 (68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch) = 847caba0fd2fedc3bd365a6306539a9665b84f3b0653b771a294415f5450d25b +SIZE (68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch) = 1889