Adrien Destugues
7eafe431be
Fixed vcmi recipe. Now works!
2014-01-27 20:42:15 +01:00
Adrien Destugues
3ae41aea11
Path with spaces don't work well
...
Use wildcards to avoid bad splitting of path argument on spaces.
2014-01-27 20:10:16 +01:00
Scott McCreary
72480b0638
Initial patches and recipe for pre-released openssh-6.5
2014-01-27 05:04:41 +00:00
Adrien Destugues
7a991925be
llvm3.4: compiles fine on gcc2hybrid.
...
* Also add missing cmd: declarations.
2014-01-26 22:17:36 +01:00
Chris Roberts
91e14adc14
Add work in progress libmicro recipe for tqh to play with
2014-01-26 12:13:49 -07:00
Humdinger
75ab1b9e52
Updated youtube_dl version to 2014.01.23
2014-01-26 15:16:20 +01:00
Humdinger
5d09658d32
Fixed ClipUp recipe.
...
Improved SUMMARY, corrected SRC_URI, added USER_SETTINGS_FILES,
fixed BUILD() and INSTALL().
Use the "CTRLV" input filter version, as that seems to be the more
natural key combo.
The app still has some focus issues and it doesn't visually confirm
to the rest of the Haiku GUI, but it's basically working.
2014-01-26 07:03:28 +01:00
humdinger
8bc9f409cc
Merged haikuports/haikuports into master
2014-01-26 06:55:06 +01:00
Alexander von Gluck IV
176cac1066
clang: Patch to fix headers, add static analysis package
...
* clang was using the wrong include directories, patched
to use /boot/system/development vs /boot/development
Upstreamed: llvm.org/show_bug.cgi?id=18595
* Manually copy over the static analysis tools (no automated
installation) and give them what they need to function.
(tested working!)
* clang isn't aware of secondary architecture include
paths at this time.
2014-01-24 04:51:21 +00:00
Alexander von Gluck IV
0c9343db65
clang: Add clang 3.4 recipe
2014-01-23 21:06:06 +00:00
Alexander von Gluck IV
7198c516fd
quake3: Fix recipe build
...
* Use libGL
* Change gitgub to https
2014-01-22 07:00:23 +00:00
Alexander von Gluck IV
125b7b00f3
mesa: 10.0.2 bump llvm version requirement
...
* mesa_swpipe generated with llvm 3.4 works
again :D
2014-01-22 06:40:48 +00:00
Alexander von Gluck IV
5b34e52034
llvm: add 3.4 recipe and patchset
2014-01-22 06:25:14 +00:00
Alexander von Gluck IV
556848fb05
mesa: Add 10.0.2 recipe
...
* Includes one new patch for the change
in atomics, one less patch for something
that was applied to the 10.0 branch upstream
2014-01-22 03:55:16 +00:00
Alexander von Gluck IV
73f984bca1
libxml2: Flag 2.9.1 package as broken
...
* This version of libxml2 requires python 2.7 or later.
Shows missing symbols for PyCapsule_GetName as that
was introduced with python 2.7
* As the recipes for python 2.7 are broken, flag this
package version as broken.
* libxml2_python is important as mesa requires it to build.
2014-01-22 03:53:50 +00:00
Alexander von Gluck IV
e7d3c5b0e0
python: add 2.6.9
...
* Fix user site package directory
2014-01-22 01:34:32 +00:00
Adrien Destugues
8db5c2f3b0
Add F-1 Spirit.
2014-01-21 23:14:15 +01:00
Adrien Destugues
cd5538ef03
SDL_net: fix packaging of libs.
2014-01-21 22:59:56 +01:00
Adrien Destugues
b6f46ec6fa
Add Road Fighter.
2014-01-21 22:27:05 +01:00
Adrien Destugues
a9c580ffe0
Add Maze of Galious recipe.
2014-01-21 22:06:35 +01:00
Adrien Destugues
36ca3dc87c
Add MirrorMagic.
2014-01-20 21:42:52 +01:00
Scott McCreary
fc76f4c1e9
Merged in 5HT/haikuports (pull request #146 )
...
Fix Haiku Chat to be arch invariant
2014-01-19 20:44:43 -08:00
Rene Gollent
7863516f88
Update revision due to icon issue.
2014-01-19 16:44:54 -05:00
Adrien Destugues
73547e31cd
Update gcc2 recipe
...
Forgot to commit this when i fixed the atomic_add in bastring.h.
2014-01-19 19:03:08 +01:00
Adrien Destugues
916e7983d3
Recipe for Super Transball 2.
2014-01-19 19:02:26 +01:00
Adrien Destugues
9553e7b0f3
SDL_sound: add missing libGL dependency.
2014-01-19 19:02:25 +01:00
Adrien Destugues
4f33f98ec0
SGE: fix devel dependency
...
Use the package name for the devel > main dependency, not the lib one.
2014-01-19 19:02:25 +01:00
Adrien Destugues
2d380a5059
smpeg: fix dependencies on libSDL
...
Have to use the same name used in linking the libs for -S checks.
2014-01-19 19:02:24 +01:00
Adrien Destugues
2252a35cb9
Boost: add test rule to recipe.
...
The testsuite locks up in some threads/monitors tests.
2014-01-19 19:02:23 +01:00
Maxim Sokhatsky
5b6a636364
Fix Haiku Chat to be arch invariant
2014-01-19 15:56:12 +00:00
Adrien Destugues
28d7cb7203
Merged in 5HT/haikuports (pull request #145 )
...
Haiku Chat fixes and MC 4.8.11 new recipe
2014-01-19 14:39:12 +01:00
Maxim Sokhatsky
922e4046d8
Haiku Chat fixes
2014-01-19 01:08:40 +00:00
Maxim Sokhatsky
29526654a5
fix REQUIRES libs, fix hash, fix writable files, POLICY OK
2014-01-19 00:00:27 +00:00
Rene Gollent
587db2685a
Update Vision recipe to r949.
2014-01-18 09:15:30 -05:00
Adrien Destugues
848ebd0ffd
WIP recipe for Ur-Quan Masters
...
Not working (fails to link libnetwork despite trying to add it in
several places), and I got bored with their custom buildsystem. Feel
free to improve.
2014-01-16 22:14:15 +01:00
Maxim Sokhatsky
7b92e0b46e
Midnight Commander 4.8.11 recipe
2014-01-16 19:38:18 +00:00
Alexander von Gluck IV
7bfe0c3ccc
solarus: Fix problems with recipe
...
* Now builds and runs
* Included patch to make solarus use
luajit vs lua51, however as solarus seems
to crash loading any game, i'm opting for
the known should-be-working lua51
2014-01-15 17:31:15 -06:00
Alexander von Gluck IV
07beea3fb7
lua: Fix lua 5.1.4 runtime
2014-01-15 17:26:55 -06:00
Alexander von Gluck IV
4110cd10c8
luajit: Add pkg-config script
...
* Only needed for 5.1 compat
2014-01-15 15:52:02 -06:00
Adrien Destugues
4938e7012d
Merged in 5HT/haikuports (pull request #143 )
...
Complete Latest R16B03 Erlang Recipe with All OTP Applications
2014-01-15 20:17:33 +01:00
Adrien Destugues
c66779447e
Merged in humdinger/haikuports (pull request #142 )
...
Improved recipes
2014-01-15 20:15:49 +01:00
Alexander von Gluck IV
9ab2744293
lua: fix lua 5.1.4 recipe
2014-01-15 13:12:01 -06:00
Humdinger
60502e6bb0
Corrected recipe
...
As PulkoMandy pointed out the "cmd:make" isn't needed in the BUILD_REQUIRES.
Rearranged BUILD() and INSTALL().
2014-01-15 19:11:09 +01:00
François Revol
209b544a70
srm: Rename CVS recipe to SVN; mark it untested
...
The project now uses subversion.
Mark it as untested as we don't mention a specific commit,
left around for testing future changes.
2014-01-15 14:14:51 +01:00
François Revol
258a194d76
srm: Add recipe for release 1.2.12
2014-01-15 14:07:58 +01:00
Alexander von Gluck IV
6f99b58787
sdl2_mixer: Add libGL require to fix build
2014-01-15 01:23:54 -06:00
Alexander von Gluck IV
cbd58fbf1b
sdl2: Fix build for x86 secondary arch
...
* Patch to remove old be/ include paths
* Fix sdl2-config, you're supposed to let
the fixPkgconfig create the symlink
* Requires recent gcc update
2014-01-15 01:09:55 -06:00
Alexander von Gluck IV
56eae38258
gcc: Update gcc packages to later buildtools version
...
* Fix gcc2 link to old .PM git repo
* No binary changes needing a new bootstrap
2014-01-15 00:41:35 -06:00
Maxim Sokhatsky
6c06b62ea2
fix runConfigure omit-dirs and
2014-01-15 00:28:58 +00:00
Maxim Sokhatsky
56bdcda5d1
[erlang] fix recipe and patches
2014-01-14 20:41:35 +00:00