#26238: libsbml Portfile --------------------------------------------+------------------------------- Reporter: russell.jones@… | Owner: ryandesign@… Type: submission | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: libsbml --------------------------------------------+------------------------------- Comment(by ryandesign@…): Thanks, here's a portfile with these changes: * set maintainer to "nomaintainer" ("unmaintained" is not a valid maintainer name) * "ripemd160" is not a valid checksum type; it's called "rmd160" in MacPorts * reformatted and added modeline * simplified master_sites to "sourceforge:sbml" * added a line to remove "--disable-dependency-tracking" from the configure args when building universal, since the configure script complains about that option -- though at the moment libsbml cannot build universal since its dependency [ticket:23255 xercesc cannot build universal] * added library dependency on bzip2 since it does find and link with libbz2 Does the port really use xerces? It doesn't seem to for me; in my config.log I see: {{{ USE_XERCES='' USE_ZLIB='1' XERCES_CPPFLAGS='' XERCES_LDFLAGS='' XERCES_LIBS='' }}} We should probably also update to version 4.1.0. -- Ticket URL: <http://trac.macports.org/ticket/26238#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS