Changes between Initial Version and Version 3 of Ticket #17751


Ignore:
Timestamp:
Dec 23, 2008, 10:31:08 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17751

    • Property Port xchat-gnome added
  • Ticket #17751 – Description

    initial v3  
    11Had to edit /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_xchat-gnome/work/xchat-gnome-0.4/src/fe-gtk/xtext.h and change
    22
     3{{{
    34GtkType gtk_xtext_get_type (void);
     5}}}
    46to
     7{{{
    58GType gtk_xtext_get_type (void);
     9}}}
    610
    711per recommendations for xchat 1.8...
    812
    9 After that had to disable mmx by adding --disable-mmx to config.args line in /opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/xchat-gnome/Portfile
     13After that had to disable mmx by adding --disable-mmx to config.args line in
     14{{{
     15/opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/xchat-gnome/Portfile
     16}}}
    1017
    1118After that it still explodes with:
     19{{{
    1220sudo port install xchat-gnome
    1321Password:
     
    4654
    4755Error: Status 1 encountered during processing.
    48 
     56}}}
    4957
    5058Not sure what to do for this one...