Changes between Initial Version and Version 2 of Ticket #3631


Ignore:
Timestamp:
Mar 24, 2016, 3:07:52 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3631

    • Property Status changed from new to closed
    • Property Type changed from defect to update
    • Property Resolution changed from to fixed
    • Property Port gnugo added
  • Ticket #3631 – Description

    initial v2  
    11GNU Go fails to build on Tiger:
     2
     3{{{
    24...
    3 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils -I../sgf    -g -O2 -Wall
    4 -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings
    5 -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -c `test -f
    6 conn.c || echo './'`conn.c
     5gcc -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
    76conn.c:1649: error: static declaration of 'conn' follows non-static declaration
     7}}}
    88
    99Bumping the version number to the current 3.6 fixes it:
    1010
     11{{{
    1112--- Portfile.orig       2005-06-20 22:43:26.000000000 -0700
    1213+++ Portfile    2005-06-20 22:36:45.000000000 -0700
     
    2728+checksums                      md5 53abc7427d89d81155c8bfc8e005c47f
    2829 configure.args         --mandir=${prefix}/share/man --infodir=${prefix}/share/info
     30}}}