#19211: update parrot port to install dev tools -----------------------------+---------------------------------------------- Reporter: will@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.7.1 Keywords: | Port: parrot -----------------------------+---------------------------------------------- https://trac.parrot.org/parrot/browser/trunk/ports/macports/Portfile contains a small update to the parrot port for parrot 1.0.0 (inlined as a diff below) {{{ Index: ports/macports/Portfile =================================================================== --- ports/macports/Portfile (revision 37927) +++ ports/macports/Portfile (revision 37928) @@ -4,6 +4,7 @@ name parrot version 1.0.0 +revision 1 categories lang devel maintainers bfulgham coleda.com:will description Open source virtual machine (for Perl6 et al.) @@ -12,7 +13,8 @@ execute bytecode for dynamic languages. Parrot currently hosts a \ variety of language implementations in various stages of completion, \ including Tcl, Javascript, Ruby, Lua, Scheme, PHP, Python, Perl 6, \ - and a .NET bytecode translator. + and a .NET bytecode translator. This package includes the development \ + tools required to build languages on top of parrot. platforms darwin homepage http://www.parrot.org/ @@ -29,7 +31,7 @@ configure.pre_args --prefix=${prefix}/lib/parrot configure.args --optimize -destroot.target install +destroot.target install-dev build.type gnu build.target }}} -- Ticket URL: <http://trac.macports.org/ticket/19211> MacPorts <http://www.macports.org/> Ports system for Mac OS