svn commit: r427053 - head/games/amoebax/files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Nov 24 16:15:15 UTC 2016
Author: amdmi3
Date: Thu Nov 24 16:15:14 2016
New Revision: 427053
URL: https://svnweb.freebsd.org/changeset/ports/427053
Log:
- Fix build with libc++ 3.9
- Regenerate patches
PR: 214648
Added:
head/games/amoebax/files/patch-src_Music.cxx
- copied, changed from r427052, head/games/amoebax/files/patch-src-Music.cxx
head/games/amoebax/files/patch-src_binreloc.cxx (contents, props changed)
Deleted:
head/games/amoebax/files/patch-src-Music.cxx
Copied and modified: head/games/amoebax/files/patch-src_Music.cxx (from r427052, head/games/amoebax/files/patch-src-Music.cxx)
==============================================================================
--- head/games/amoebax/files/patch-src-Music.cxx Thu Nov 24 16:11:05 2016 (r427052, copy source)
+++ head/games/amoebax/files/patch-src_Music.cxx Thu Nov 24 16:15:14 2016 (r427053)
@@ -1,5 +1,5 @@
---- src/Music.cxx.orig 2007-05-27 19:04:33.000000000 +0400
-+++ src/Music.cxx 2013-09-13 22:00:04.632230761 +0400
+--- src/Music.cxx.orig 2007-05-27 15:04:33 UTC
++++ src/Music.cxx
@@ -22,6 +22,7 @@
#include <assert.h>
#include <SDL_mixer.h>
Added: head/games/amoebax/files/patch-src_binreloc.cxx
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/amoebax/files/patch-src_binreloc.cxx Thu Nov 24 16:15:14 2016 (r427053)
@@ -0,0 +1,12 @@
+--- src/binreloc.cxx.orig 2007-05-27 15:04:33 UTC
++++ src/binreloc.cxx
+@@ -739,7 +739,8 @@ br_strndup (const char *str, size_t size
+ char *
+ br_dirname (const char *path)
+ {
+- char *end, *result;
++ const char *end;
++ char *result;
+
+ if (path == (const char *) NULL)
+ return (char *) NULL;
More information about the svn-ports-all
mailing list