Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Nov 2016 16:15:14 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427053 - head/games/amoebax/files
Message-ID:  <201611241615.uAOGFENV019641@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611241615.uAOGFENV019641>