Opened 16 years ago
Closed 10 years ago
#19211 closed defect (wontfix)
update parrot port to install dev tools
Reported by: | coke (Will Coleda) | Owned by: | bfulgham@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ||
Port: | parrot |
Description
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
Change History (6)
comment:1 Changed 16 years ago by coke (Will Coleda)
Cc: | will@… added |
---|
comment:2 Changed 16 years ago by jmroot (Joshua Root)
Cc: | will@… removed |
---|---|
Owner: | changed from macports-tickets@… to bfulgham@… |
comment:3 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
comment:4 Changed 10 years ago by jmroot (Joshua Root)
Is this still relevant with the current version?
comment:5 Changed 10 years ago by coke (Will Coleda)
It's six years old, let's close it.
The latest version is 6.9.0, we'll worry about things once that version has a build.
comment:6 Changed 10 years ago by larryv (Lawrence Velázquez)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Cc Me!