[MacPorts] #3631: UPDATE: gnugo 3.6

MacPorts noreply at macports.org
Thu Mar 24 08:07:53 PDT 2016


#3631: UPDATE: gnugo 3.6
------------------------+----------------------
  Reporter:  benwill@…  |      Owner:  pguyot@…
      Type:  update     |     Status:  closed
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  1.0
Resolution:  fixed      |   Keywords:
      Port:  gnugo      |
------------------------+----------------------
Changes (by ryandesign@…):

 * type:  defect => update
 * port:   => gnugo


Old description:

> 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 at 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

New description:

 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 at 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
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/3631#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list