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
Jerome Duval
a4dddbd1bd
python: fix config header path
...
* enabled libxml2 2.9.1 on x86_64
2014-04-05 23:07:23 +00:00
Jonathan Schleifer
9118f44b09
Mark python-2.7.6 broken again as it breaks libxml2
...
It seems python-2.7.6 isn't installing some necessary headers.
2014-04-06 00:03:42 +02:00
Jerome Duval
36d6d4d2cf
x86_64: enable python-2.7.6
...
* increase revisions for scons and git as they depend on 2.6.x at the moment.
2014-04-05 13:31:17 +00:00
Jim
a152810ec0
clean-up yab and yab_ide recipes, removed chmod commands.
2014-04-04 04:30:37 +02:00
Jerome Duval
ec3beb8184
python: fixes 2.7.6 patchset for libs and headers.
...
* should help for hashlib, etc
2014-04-01 21:02:17 +00:00
Jerome Duval
d3dea6df81
Promote version upgrades for x86_gcc2.
2014-03-31 18:07:48 +00:00
Adrien Destugues
5e7594c665
OpenJDK: try to make it work on hybrid installs
...
* Fails because of _get_system_info changes?
2014-03-30 13:23:01 +02:00
Adrien Destugues
dd60969520
Merged in bbjimmy/haikuports (pull request #154 )
...
moved yab to dev-lang added haiku-apps/yab_ide
2014-03-26 16:25:01 +01:00
Jonathan Schleifer
ba5d53e69b
python: Remove useless find+set, add checksums
2014-03-25 23:40:14 +01:00
Jonathan Schleifer
7533be69ab
Mark python-2.7.6 broken on *all* architectures
...
It's missing rmd160 in hashlib. I worked around that in haikuporter, but
it still breaks haikuporter by not even being able to recognize a .tgz.
2014-03-25 22:48:18 +01:00
Jonathan Schleifer
d34c2661b2
python: Fix source URL, add checksums
2014-03-25 22:33:38 +01:00
Jim
9347601d1f
updated requirwes and added a hash to the url.
2014-03-25 08:08:14 -07:00
Jim
388a71e266
moved yab to dev-lang added haiku-apps/yab_ide
2014-03-23 10:37:50 -07:00
Jerome Duval
5e3de2f734
Promote version upgrades for x86 and x86_64.
2014-03-22 23:00:29 +00:00
Jonathan Schleifer
0197df2959
Fix perl-5.18.2
...
* Add missing cmd:awk
* Add missing RMD160 checksum
2014-03-20 15:10:10 +01:00
Jerome Duval
747af17724
ruby: recipe for version 1.9.3
2014-03-20 13:33:27 +00:00
Jerome Duval
150b5e6d7c
perl: recipe for version 5.18.2
2014-03-20 13:13:43 +00:00
Jerome Duval
cbe90859b3
ocaml: recipe for version 4.01.0
2014-03-20 13:07:53 +00:00