[21012] trunk/dports/games/gnuchess/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 21 08:50:02 PST 2006


Revision: 21012
          http://trac.macosforge.org/projects/macports/changeset/21012
Author:   pmq at macports.org
Date:     2006-12-21 08:50:02 -0800 (Thu, 21 Dec 2006)

Log Message:
-----------
Closes #9789 (a long running one).
Fixes the segfault, took ownership from nomaintainer at .

Modified Paths:
--------------
    trunk/dports/games/gnuchess/Portfile

Modified: trunk/dports/games/gnuchess/Portfile
===================================================================
--- trunk/dports/games/gnuchess/Portfile	2006-12-21 08:33:22 UTC (rev 21011)
+++ trunk/dports/games/gnuchess/Portfile	2006-12-21 16:50:02 UTC (rev 21012)
@@ -1,17 +1,24 @@
 # $Id$
 
 PortSystem 1.0
-name		gnuchess
-version		5.07	
-categories  	games	
-description 	gnu chess
-long_description	Gnuchess  plays	a  game  of  chess against the user or it \
-			plays against itself. \
-			Gnuchess is an updated version of the  GNU  chess  playing \
-			program.
-homepage    	http://www.gnu.org/software/chess/chess.html	
-platforms	darwin freebsd
-maintainers	nomaintainer at macports.org
-master_sites	gnu:chess
-checksums	md5 259da00aa559e5624c65279484fccaf7
-patchfiles  patch-common.h
+
+name		  gnuchess
+version		  5.07	
+categories	  games	
+platforms	  darwin freebsd
+maintainers	  pmq at macports.org
+
+description 	  The GNU chess program
+long_description  GNU Chess is a chess program. It enables you to play \
+		  against an automated and skillful chess opponent on \
+		  virtually any computer platform. Master strength.
+
+homepage	  http://www.gnu.org/software/chess/chess.html	
+master_sites	  gnu:chess
+
+checksums	  md5 259da00aa559e5624c65279484fccaf7
+
+patchfiles	  patch-common.h
+
+# or else it segfaults, I'm out of explanation here
+configure.args	  --without-readline

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061221/73771f1d/attachment.html


More information about the macports-changes mailing list