Date: Fri, 8 Mar 2013 13:59:19 +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: r313648 - in head/games/diameter: . files Message-ID: <201303081359.r28DxJ0N029593@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Mar 8 13:59:19 2013 New Revision: 313648 URL: http://svnweb.freebsd.org/changeset/ports/313648 Log: Fix build on 9.1+ Added: head/games/diameter/files/ head/games/diameter/files/patch-src-uni.h (contents, props changed) Modified: head/games/diameter/Makefile Modified: head/games/diameter/Makefile ============================================================================== --- head/games/diameter/Makefile Fri Mar 8 13:21:31 2013 (r313647) +++ head/games/diameter/Makefile Fri Mar 8 13:59:19 2013 (r313648) @@ -1,9 +1,5 @@ -# New ports collection makefile for: diameter -# Date created: 15 Jun 2006 -# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> -# +# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru> # $FreeBSD$ -# PORTNAME= diameter PORTVERSION= 0.4.0.3 @@ -14,9 +10,8 @@ MASTER_SITES= SF/game${PORTNAME}/game${P MAINTAINER= amdmi3@FreeBSD.org COMMENT= Arcade-style game with elements of economy and adventure -BUILD_DEPENDS= guichan>=0.8.1:${PORTSDIR}/devel/guichan -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png -RUN_DEPENDS:= ${BUILD_DEPENDS} +LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ + guichan:${PORTSDIR}/devel/guichan USE_BZIP2= yes GNU_CONFIGURE= yes Added: head/games/diameter/files/patch-src-uni.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/diameter/files/patch-src-uni.h Fri Mar 8 13:59:19 2013 (r313648) @@ -0,0 +1,18 @@ +--- src/uni.h.orig 2008-07-31 15:22:38.000000000 +0400 ++++ src/uni.h 2013-03-04 02:09:01.580934046 +0400 +@@ -1,6 +1,7 @@ + #ifndef UNI + #define UNI + #include <iostream> ++#include <stdint.h> + + struct Options + { +@@ -15,6 +16,7 @@ + //#define DEBUG + //#define CVS + ++#undef __WORDSIZE + + #ifdef __WORDSIZE + #else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303081359.r28DxJ0N029593>