Index: head/games/opencity/Makefile =================================================================== --- head/games/opencity/Makefile (revision 222631) +++ head/games/opencity/Makefile (revision 222632) @@ -1,33 +1,34 @@ # New ports collection makefile for: opencity # Date created: 07 Jan 2008 # Whom: Dmitry Marakasov # # $FreeBSD$ # PORTNAME= opencity PORTVERSION= 0.0.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}stable MAINTAINER= amdmi3@FreeBSD.org COMMENT= Free 3D city simulator USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= sdl mixer image net USE_GL= gl glu PORTDOCS= * MAN6= opencity.6 post-patch: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e '/install-data-am/ s|install-docsDATA||' \ ${WRKSRC}/docs/Makefile.in .endif .include Property changes on: head/games/opencity/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/games/opencity/files/patch-src-macros.h =================================================================== --- head/games/opencity/files/patch-src-macros.h (nonexistent) +++ head/games/opencity/files/patch-src-macros.h (revision 222632) @@ -0,0 +1,16 @@ +--- src/macros.h.orig 2008-10-28 21:23:51.000000000 +0300 ++++ src/macros.h 2008-11-05 03:52:54.000000000 +0300 +@@ -87,12 +87,10 @@ + #define strcasecmp _stricmp + #endif + +- /* C99 standard has this ++ #endif // #if defined(__WIN32__) + // log2 workaround + #if !defined(log2) + #define log2(value) log((double)value)/log(2.0) + #endif +- */ +- #endif // #if defined(__WIN32__) + #endif + Property changes on: head/games/opencity/files/patch-src-macros.h ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property