Commit Graph

875 Commits

Author SHA1 Message Date
Scott McCreary
d00863a3ce Updated glpng .bep and .patch files, they now build the zip file, but there's a stray include directory also created that needs to be fixed
still.
2010-09-26 20:14:25 +00:00
Scott McCreary
330d167d06 Initial .bep file for enet from michaelvoliveira 2010-09-26 18:54:28 +00:00
Scott McCreary
47dc0b202c Initial .bep file for libffi from michaelvoliveira 2010-09-26 18:41:38 +00:00
Scott McCreary
f181a61eda Updated netsurf to 2.6, added patch for librosprite, to allow it to build with gcc2. 2010-09-25 21:51:40 +00:00
Scott McCreary
0e63148c86 Initial .bep and .patch files for libharu 2010-09-25 20:26:59 +00:00
Scott McCreary
1a2f5514b2 Added --disable-nls to prevent make from pulling in libintl, thanks goes to Kaliber for pointing this one out. 2010-09-25 07:25:11 +00:00
Scott McCreary
c20382c785 Fixed make so that it uses itself to "make install". 2010-09-25 04:45:31 +00:00
Scott McCreary
ec9cb8cf61 HVIF icon for numpy physics converted from a png to HVIF by Michele Frau. 2010-09-24 23:40:08 +00:00
Scott McCreary
7d8de3b7f9 Moved several patches into patches directories. Added initial .bep file
for coreutils, along with a patch file so that it builds cleanly.
2010-09-24 23:20:06 +00:00
Scott McCreary
18b1975476 Updated libtool to 2.4. 2010-09-24 19:47:26 +00:00
Scott McCreary
b3c2c6ad86 Fixed error in the make bep file, it's MESSAGE not COMMENT. 2010-09-24 19:32:18 +00:00
Scott McCreary
4af47f95ed Updated the .bep file make, this seems to allow it to build without libintl, need to verify on clean system. 2010-09-24 19:24:58 +00:00
Scott McCreary
12999d8735 Initial .bep file for libmpeg2 2010-09-24 18:27:57 +00:00
Scott McCreary
9ad10af803 m4 is still not cooperating... more work is needed to get this one to
work correctly.  it's failing to find Makefile.in near the end of 
configure, but it is there.  And when you try to remove the work 
directory it won't go willingly.  Need to check the 1.4.12 patch and see 
if anything else from it is still needed.
2010-09-24 04:43:32 +00:00
Scott McCreary
df2db893c0 Initial .bep file for libsigsevg, it builds but may need patching to actually work on Haiku. 2010-09-23 23:08:50 +00:00
Scott McCreary
749ccf6579 Cleaned up the ffsb patch a bit. 2010-09-23 21:20:31 +00:00
Scott McCreary
127d7794c2 Initial .bep and .patch files for ffsb. Added git as a dependency for libpak-0.9.2 2010-09-23 20:54:04 +00:00
Scott McCreary
e1f814f980 Fixed mkdepend .bep file source url so that it works now. 2010-09-23 20:00:02 +00:00
Scott McCreary
8a717b89bd Initial .bep file and source zip file for mkdepend. 2010-09-23 19:56:27 +00:00
Scott McCreary
e4dfd2bf71 m4-1.4.15 works now so marking it as stable 2010-09-23 18:40:44 +00:00
Scott McCreary
6a60c59b14 Updated .bep file for m4-1.4.15, this one now allow it to build fully. 2010-09-23 18:39:43 +00:00
Scott McCreary
554f026bef Updated autoconf to 2.68 2010-09-22 23:53:28 +00:00
Scott McCreary
292731881e Updated bep files for atk, still broken as it is looking for gtk-doc. 2010-09-22 23:52:02 +00:00
Scott McCreary
cfcc8c10a6 Initial .bep and .patch files for potrace 2010-09-22 22:41:24 +00:00
Scott McCreary
e2533c86d9 Updated libebml patch to support DESTDIR 2010-09-22 20:06:00 +00:00
Scott McCreary
7e6759dcb4 added patch for grep-2.7 to build on gcc2 2010-09-22 19:50:42 +00:00
Scott McCreary
0d9e8d4536 Updated grep to 2.7, but it'll need to be patches for gcc2. 2010-09-22 06:10:28 +00:00
Scott McCreary
e61587ed50 Updated gsl to 1.14 2010-09-22 05:57:54 +00:00
Scott McCreary
330fa424fc Initial freealut .bep file from michaelvoliveira 2010-09-22 05:42:05 +00:00
Scott McCreary
5831ff1fd4 Added a .bep file to build openal from git. 2010-09-22 05:34:32 +00:00
Scott McCreary
042087d61e Initial patch for openal. 2010-09-22 05:21:49 +00:00
Scott McCreary
83c7c978df Initial .bep and .patch files for numptyphysics. TODO: figure out fix for happyhttp close(), and add an HVIF icon 2010-09-21 23:27:45 +00:00
Scott McCreary
e95118f7fc Cleaned up the box2d patch a bit so that it should be ok to upstream now. 2010-09-21 21:06:10 +00:00
Scott McCreary
c1a6f708d8 Initial .bep and .patch files for box2d. This seems to build fine with gcc4, haven't tried gcc2 yet. No test run yet, so not sure if it's working right yet or
not.
2010-09-21 19:27:52 +00:00
Scott McCreary
79b13d0669 Fixed libpak-0.9.2 so that it builds on gcc2 and now gcc4. Fblend is still not working, so it is still #'d out. 2010-09-21 16:35:46 +00:00
Scott McCreary
ffec0c762f Fixed a52dec bep file so that it makes a proper zip now. 2010-09-21 16:34:05 +00:00
Scott McCreary
5f4ac0b25c Update bzip2 to 1.0.6 2010-09-21 06:53:07 +00:00
Scott McCreary
a35621a1c0 Swapped build order so that guilib is built prior to sdl-net, as sdl-net
makes use of guilib, so it needs to have it present at build time.
2010-09-21 06:24:57 +00:00
Scott McCreary
bd55eb5bc3 Fixed libsigc++-1.2.7.bep so that it build now, and removed unneeded patch for it. 2010-09-20 21:20:29 +00:00
Scott McCreary
496573042b Patch to allow flac to build on gcc4 2010-09-20 20:59:43 +00:00
Scott McCreary
c4e819b9b2 Initial .bep file for makedepend 2010-09-20 19:35:00 +00:00
Scott McCreary
564baf333a Update make to 3.82 2010-09-20 18:56:27 +00:00
Scott McCreary
5dfb9c7c2b Updated libpak to 0.9.2, adding in guilib and giflib and updating the version of a few others. Also adjusting allegro to better control where
it puts it's files, but the man files aren't working right yet, so will need to fix that at a later date.
2010-09-20 08:24:47 +00:00
Scott McCreary
0b25aa9dda Removed libsdl-1.2-hg.patch as it has been applied upstread now. 2010-09-20 07:57:09 +00:00
Scott McCreary
d381399bba Fix for allegro-4.4.1.1 to build with gcc4, patch by drcouzelis with minor adjustments from michaelvoliveira. 2010-09-20 07:01:17 +00:00
Scott McCreary
c0da94e82b Updated libpaper bep to put the man files in the right place, and not create a sbin dir 2010-09-20 06:15:38 +00:00
Scott McCreary
48b498fa54 Fixed the man directory issue with lua 2010-09-20 05:54:34 +00:00
Scott McCreary
ce9c3c64f3 Updated tiff to 3.9.4 2010-09-20 05:29:08 +00:00
Scott McCreary
057cf24b8b Update lua bep file to include the .pc file 2010-09-20 03:29:41 +00:00
Scott McCreary
89e986dca7 Updated the .bep file for sdl-image to allow it to use .gif .jpg .tga .tiff .png .pcx and others properly now. The included sdl-image showimage
commandline apps will now read all of these formats and a few others now.  This will probably fix a few games and apps as well.
2010-09-18 00:07:22 +00:00