#18995: Port submission: flashdot -------------------------------------+-------------------------------------- Reporter: macports@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.7.0 Keywords: science | Port: flashdot -------------------------------------+-------------------------------------- Changes (by blb@…): * cc: blb@… (added) Comment: Should this also have a dependency on the xml-light port? Without it I see the error {{{ ocamlc str.cma xml.mli File "fls.mli", line 3, characters 39-46: Error: Unbound type constructor Xml.xml make[1]: *** [fls.cmi] Error 2 }}} Installing it, it builds fine. For the future MacPorts 1.8 version (and those of us running it from trunk now) svn.method needs to be set since this uses 'svn info' to figure out versions. However, since that isn't available on MacPorts 1.7 you need to put it in an if: {{{ # Use checkout as the version calculation makes certain assumptions # When 1.8 is released, svn.method can be set without the if{} if {[info exists svn.method]} { svn.method checkout } }}} After this flashdot was able to properly figure out the version. If these changes are okay I'll commit with them added. -- Ticket URL: <http://trac.macports.org/ticket/18995#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS