Index: head/games/xmahjongg/Makefile =================================================================== --- head/games/xmahjongg/Makefile (revision 474238) +++ head/games/xmahjongg/Makefile (revision 474239) @@ -1,16 +1,18 @@ # Created by: joerg@FreeBSD.org # $FreeBSD$ PORTNAME= xmahjongg PORTVERSION= 3.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://www.lcdf.org/xmahjongg/ MAINTAINER= joerg@FreeBSD.org -COMMENT= The Chinese game of Mahjongg for X11 +COMMENT= Chinese game of Mahjongg for X11 + +LICENSE= GPLv2 USE_XORG= x11 GNU_CONFIGURE= yes .include Index: head/games/xmahjongg/files/patch-lcdf =================================================================== --- head/games/xmahjongg/files/patch-lcdf (nonexistent) +++ head/games/xmahjongg/files/patch-lcdf (revision 474239) @@ -0,0 +1,24 @@ +--- include/lcdf/vector.hh.orig 2003-11-17 03:21:23 UTC ++++ include/lcdf/vector.hh +@@ -7,7 +7,7 @@ + #elif defined(HAVE_NEW_H) + # include + #else +-static inline void *operator new(size_t, void *v) { return v; } ++inline void *operator new(size_t, void *v) { return v; } + #endif + + template +--- liblcdf/permstr.cc.orig 2004-11-21 19:01:59 UTC ++++ liblcdf/permstr.cc +@@ -111,8 +111,8 @@ static int scatter[] = { /* map c + void + PermString::initialize(const char* s, int length) + { +- register unsigned char* m = (unsigned char*) s; +- register unsigned char* mm; ++ unsigned char* m = (unsigned char*) s; ++ unsigned char* mm; + + if (length < 0) + length = (s ? strlen(s) : 0); Property changes on: head/games/xmahjongg/files/patch-lcdf ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property