Commit Graph

2982 Commits

Author SHA1 Message Date
Chris Roberts
225f1a314a Minor cleanup of beezer recipe
--HG--
rename : haiku-apps/beezer/beezer-1.recipe => haiku-apps/beezer/beezer-0.99.hg.recipe
rename : haiku-apps/beezer/patches/beezer-1.patch => haiku-apps/beezer/patches/beezer-0.99.hg.patch
2013-12-03 14:23:41 -07:00
Chris Roberts
5e3f62e1cc Merged in noryb009/haikuports/beezer (pull request #7)
Updated beezer, work by GCI2013 student Luke
2013-12-03 14:15:23 -07:00
Chris Roberts
387e2f6dcb Merged in alexozer/haikuports (pull request #8)
Fix ThemeManager's recipe file, work by GCI2013 student mindstormscreator
2013-12-03 14:12:19 -07:00
Chris Roberts
a7995837ca Merged in puckipedia/haikuports/converttolf (pull request #18)
Add ConvertToLF recipe
2013-12-03 14:10:58 -07:00
Chris Roberts
ec93d6574f Fix fortuna on gcc4
Switched to g++ for compiling so that the stdc++ libs get
linked properly
2013-12-03 14:09:25 -07:00
Puck Meerburg
56c9034c34 Add mimeset to converttolf 2013-12-03 21:59:42 +01:00
Puck Meerburg
137d7ee4cf Updated sha hash of git to new 2013-12-03 21:41:02 +01:00
Puck Meerburg
6ec4b3c030 Forgot to remove patch 2013-12-03 21:31:05 +01:00
Alex Ozer
78d0c6e4f4 Merged haikuports/haikuports into master 2013-12-03 15:28:44 -05:00
Alex Ozer
a5776893d3 Fix description, tidy up *REQUIRES functions 2013-12-03 15:28:05 -05:00
Puck Meerburg
1ba13e35bc Moved from rsrc to rdef at ConvertToLF 2013-12-03 21:27:18 +01:00
Puck Meerburg
ce3ce18c51 Changed copyright, changed commit 2013-12-03 21:22:25 +01:00
Puck Meerburg
7091695365 Renamed converttolf version, fixed license, pinned commit, copyright corrected 2013-12-03 20:51:59 +01:00
Puck Meerburg
9a53e5632a Add ConvertToLF recipe 2013-12-03 20:25:36 +01:00
Scott McCreary
e90c0558b8 Merged in tgkokk/haikuports/burnitnow_trunk (pull request #16)
BurnItNow trunk (specific commit from repository) recipe added
2013-12-03 10:37:52 -08:00
tgkokk
6b88bcf114 Minor tweaks to the burnitnow-trunk recipe 2013-12-03 16:50:31 +00:00
Scott McCreary
7e0a627232 Merged in puckipedia/haikuports/fortuna (pull request #12)
Add recipe for Fortuna
2013-12-03 07:50:19 -08:00
Theodore Kokkoris
c5fb090d75 BurnItNow trunk (fixed commit from repo) recipe added 2013-12-03 15:20:18 +00:00
Puck Meerburg
98697cf6b8 Move commands to BUILD_PREREQUIRES, remove useless folder (Fortuna) 2013-12-03 15:02:28 +01:00
Chris Roberts
401bd77676 Merged in arfonzo/haikuports/quassel (pull request #14)
Quassel IRC client recipe.
2013-12-03 02:40:13 -07:00
Arfonzo J. Coward
399941fb03 Move cmd:pkg_config requirement to BUILD_PREREQUIRES. 2013-12-03 09:38:11 +00:00
Arfonzo J. Coward
458b2f783e Avoid using pushd/popd here for simplicity. 2013-12-03 09:33:06 +00:00
Chris Roberts
ee1d6a11bb Update mercurial to 2.8.1
Changed the requires because mercurial only needs the msgfmt tool
at build time.

--HG--
rename : dev-vcs/mercurial/mercurial-2.8.recipe => dev-vcs/mercurial/mercurial-2.8.1.recipe
rename : dev-vcs/mercurial/patches/mercurial-2.8.patch => dev-vcs/mercurial/patches/mercurial-2.8.1.patch
2013-12-03 02:29:08 -07:00
Arfonzo J. Coward
6490a5f66a Quassel recipe updates based on feedback:
- Modified description.
- Modified copyright.
- Only support gcc2 if we're building for a different architecture.
- Removed unnecessary BUILD_PREREQUIRES entry for gcc.
- Added note regarding stripped binaries for future reference.
2013-12-03 09:13:55 +00:00
Arfonzo J. Coward
aba3601bd4 Cleaned up quassel recipe based on feedback. 2013-12-03 08:25:41 +00:00
Arfonzo J. Coward
d23305991c Updated quassel recipe. Now builds on hrev46464 on gcc2h. Installs to $appDir/Quassel. 2013-12-03 08:08:34 +00:00
Arfonzo J. Coward
fa3736107a Initial work on quassel-0.9.2 recipe. 2013-12-03 08:08:22 +00:00
Chris Roberts
e4dcc46191 Move keepassx binary from $binDir to $appsDir 2013-12-03 00:42:21 -07:00
Chris Roberts
9a0dcbfa66 Remove some useless/outdated recipes and patches 2013-12-03 00:41:48 -07:00
Chris Roberts
8a30e59744 Overhaul the haiku-apps directory
* Fixed PROVIDES/*REQUIRES entries
* Added vcs hashes to the ports needing it in the SRC_URI
* Made single executable apps install to the top level $appsDir
* Added patches for gcc4 versions of most apps
* Added patches for apps that couldn't build on any arch
   ( even though they were marked as working :( )
* Other misc fixes that I've forgotten already because I'm sick of
  looking at this directory
2013-12-02 20:48:05 -07:00
Puck Meerburg
8e554bea72 Add recipe for Fortuna 2013-12-02 23:19:31 +01:00
Ingo Weinhold
664e3c050d gcc 4: Disable ASLR for the executables
Makes pre-compiled headers work reliably.
2013-12-02 17:06:41 +01:00
Alex Ozer
ffbe8b0ad4 (Re)fix ThemeManager's recipe file, work by GCI2013 student
mindstormscreator
2013-12-02 10:42:40 -05:00
Alex Ozer
1f815c9868 Fix ThemeManager's recipe file, work by GCI2013 student
mindstormscreator
2013-12-01 23:13:20 -05:00
noryb009
9af00b9cb5 Include correct docs 2013-12-01 21:23:18 -05:00
noryb009
8eb485cb23 Correct beezer addon and docs placement 2013-12-01 19:01:02 -05:00
noryb009
0b91aaf58e Updated beezer, work by GCI2013 student Luke 2013-12-01 08:01:45 -05:00
Alexander von Gluck IV
0f33410a96 db: Adjust to include c++ support 2013-11-30 00:29:51 -06:00
Alexander von Gluck IV
997c9bfe4a db: Add recipe for libdb 5.3.28
* Thanks to the original work of martinhpedersen
  in http://ports.haiku-files.org/ticket/548
2013-11-30 00:09:27 -06:00
Michael Lotz
d32f571e6f Remove old qemu 0.12.4 non-recipe and unused outdated patch. 2013-11-30 03:45:17 +01:00
Michael Lotz
3efe2418e3 Update qemu 0.15.1 recipe to an actual recipe. 2013-11-30 03:45:14 +01:00
Adrien Destugues
8e51e23374 libmikmod: allow to use SDL output driver
Still get no sound, but at least it doesn't try to create "music.wav"
files everywhere.
2013-11-29 20:52:29 +01:00
Adrien Destugues
5a35d987d2 Add recipe for SDL Scavenger. 2013-11-29 16:19:14 +01:00
Adrien Destugues
ee20568e20 Just got a message from the author that this should be under the GPL. 2013-11-29 15:38:27 +01:00
Scott McCreary
7078ca374f Added missed license for ftppositive 2013-11-29 06:55:50 +00:00
Scott McCreary
1089eb9c7b Added ftppositive, recipe by GCI2013 student tgkokk 2013-11-29 06:40:16 +00:00
Scott McCreary
30b135c7ca Added binary_clock, recipe, work by GCI2013 student Adrián Arroyo Calle 2013-11-29 03:41:02 +00:00
Scott McCreary
7de6be4b0e Updated axel, bakefile, and antiword recipes so that they now build again, recipes by GCI2013 student Dareus 2013-11-29 03:03:49 +00:00
Scott McCreary
570125de67 Add runprogram, recipe from GCI2013 student Luke 2013-11-29 02:17:51 +00:00
Scott McCreary
5587cf8bb5 Added JamMin, recipe from GCI2013 student Adrian Jelen 2013-11-29 01:47:33 +00:00