#17751: xchat-gnome does not build ---------------------------------+------------------------------------------ Reporter: monty19@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: ---------------------------------+------------------------------------------ Comment(by monty19@…): Noticed after I filed this that there is no maintainer which made me believe that it's possible that the package might be a bit old... sure enough... used 0.18 and all I had to do was add -fnested-functions to cflags to get it to build; it runs and there are no immediately glaring problems... (i don't know if --disable-mmx is still required; was left over from attempts with 0.4...) cat Portfile: # $Id: Portfile 30228 2007-10-22 22:59:36Z jmpp@macports.org $ PortSystem 1.0 name xchat-gnome version 0.18 description xchat-gnome is a new frontend to X-Chat. long_description xchat-gnome is a new frontend to the popular X-Chat \ IRC client which is designed with the user interface \ foremost in mind. maintainers nomaintainer categories gnome irc platforms darwin homepage http://xchat-gnome.navi.cx/ master_sites http://flapjack.navi.cx/releases/xchat-gnome checksums md5 4976cd34a0e9115c800b5d317e121182 use_bzip2 yes depends_lib bin:gnome-session:gnome-session #patchfiles patch_outbound.c configure.cppflags-append "-L${prefix}/lib" configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress -fnested-functions" configure.args --enable-gnomefe --disable-python --disable-mmx -- Ticket URL: <http://trac.macports.org/ticket/17751#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS