Commit Graph

5055 Commits

Author SHA1 Message Date
Adrien Destugues
d9a2fb1332 qrencode: add KDL specific version.
This is needed for https://dev.haiku-os.org/ticket/11351 .
2014-10-19 09:54:37 +02:00
Michael Lotz
106c159976 qemu: Update source to allow a native x86_64 build.
Also symlink qemu to qemu-system-x86_64 on x86_64 so that it points
to the native arch.
2014-10-18 16:29:30 +02:00
Augustin Cavalier
7149967241 Merged in humdinger/haikuports/YT (pull request #238)
Updated youtube-dl (2014.10.15)
2014-10-18 09:12:48 -04:00
Augustin Cavalier
953528e1d5 Merged in humdinger/haikuports/FIXES (pull request #237)
Improved UberTuber recipe
2014-10-18 09:11:45 -04:00
Augustin Cavalier
c538574bb3 Merged in humdinger/haikuports/QUICK (pull request #236)
Improved QuickLaunch recipe
2014-10-18 09:11:22 -04:00
Humdinger
7309c36e9b Updated youtube-dl (2014.10.15)
* Removed cmd:python from BUILD_REQUIRES
* Added a most simple TEST() that just tests if the script runs
(as suggested by PulkoMandy a while back)
2014-10-18 09:54:06 +02:00
Michael Lotz
1c3dff62dc rdesktop: Mark as working on x86 as successfully tested. 2014-10-17 21:11:32 +02:00
Humdinger
d903b9785a Improved QuickLaunch recipe
* Improved BUILD() and INSTALL() to not be needlessly complicated.
* Point SRC_URI to latest commit that fixes some HTML issues in
the QuickLaunch Readme.
2014-10-17 19:58:09 +02:00
Humdinger
69fb9ec98a Point SRC_URI to latest commit.
That fixes some HTML issues in the UberTuber Readme.
2014-10-17 19:39:16 +02:00
Humdinger
553f32a9e6 Improved UberTuber recipe
* Removed python from REQUIRES. That's needed by youtube-dl and
is provided by its recipe already.
* Improved BUILD() and INSTALL() to not be needlessly complicated.
2014-10-17 18:23:28 +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
8087c922fa gcc2: recipe with really fixed LDBL_MIN 2014-10-17 13:25:13 +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
Adrien Destugues
9cdeaa3e5f Add recipe for lighttpd.
* Needed by WebKit to run "http" tests (or php-based ones)
* Lots of failing tests, but seems to be roughly working
2014-10-17 13:24:53 +02:00
Jerome Duval
821635ab3c flac: remove libtool files. 2014-10-16 21:17:19 +00:00
Jerome Duval
677cb6a508 libsndfile: fix pkg-config file.
* added devel packages requirements for flac, libvorbis
2014-10-16 21:16:09 +00:00
Jerome Duval
3f1cffedb7 jam: x86_64 support 2014-10-16 17:07:28 +00:00
Jerome Duval
11876b92d3 file: enable x86_64 2014-10-16 17:07:26 +00:00
Jerome Duval
ab717d6c4f cpio: enable x86_64 2014-10-16 17:07:24 +00:00
Augustin Cavalier
1cdad40082 Merged in Begasus/haikuports_games/tuxpaint (pull request #235)
tuxpaint recipe changes
2014-10-16 10:59:27 -04:00
begasus
12c2c6b15f tuxpaint, correction to the recipe 2014-10-16 16:38:30 +02:00
Adrien Destugues
ae5042b6e6 Let gettext test run better.
There are 2 failed tests.
2014-10-16 10:01:38 +02:00
Luc Schrijvers
e1422ba076 Merged haikuports/haikuports into master 2014-10-15 17:29:47 +02:00
Adrien Destugues
dc60797318 Mesa legacy: recipe for matest release. 2014-10-15 12:01:15 +02:00
Adrien Destugues
5867132d56 Update recipe for fRiSS. 2014-10-15 12:01:14 +02:00
Adrien Destugues
eeb91c45e8 patch: add test rule. 2014-10-15 12:01:13 +02:00
Adrien Destugues
ca1a27399f gettext: run all the tests. 2014-10-15 12:01:12 +02:00
Adrien Destugues
ec66f8f137 zsh: fix recipe. 2014-10-15 12:01:12 +02:00
Michael Lotz
7a7b2d1601 dtc: Update source URLs.
The repository seems to have moved and isn't reachable at the old site
anymore.
2014-10-15 00:04:25 +02:00
Michael Lotz
3100a8d52c qemu: Add recipe for version 2.1.2. 2014-10-15 00:04:25 +02:00
Adrien Destugues
79b87c34c9 Update recipe for gcc2
* Provides devel:libgcc in gcc_syslibs, that was previously missing
* Includes the fixed LDBL_MIN/MAX/EPSILON constants
2014-10-14 21:58:47 +02:00
Adrien Destugues
e92262243a Add recipe for unzip 6.10c11.
While this is not a stable release from unzip, it includes the Haiku
changes we upstreamed in 2011. It is better to use this than to backport
those changes to 6.0 again.
2014-10-14 20:39:19 +02:00
Adrien Destugues
75aed9c368 libedit: add test rule. 2014-10-14 20:39:18 +02:00
Adrien Destugues
7232aca7af expat: add test rule. 2014-10-14 20:39:18 +02:00
Augustin Cavalier
db87a07cc4 Merged in Begasus/haikuports_games/circuslinux (pull request #234)
circuslinux new recipe and patch
2014-10-14 13:59:55 -04:00
begasus
7463bd818a circuslinux new recipe and patch file 2014-10-14 15:42:22 +02:00
Adrien Destugues
b625ac2ec2 bc: minor fixes.
* get tests running.
2014-10-14 15:00:08 +02:00
Adrien Destugues
2f69ff1c01 Add recipe for ncompress.
This is an updated version of what we currently have in haiku tree for
compress. It was renamed to ncompress to avoid confusion with the BSD
implementation.
2014-10-14 14:43:55 +02:00
Adrien Destugues
e386a9f4b4 cpio 2.11: fix recipe. 2014-10-14 14:43:21 +02:00
Adrien Destugues
2edee5d44a udis86: small gcc2 fix. 2014-10-13 21:07:54 +02:00
Adrien Destugues
d110dac609 Add recipe for udis86.
All tests passing.
2014-10-13 21:07:54 +02:00
Augustin Cavalier
cb58bbb425 Merged in Begasus/haikuports_games/tuxpaint (pull request #233)
tuxpaint 0.9.22, patches
2014-10-13 14:17:38 -04:00
begasus
ebe6400aa7 tuxpaint 0.9.22, patches 2014-10-13 20:04:23 +02:00
Jerome Duval
d2699023a0 libxml2: add devel package required dependencies.
* use a shorter description.
2014-10-10 16:44:04 +00:00
Jerome Duval
6508514834 curl: add devel package required dependencies. 2014-10-10 16:44:03 +00:00
Jerome Duval
79b8c229c6 flickcurl: add recipe for version 1.26 2014-10-10 16:44:02 +00:00
Adrien Destugues
117c8249d1 HaikuWebKit: bump revision for rebuild
Needs to be rebuilt after ICU update.
2014-10-10 08:47:24 +02:00
Adrien Destugues
8cdd9a6c4b Add recipe for ICU 54.1. 2014-10-10 08:40:03 +02:00
Adrien Destugues
3cb5c3c0eb ICU53: fix deadlock and gcc2 issues. 2014-10-10 08:40:02 +02:00
Adrien Destugues
9c94427e00 Add recipe for the "alien svn" perl module
* This is needed by git-svn
* Unfortunately it hits a compiler internal error on gcc2.
2014-10-09 22:18:48 +02:00