Changes between Initial Version and Version 1 of Ticket #34876


Ignore:
Timestamp:
Jun 19, 2012, 1:41:05 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

darwin at kastenbalg.org, does this look ok to commit? It compiles ok for me.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34876

    • Property Cc ryandesign@… added
    • Property Owner changed from macports-tickets@… to darwin@…
    • Property Keywords clang haspatch added; patch removed
    • Property Summary changed from [patch] dircproxy 1.0.5 does not compile with clang/llvm 3.0 on OS X Lion to dircproxy 1.0.5 does not compile with clang/llvm 3.0 on OS X Lion
  • Ticket #34876 – Description

    initial v1  
    11Attempting to build the dircproxy port results in the following:
    22
     3{{{
    34make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_irc_dircproxy/dircproxy/work/dircproxy-1.0.5/src'
    45/Developer/usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I.. -DSYSCONFDIR="\"/opt/local/etc\""  -I/opt/local/include  -pipe -O2 -arch x86_64 -c irc_server.c
     
    3031Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_irc_dircproxy/dircproxy/work/dircproxy-1.0.5" && /usr/bin/make -w all
    3132Exit code: 2
     33}}}
    3234
    3335The attached patch fixes all such errors.