29726 Commits

Author SHA1 Message Date
Jerome Duval
1049bdd6a1 glew: add recipe for version 1.11.0 2014-08-20 19:49:36 +00:00
Augustin Cavalier
cfbc863b36 Canna: Add SRC_FILENAME.
Thanks for the tip, Jerome!
2014-08-20 12:47:05 -04:00
Augustin Cavalier
25ff4080fb Merged in Begasus/haikuports_games/libraries (pull request #207)
libmpeg2 changes to recipe
2014-08-19 16:59:39 -04:00
begasus
4f0d9fb8f0 removed the copyright and email addres 2014-08-19 22:56:59 +00:00
begasus
320c506f2d changes as requested by waddlesplash 2014-08-19 22:50:20 +00:00
begasus
8a99a53165 changes to the recipe to be able to build it in Strickt modus with haikuporter 2014-08-19 22:17:02 +00:00
Luc Schrijvers
e5d4ef5d35 Merged haikuports/haikuports into master 2014-08-19 20:02:01 +00:00
Jerome Duval
06de5a573b openssl: added recipe for version 1.0.0n
* clean up old versions
2014-08-18 21:46:09 +00:00
Augustin Cavalier
daeea8e469 Merged in mt819/haikuports/canna (pull request #206)
Update canna recipe
2014-08-18 10:44:24 -04:00
Murai Takashi
b04acd80c0 * Modify DESCRIPTION.
* Make LICENCE one line.
* Remove SRC_FILENAME.
* Delete empty lines.
2014-08-18 20:35:00 +09:00
Jerome Duval
4bf12cd157 scons: 2.2 isn't compatible with 2.3. 2014-08-17 16:20:51 +00:00
Jerome Duval
6d631e6982 serf: added a recipe for version 1.3.7
* needs scons 2.3 or upper.
2014-08-17 16:20:50 +00:00
Jerome Duval
c49802d559 scons: changes to build serf.
* 2.3.1 isn't compatible with 2.0.
* some checks for posix have to be extended for haiku as well:
link, soname
* don't patch python shebang
2014-08-17 16:20:49 +00:00
Murai Takashi
e3d4b0c04a Update canna recipe
https://dev.haiku-os.org/ticket/10064#comment:18
* Upload source code to GitHub.
* Update base code from Canna 3.5b2 to Canna 3.7p3.
* I think canna works with x86_64 now (feature of Canna 3.7).
2014-08-17 20:59:41 +09:00
Augustin Cavalier
4083f23e6a golang: remove x86_64 from SECONDARY_ARCHITECTURES. Thanks Jerome! 2014-08-16 15:53:15 -04:00
Augustin Cavalier
986e57463b Merged in zhuowei/haikuports (pull request #204)
Add recipe for the Golang 1.3 port
2014-08-16 08:55:01 -04:00
François Revol
6210b61161 mpd: Fix recipe
Some dependencies are not detected correctly yet (probably
missing or broken pkg-config files) but it builds.
2014-08-16 01:40:17 +02:00
Zhuowei Zhang
c8de856001 Add recipe for the Golang 1.3 port 2014-08-15 23:18:16 +00:00
François Revol
de3b57938c taglib: Fix building 1.9.1 on gcc4
Sadly it seems it won't build with gcc2 anymore. Started patching,
but now it wants a bitset<>::to_string().
2014-08-16 00:53:50 +02:00
François Revol
e751fa468b mpd: fix for string.h vs strings.h changes 2014-08-15 22:44:39 +02:00
François Revol
908c82cd1a mpd: Whitespace cleanup in patch 2014-08-15 22:38:22 +02:00
Oliver Tappe
3b29662579 gcc: fix resulting c++ headers, bump revision.
This fixes crashes related to libstdc++ introduced by the switch to
gcc-syslibs.
2014-08-15 20:08:13 +02:00
François Revol
45074e7448 fluidsynth: Fix PROVIDES
GRMBL
2014-08-15 18:45:35 +02:00
François Revol
07f4aee86f Whitespace cleanup 2014-08-15 18:01:07 +02:00
François Revol
769271f081 Cleanup fluidsynth recipe and patches
- merge both patches and add proper history

- run autogen.sh to avoid hardcoding stuff
- add a configure case for haiku although it doesn't seem
to have any effect
- still run libtoolize -fci just in case.
2014-08-15 16:56:28 +02:00
Begasus
5c11676c35 changed the recipe to use configure instead of cmake, this way it compiles for both x86_ggc2 and x86 2014-08-15 16:54:50 +02:00
François Revol
0eae317a36 libsndfile: Add cmd:find to requires
Doesn't seem much needed but it's found in the Makefile.
2014-08-15 16:54:45 +02:00
Jerome Duval
ec8fb48703 libopus: fixed recipe, bump revision. 2014-08-13 21:20:46 +00:00
Oliver Tappe
415330eafd Add new gcc packages that build syslibs.
* Build shared and static syslibs packages along with gcc. These
  packages will be used by Haiku's build system.
2014-08-11 21:54:31 +02:00
Oliver Tappe
0ae14925ba Fix library paths in libtool (no /boot/common). 2014-08-11 21:54:31 +02:00
Adrien Destugues
da66ad297d Add newlib for arm_none_eabi
* Add sysroot support to the binutils
* Add a "nolibc" version of gcc, used only to build the newlib
* Add newlib recipe
* Fix "main" gcc recipe to depend on the built newlib and set the
sysroot and default include search path properly.

This recipe set can now be derived to build bare-metal cross compilers for
any other CPU supported by gcc, binutils and newlib.
2014-08-11 12:34:39 +02:00
Adrien Destugues
15b18a8b8d gcc6809: fix build.
* Since there is no libc available, only build the compiler.
2014-08-10 16:37:11 +02:00
Adrien Destugues
e7f5f891c7 Add recipe for dfu-util.
* Used to upgrade the firmware in OpenMoko devices, Sony LiveView, and
other places.
2014-08-10 16:36:21 +02:00
Adrien Destugues
ad2d0bf023 Add recipe for arm_none_eabi_gcc
* Do NOT use for Haiku development. This is a GCC without standard
libraries for bare-metal programming on embedded platforms.
2014-08-10 08:39:58 +02:00
Adrien Destugues
50ebacc642 add recipe for tcc. 2014-08-09 18:57:58 +02:00
Adrien Destugues
55143417e6 Add binutils for ARM
* Not completely tested, I couldn't get a C compiler built yet.
2014-08-09 16:47:57 +02:00
Adrien Destugues
c4ff953623 Add the binutils-like wrappers to lwtools. 2014-08-09 16:39:51 +02:00
Adrien Destugues
dcb1da1d55 Add WIP recipe for gcc6809.
Does not work, xgcc crashes while compiling stuff in there...
2014-08-09 16:39:33 +02:00
Adrien Destugues
d2e4129cd1 MPC: make it work.
* 4 failed tests on gcc2 - use with caution (probably because of the
broken MPFR)
* All tests pased on gcc4.
2014-08-09 16:39:32 +02:00
Adrien Destugues
5b18481f2c MPFR: make it work.
* All tests passing on gcc4, 18 failures on gcc2. Use with caution.
2014-08-09 16:39:31 +02:00
Adrien Destugues
61985b2a4a gmp: pass $jobArgs to make check.
* It takes less time this way.
2014-08-09 16:39:30 +02:00
Adrien Destugues
2603c95a9d Add recipe for lwtools. 2014-08-09 16:39:29 +02:00
François Revol
4286c86f1c Add recipe and patch for Moe. How did I live without it???
It's a bit tricky because the mascot files are just PNG files with
control attributes, and haikuporter uses git which couldn't
care less about them...
2014-08-08 19:56:10 +02:00
François Revol
6807085f0c opensound: Fix physical address passing in oss_map_pci_mem()
This fixes a crash due to sign extension of addresses.
2014-08-07 22:33:56 +02:00
Jerome Duval
5e9e7dcd78 neverball: add a recipe for version 1.6.0 2014-08-07 18:59:39 +00:00
François Revol
92d71e5f0b beshare: Better SUMMARY 2014-08-07 18:02:17 +02:00
François Revol
8634a657a3 python_mechanize: Fix DESCRIPTION 2014-08-07 17:47:23 +02:00
François Revol
12b9c4e430 beshare: Fix DESCRIPTION
Didn't notice tabs were kept in.
2014-08-07 17:40:34 +02:00
François Revol
e45ac504ef opensound: Use latest known git revision 2014-08-07 17:11:29 +02:00
François Revol
a48e3173cf Remove old recipe 2014-08-07 16:26:19 +02:00