Removed the full-stop and repeating package name in SUMMARY.
Removed hard line breaks, broke up some very long paragraphs and
use bullet lists where possible.
All done by browsing through HaikuDepot. There may be (many) more left
in the whole haikuports repo...
Included 10 extended desriptions done by soyoye14 for GCI 2014
(https://www.google-melange.com/gci/task/view/google/gci2014/5240373098053632)
Removed/insert whitespace where it seems to be the custom in recipes.
Sometimes rearranged elements of a recipe (moving license and copyright
up, for example).
* Referring the current haiku version explicitly is not needed, since
the RequiresUpdater takes care of setting the version of Haiku used
for building a package.
* This builds cleanly for x86_gcc2, x86, and x86_64
* The patch fixes a zlib namespace clash with OpenSSL that affects x86_gcc2, as well as an outdated config.guess which prevented Haiku x86_64 from being identified
* The 1.29 release will allow `fossil ui` to work correctly, unlike the last couple of versions that had a chroot bug that affected OS's like Haiku that run as root out of the box
* portVersionedName contains the secondary architecture,
so using it means secondary package builds fail.
example: $portVersionedName is libwow_x86-0.0.0 when
doing an x86 build on x86_gcc2
Changed the requires because mercurial only needs the msgfmt tool
at build time.
--HG--
rename : dev-vcs/mercurial/mercurial-2.8.recipe => dev-vcs/mercurial/mercurial-2.8.1.recipe
rename : dev-vcs/mercurial/patches/mercurial-2.8.patch => dev-vcs/mercurial/patches/mercurial-2.8.1.patch
Some of the work was done as part of issue #30
I did a moderate amount of fixing to the recipe but bzr doesn't
behave very well. So leaving it marked as broken.
It has trouble finding our ssl certs directory. Our wget also
had trouble with certs using the original url in that issue. This
can be worked around at runtime by setting command line or config
options.
When doing a test clone of the bzr repo it failed to completely
check out the source with some odd out of memory error. I seem
to recall bzr having this sort of trouble before on Haiku.