Jerome Duval
a5cf346660
python: added recipe for version 2.7.9
2014-12-21 10:20:04 +00:00
Timothy Gu
211ab4a487
Add yasm 1.3.0
...
Signed-off-by: Timothy Gu <timothygu99@gmail.com >
2014-12-16 05:02:11 +00:00
Chirayu Desai
c796fd0ee4
Fix python build
...
* Let it use cmd:sed and cmd:grep
2014-12-15 17:32:23 +00:00
Oliver Tappe
52b344b97b
Drop references to $haikuVersion.
...
* 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.
2014-12-14 23:08:52 +01:00
Jerome Duval
b54dd3d4b2
python: enable 2.7 for x86
2014-12-13 00:00:20 +00:00
Jim
7d2fc2d268
Update yab recipe to use tar.gz archive.
2014-12-11 09:32:15 -08:00
Alexander von Gluck IV
efbc036ece
fix: Update perl,diffutils,sed,which,m4,make include grep buildreq
2014-12-03 20:35:06 +00:00
Jerome Duval
41d655b82e
python: bump version
2014-11-29 14:43:36 +00:00
Jerome Duval
8af9876d36
python: tarfile wouldn't extract hardlink.
...
and fail with "Operation not allowed".
* we now try to create the link and fallback to a file in case
of failure.
2014-11-28 17:54:23 +00:00
Jerome Duval
3a4ebdf806
python: fix pkgconfig location
2014-11-27 18:13:40 +00:00
Adrien Destugues
1ed727c73f
Python: run the complete testsuite
2014-11-19 09:32:14 +01:00
Adrien Destugues
922289abdd
Add recipe for BRexx.
...
Quite hacky, may not be really working yet
(needs more __BEOS__ > __HAIKU__).
2014-10-20 15:00:46 +02:00
Adrien Destugues
825b9bf266
Add recipe for older php 5.4.34.
...
Unfortunately it panics in the same way as 5.6.2.
2014-10-20 11:31:39 +02:00
Adrien Destugues
082da53954
Python: remove unused patches.
2014-10-20 11:31:39 +02:00
Adrien Destugues
0a387cda85
php: fix recipe
...
* use main php.net download link, it will dispatch to mirrors as needed
* use patch...
2014-10-17 15:09:36 +02:00
Adrien Destugues
1719148744
Add recipe for php 5.6.2.
...
* Testsuite triggers a scheduler KDL!
2014-10-17 13:24:53 +02:00
Hamish Morrison
a4b78f607a
openjdk: add recipe for 7u80_b02
2014-10-08 01:14:19 +01:00
Jérôme Duval
11d991b9c7
_devel$secondaryArchSuffix => ${secondaryArchSuffix}_devel
2014-10-01 19:32:11 +02:00
Augustin Cavalier
1adeae0251
swi_prolog: new recipe from munchausen.
2014-09-23 11:36:57 -04:00
Adrien Destugues
7ba4943af3
Python: use the system FFI.
...
* The built-in one does not work which leads to missing the ctype
package (used for example in youtube_dl).
2014-09-21 19:20:02 +02:00
Jérôme Duval
08b2143412
remove x86_64 from SECONDARY_ARCHITECTURES
2014-08-20 22:00:01 +02:00
Augustin Cavalier
4083f23e6a
golang: remove x86_64 from SECONDARY_ARCHITECTURES. Thanks Jerome!
2014-08-16 15:53:15 -04:00
Zhuowei Zhang
c8de856001
Add recipe for the Golang 1.3 port
2014-08-15 23:18:16 +00:00
Adrien Destugues
50ebacc642
add recipe for tcc.
2014-08-09 18:57:58 +02:00
Augustin Cavalier
1a61a2e268
openjdk: Enhance description, fix PROVIDES, update copyright.
2014-07-30 14:59:09 -04:00
Jerome Duval
8d5c32c206
nasm: version bump.
2014-07-16 17:23:45 +00:00
Adrien Destugues
39a04ed6c6
Python 2.7: mark as working on x86_gcc2
...
The recipe works and builds a perfectly working Python. Upgrading the
system from Python 2.6 is a problem, but this one can be installed in
home and works fine, so this is not a problem with the recipe.
2014-07-13 08:48:40 +02:00
Augustin Cavalier
83a27ea3e5
Ruby: get the miniruby part to compile...
...
...but it crashes when trying to execute something. Oh well, that's
at least better than when it never compiled at all, I suppose.
2014-07-02 13:20:40 -04:00
Augustin Cavalier
22cef5e6df
Ruby: inform autoconf where the private (elf32/elf64) headers are.
...
Now the build fails because SIGBUS is undeclared...
2014-07-02 12:04:26 -04:00
Augustin Cavalier
b87e079310
Yet another update to the Ruby patch.
2014-07-01 15:18:16 -04:00
Augustin Cavalier
d2e29f5188
Some fixes to the Ruby 1.9.3 recipe.
...
* Disables GCC2 building
* Creates new patch without the GCC2 fixes
* Use the RC1 build instead of a pre-release
* Does not work: claims it needs a working Ruby to build a working Ruby. Go figure.
2014-07-01 14:40:05 -04:00
Oliver Tappe
c1b209f946
Adjust SRC_URI for python-2.6.9 to not require xz_utils.
...
* xz_utils isn't available on x86_gcc2, so we should not depend
on it unless there's a good reason
2014-07-01 00:49:28 +02:00
Adrien Destugues
09644576b7
Remove ruby 2.1.1 and add ruby 2.1.2.
...
Unfortunately, it crashes in exactly the same way.
2014-06-19 11:33:09 +02:00
Adrien Destugues
01b166aa7c
Python 2.7: re-add missed part from our 2.6.9 patches to make site- and vendor-packages work.
...
User-packages still not working, the code for this was refactored in Python and my skills with the languages are too weak for me to adjust the patch.
2014-06-18 14:04:39 +00:00
Adrien Destugues
4ad7045244
ruby 2.1.1: secondary arch support fixes.
...
* Not really tested yet, but this is better on the repos than only on my
hard disk.
2014-06-18 14:01:06 +02:00
Jerome Duval
cff1e14810
orc: converted recipe, bumped version.
2014-06-13 19:32:04 +00:00
Alexander von Gluck IV
c522c1de50
patch cleanup: Make sure recipes have matching patches.
...
* Ruby 1.9.3 shouldn't point to the 1.9.1 patch, etc.
2014-06-12 20:44:25 +00:00
Jerome Duval
743629bdd8
spidermonkey: added recipe for version 1.8.5
...
* builds on x86
2014-06-06 16:06:30 +00:00
Jerome Duval
59330a1e4c
perl: enable x86_gcc2 and x86
2014-06-01 21:43:04 +00:00
Hamish Morrison
0cb945f6cb
openjdk: add recipe for 7u80_b00
2014-05-31 20:21:54 +01:00
Jerome Duval
bd25f6ae10
updates versions for gmp, lua, tcl, mercurial
2014-05-05 17:13:32 +00:00
Adrien Destugues
fe96b24516
Add recipe for XAMOS.
2014-05-01 14:09:06 +02:00
Adrien Destugues
ab51ac0543
Add recipe for ruby 2.1.1
...
* Marked as broken, as trying to build it here triggers a package_daemon
crash (during install phase). Can someone else reproduce, or is my Haiku
install broken?
2014-04-29 16:56:48 +02:00
Oliver Tappe
377c418f47
Correct more SRC_FILENAMEs
2014-04-28 09:54:28 +02:00
PulkoMandy
5f9bcb6928
Declare ARM support for packages to bootstrap.
...
* The bootstrap process won't work without that.
2014-04-22 21:23:55 +02:00
Oliver Tappe
80bbd70b83
Let all recipes use SHA-256 checksums only.
2014-04-21 19:31:51 +02:00
Oliver Tappe
b05040b4b1
Adjust SRC_URLs to be able to populate mirror site.
...
* Add SRC_FILENAME where no sensible filename can be produced by
the SRC_URI alone.
* Fix SRC_URI of ode-0.12
2014-04-20 23:13:43 +02:00
Adrien Destugues
bbb1982ab9
Lua: Provide versionned bin and lib names
...
* Some programs need to rely on a specific version of Lua (5.1 or 5.2).
2014-04-19 15:36:14 +02:00
Adrien Destugues
64780ffaeb
Yab: fixes and cleanup
...
* Fix some typos
* Shorten summary
* Add deskbar symlink
* Symlink documentation instead of duplicating it.
2014-04-18 18:44:33 +02:00
Jonathan Schleifer
c105427cd8
python-2.7.6: Add missing provides
2014-04-06 02:29:39 +02:00