svn commit: r524970 - head/games/scummvm
Tobias Kortkamp
tobik at FreeBSD.org
Sun Feb 2 15:23:01 UTC 2020
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 at 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
More information about the svn-ports-head
mailing list