#19445: Submission of portfile for fizmo Z-Machine interpreter --------------------------------------------------+------------------------- Reporter: chrender-macports-1@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.7.1 Keywords: | Port: fizmo --------------------------------------------------+------------------------- Comment(by blb@…): Two issues that I ran into: - config.macports.mk hardcodes /opt/local, which is not always the right location; the following fixes this {{{ post-patch { reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/config.macports.mk } }}} - it links against MacPorts' libxml2 but because of the setting for LIBXML2_INC_DIR in config.macports.mk, it uses the includes in /usr/include; this could cause issues, though I'm not positive. Should it just also depend on libxml2 and use that completely? -- Ticket URL: <http://trac.macports.org/ticket/19445#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS