Changes between Initial Version and Version 1 of Ticket #70497


Ignore:
Timestamp:
Aug 6, 2024, 7:34:44 PM (7 weeks ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The error in the log is:

image.c:87:42: error: incomplete definition of type 'struct png_struct_def'

So glpong is not compatible with libpng 1.5 or later, which we have had in MacPorts for a long time already, so this port has been broken for a long time.

#59554 is an example of this problem in another port and how it can be fixed.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70497

    • Property Summary changed from glpong @1.3 install failed to glpong @1.3: error: incomplete definition of type 'struct png_struct_def'
    • Property Port glpong added; GLPong removed
  • Ticket #70497 – Description

    initial v1  
    1 {{{Warning: reinplace s|-lGLU||g didn't change anything in}}} {{{/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_games_glpong/glpong/work/glpong-1.3/src/Makefile}}}
    2 {{{Warning: reinplace s|-lGL||g didn't change anything in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_games_glpong/glpong/work/glpong-1.3/src/Makefile}}}
    3 
    4 {{{--->  Building glpong}}}
    5 
    6 {{{Error: Failed to build glpong: command execution failed}}}
     1{{{
     2Warning: reinplace s|-lGLU||g didn't change anything in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_games_glpong/glpong/work/glpong-1.3/src/Makefile
     3Warning: reinplace s|-lGL||g didn't change anything in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_games_glpong/glpong/work/glpong-1.3/src/Makefile
     4--->  Building glpong
     5Error: Failed to build glpong: command execution failed
     6}}}