Changes between Initial Version and Version 3 of Ticket #17751
- Timestamp:
- Dec 23, 2008, 10:31:08 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17751
- Property Port xchat-gnome added
-
Ticket #17751 – Description
initial v3 1 1 Had 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 2 2 3 {{{ 3 4 GtkType gtk_xtext_get_type (void); 5 }}} 4 6 to 7 {{{ 5 8 GType gtk_xtext_get_type (void); 9 }}} 6 10 7 11 per recommendations for xchat 1.8... 8 12 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 13 After 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 }}} 10 17 11 18 After that it still explodes with: 19 {{{ 12 20 sudo port install xchat-gnome 13 21 Password: … … 46 54 47 55 Error: Status 1 encountered during processing. 48 56 }}} 49 57 50 58 Not sure what to do for this one...