Whitespace cleanup, no content changes.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
da58f986b6
commit
f89ae1cfba
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45276
1 changed files with 31 additions and 21 deletions
|
@ -422,21 +422,25 @@
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<help>
|
<help>
|
||||||
<task>
|
<task>PPC on AMD64 emulation. WIP as there appears to be some
|
||||||
PPC on AMD64 emulation. WIP as there appears to be some serious issues running the bsd-user binary on big endian hardware. Justin Hibbits working on this.
|
serious issues running the bsd-user binary on big endian
|
||||||
</task>
|
hardware. Justin Hibbits working on this.</task>
|
||||||
<task>
|
<task>SPARC64 on AMD64 emulation is non-functional and instantly
|
||||||
SPARC64 on AMD64 emulation is non-functional and instantly segfaults. Looking for someone to poke at the bits here.
|
segfaults. Looking for someone to poke at the bits
|
||||||
</task>
|
here.</task>
|
||||||
<task>
|
<task>External Tool Chain, XDEV support. Partial support for
|
||||||
External Tool Chain, XDEV support. Partial support for using an AMD64 tool chain that can output other architecture (use AMD64 toolchain to build MIPS64 packages). Currently tracking a linking issue with ports-mgmt/pkg. Thanks to Warner Losh, Baptiste Daroussin, Dimitry Andric for poking at bits in here to make the XDEV target useful.
|
using an AMD64 tool chain that can output other architecture
|
||||||
</task>
|
(use AMD64 toolchain to build MIPS64 packages). Currently
|
||||||
<task>
|
tracking a linking issue with ports-mgmt/pkg. Thanks to
|
||||||
Signal Handling, MIPS/ARMV6 target still displays a failure that manifests itself when building devel/p5-Sys-SigAction
|
Warner Losh, Baptiste Daroussin, Dimitry Andric for poking at
|
||||||
</task>
|
bits in here to make the XDEV target useful.</task>
|
||||||
<task>
|
<task>Signal Handling, MIPS/ARMV6 target still displays
|
||||||
Massive documentation update needed. These modifications actually allow you to chroot into a MIPS or ARMv6 environment and use native tool chains and libraries to prototype your software for a target platform.
|
a failure that manifests itself when building
|
||||||
</task>
|
devel/p5-Sys-SigAction.</task>
|
||||||
|
<task>Massive documentation update needed. These modifications
|
||||||
|
actually allow you to chroot into a MIPS or ARMv6 environment
|
||||||
|
and use native tool chains and libraries to prototype your
|
||||||
|
software for a target platform.</task>
|
||||||
</help>
|
</help>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
@ -492,12 +496,18 @@
|
||||||
|
|
||||||
<help>
|
<help>
|
||||||
<task>Migrate bsd.python.mk to the Uses framework.</task>
|
<task>Migrate bsd.python.mk to the Uses framework.</task>
|
||||||
<task>Develop a high-level and lightweight Python Ports Policy.</task>
|
<task>Develop a high-level and lightweight Python Ports
|
||||||
<task>Add support for granular dependencies (for example >=1.0,<2.0).</task>
|
Policy.</task>
|
||||||
<task>See what adding pip (Python Package Index) support will require.</task>
|
<task>Add support for granular dependencies (for example
|
||||||
<task>Add default QA targets and functions for Python ports (TEST_DEPENDS, regression-test, etc.)</task>
|
>=1.0,<2.0).</task>
|
||||||
<task>More tasks can be found on the team's wiki page (see links).</task>
|
<task>See what adding pip (Python Package Index) support will
|
||||||
<task>To get involved, interested people can say hello on IRC and let us know their areas of interest!</task>
|
require.</task>
|
||||||
|
<task>Add default QA targets and functions for Python ports
|
||||||
|
(TEST_DEPENDS, regression-test, etc.)</task>
|
||||||
|
<task>More tasks can be found on the team's wiki page (see
|
||||||
|
links).</task>
|
||||||
|
<task>To get involved, interested people can say hello on IRC
|
||||||
|
and let us know their areas of interest!</task>
|
||||||
</help>
|
</help>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue