#3631 closed update (fixed)
UPDATE: gnugo 3.6
Reported by: | benwill@… | Owned by: | pguyot (Paul Guyot) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: | gnugo |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
GNU Go fails to build on Tiger:
... gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils -I../sgf -g -O2 -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -c `test -f conn.c || echo './'`conn.c conn.c:1649: error: static declaration of 'conn' follows non-static declaration
Bumping the version number to the current 3.6 fixes it:
--- Portfile.orig 2005-06-20 22:43:26.000000000 -0700 +++ Portfile 2005-06-20 22:36:45.000000000 -0700 @@ -2,7 +2,7 @@ PortSystem 1.0 name gnugo -version 3.4 +version 3.6 categories games platforms darwin maintainers pguyot@kallisys.net @@ -10,5 +10,5 @@ description GNU Go long_description GNU Go is a free program that plays the game of Go. master_sites gnu:gnugo -checksums md5 38a0362691d71ba75bd54a21b4a3030c +checksums md5 53abc7427d89d81155c8bfc8e005c47f configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info
Change History (2)
comment:1 Changed 19 years ago by pguyot (Paul Guyot)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | gnugo added |
Type: | defect → update |
Note: See
TracTickets for help on using
tickets.
Committed, thanks!