Revision: 32373 http://trac.macosforge.org/projects/macports/changeset/32373 Author: pmq@macports.org Date: 2007-12-28 11:31:25 -0800 (Fri, 28 Dec 2007) Log Message: ----------- Linted. Modified Paths: -------------- trunk/dports/games/gnuchess/Portfile Added Paths: ----------- trunk/dports/games/gnuchess/files/patch-common.h.diff Removed Paths: ------------- trunk/dports/games/gnuchess/files/patch-common.h Modified: trunk/dports/games/gnuchess/Portfile =================================================================== --- trunk/dports/games/gnuchess/Portfile 2007-12-28 18:38:39 UTC (rev 32372) +++ trunk/dports/games/gnuchess/Portfile 2007-12-28 19:31:25 UTC (rev 32373) @@ -5,7 +5,7 @@ name gnuchess version 5.07 revision 1 -categories games +categories games platforms darwin freebsd maintainers pmq @@ -19,7 +19,7 @@ checksums md5 259da00aa559e5624c65279484fccaf7 -patchfiles patch-common.h +patchfiles patch-common.h.diff # or else it segfaults, I'm out of explanation here configure.args --without-readline Deleted: trunk/dports/games/gnuchess/files/patch-common.h =================================================================== --- trunk/dports/games/gnuchess/files/patch-common.h 2007-12-28 18:38:39 UTC (rev 32372) +++ trunk/dports/games/gnuchess/files/patch-common.h 2007-12-28 19:31:25 UTC (rev 32373) @@ -1,10 +0,0 @@ ---- src/common.h 2006-04-13 22:00:07.000000000 -0500 -+++ src/common.h 2006-04-13 22:00:14.000000000 -0500 -@@ -716,7 +716,6 @@ - - /* Input thread and thread function */ - #include <pthread.h> --extern pthread_t input_thread; - void *input_func(void *); - - /* Copied: trunk/dports/games/gnuchess/files/patch-common.h.diff (from rev 32372, trunk/dports/games/gnuchess/files/patch-common.h) =================================================================== --- trunk/dports/games/gnuchess/files/patch-common.h.diff (rev 0) +++ trunk/dports/games/gnuchess/files/patch-common.h.diff 2007-12-28 19:31:25 UTC (rev 32373) @@ -0,0 +1,10 @@ +--- src/common.h 2006-04-13 22:00:07.000000000 -0500 ++++ src/common.h 2006-04-13 22:00:14.000000000 -0500 +@@ -716,7 +716,6 @@ + + /* Input thread and thread function */ + #include <pthread.h> +-extern pthread_t input_thread; + void *input_func(void *); + + /*
participants (1)
-
pmq@macports.org