Commit Graph

41 Commits

Author SHA1 Message Date
Chris Roberts
11a7c2d49b Added tar-1.22 with a small patch to allow the test suite to build.
Cleanup up the Copyright field on several of my old .OPD files.
This was done to match the example at http://www.haiku-os.org/node/2525 which
doesn't contain a comma bewtween the date and the copyright owner.
2009-12-30 03:49:54 +00:00
Scott McCreary
52dd792041 Updated python .bep and patch for 2.7a1 (alpha1) 2009-12-05 19:58:45 +00:00
Scott McCreary
47f36b4d77 This patch adds the MD5 checksums to all of the .bep files. 2009-11-29 22:44:23 +00:00
Scott McCreary
237193066b Initial .bep and .OptionalPAckageDescription files for PHP. It's not yet working, getting some configure errors, I suspect due to a missing dependency. 2009-11-28 09:30:20 +00:00
Chris Roberts
c72429d52c Updated the python patch with more include/lib dirs.
This allows building of extra modules like curses and bz2.
2009-11-24 03:52:41 +00:00
Scott McCreary
96c5181d41 Initial .OPD files for lua, perl, mono, rsynce, subversion, sqlite. Moved rsynce patch and updated .bep file so that it works now. (still need to find and fill in copyright for mono) 2009-11-19 20:14:09 +00:00
Scott McCreary
70814cfc6d Removed lua-5.1.3 files, updated lua-5.1.4.bep so that it now works right. 2009-11-11 15:50:04 +00:00
Chris Roberts
d1d2d0d7e5 Adding a few more licenses to the ruby OPD file. 2009-10-29 07:07:59 +00:00
Chris Roberts
94848980fd Cleanup of the package description and bep file for ruby. 2009-10-28 20:09:02 +00:00
Chris Roberts
146e0651e9 Adding a small patch for ruby-1.9.1-p243 so that it can be reviewed.
Fails 3 of the 886 tests.  One of them causes Haiku to crash badly!
2009-10-28 05:00:48 +00:00
Chris Roberts
52ae285db8 Modified python patch to use extra include and lib dirs so that zlib is detected. 2009-10-27 22:24:52 +00:00
Scott McCreary
89835402df updated python patch for 2.6.4 release 2009-10-27 00:11:37 +00:00
Scott McCreary
b9726d7bfc Updated Python-2.6.4.bep to url of the released version of 2.6.4 tar ball 2009-10-26 23:02:32 +00:00
Scott McCreary
9731fef4ae Initial checkin of .bep file to alow building of python-2.6.4rc1, the only change to the patch was to change occurances of "2.6.2" to "2.6.4rc1" to allow the patch to work automatically. 2009-10-13 18:19:37 +00:00
Oliver Tappe
3afafd39c2 * added patch for perl-5.10.1 on haiku 2009-09-09 09:40:06 +00:00
Scott McCreary
ee0ece7bdf Updated python patch for version 2.6.2, also adding in Python.OptionalPackageDescription file 2009-05-14 17:43:44 +00:00
Scott McCreary
5670597d90 Updated php patch to merge in Kaliber's php with the previous HaikuPorts one. 2009-03-01 23:04:26 +00:00
Scott McCreary
e9d15a2981 Initial patch to enable building of php on Haiku. 2009-03-01 22:43:46 +00:00
Scott McCreary
a525c3313a Updated patch for python-2.7-svn trunk includes recent additions from Kaliber's patch plus fixes to remove /usr from a couple files. 2009-01-18 22:11:41 +00:00
Scott McCreary
e93078ea16 initial patch for python-2.7-svn 2009-01-17 08:46:16 +00:00
Scott McCreary
27ab39da1b slimmed down patch for python-2.5.4 adding the known working haiku patches. 2009-01-13 07:05:32 +00:00
Scott McCreary
4f0d2cf734 updated patch to add list of tests that are ok if haiku skips them when running make test for python 2009-01-03 04:54:05 +00:00
Scott McCreary
f1e7761cfe initial patch to allow building of python-2.5.4 on haiku, this includes everything from previous 2.5.2 patch plus a couple other minor fixes. 2009-01-02 17:02:31 +00:00
Scott McCreary
b87f150ace Start of a script to fix python files that default to /usr/bin/env where haiku needs them to be just /bin/env. This will need tweaking as the execute settings on files needs to be reset after running this script, so a fix for that will need to be added to this. Probably just a simple chmod 644 *.py on the affected directories. 2008-12-16 15:12:45 +00:00
Scott McCreary
aaa731eca2 Still not building, but getting closer. Fixed a couple cases in Kaliber's 2.6.1 patch where it was looking for Haiku but found haiku1 instead. Removed the bluetooth workaround as haiku has bluetooth now? (Might have to put that back in if it fails) 2008-12-16 15:04:24 +00:00
Scott McCreary
149bc4311a fixed python-2.5.2 patch file, forgot to put haiku1 in h2py.py script file. 2008-10-29 06:38:33 +00:00
Ingo Weinhold
13b46ce6b0 Patches against 5.10.0 respectively perl-current@34615. The installation
directory is now /boot/common and socket support is enabled.
2008-10-29 01:40:19 +00:00
Scott McCreary
4740db5be1 fixed typo 2008-10-20 09:30:17 +00:00
Scott McCreary
689bf5ef59 Initial patch for Python-2.6, note that it still needs some work as it doesn't get passed make without an error yet. 2008-10-20 08:47:06 +00:00
Scott McCreary
8781bf670e First pass at making a python 3.0 patch to build on haiku. It's not yet building but this patch gets far into make before it's first error. 2008-10-10 20:46:14 +00:00
Scott McCreary
898f372f26 patch for python-2.5.2 to allow it to build on haiku, combining several patches into one. May still need a bit more work on this one. 2008-10-10 06:33:09 +00:00
Scott McCreary
076cc5df7c Initial checkin of yasm, .bep and a simple patch to workaround configure not detecting toascii on Haiku. 2008-09-26 19:15:50 +00:00
Scott McCreary
7a9e8a820e Initial patch to add Haiku support in tcl. This does not yet address the hard-linking issue when you try to run make install. 2008-08-31 19:41:09 +00:00
Scott McCreary
c6c3b87c2b New .bep file for new version 2008-08-23 03:32:23 +00:00
Scott McCreary
3068875682 2008-08-15 04:41:51 +00:00
Scott McCreary
7d230a2700 patch to allow haiku to build python, leaving out autotools generated files. 2008-08-15 04:19:29 +00:00
Scott McCreary
2fc97ebf1a 2008-08-14 19:13:19 +00:00
Scott McCreary
8059f4107f patch to fix a few comma at the end of struct warnings in nasm 2008-08-14 17:08:20 +00:00
Scott McCreary
1332cd4496 Initial checkin for lua.bep 2008-07-30 17:10:12 +00:00
Scott McCreary
c1340512ff Patch to add Haiku as a target platform for lua 2008-07-30 17:05:16 +00:00
Scott McCreary
081833065f Initial .bep file checking for sdl-image 2008-07-30 16:49:08 +00:00