Commit Graph

88 Commits

Author SHA1 Message Date
Scott McCreary
90baef67e6 Enabled more options for php build. It's now picking up openssl, zlib, bzip2, etc. 2011-02-11 22:17:21 +00:00
Scott McCreary
f7185656be Continuing work on PHP-5.3.5, enabled a few more build options. It's not finding zlib for some reason so that's #'d out for now.
It fails 
to compile if sockets is enabled, failing at php-5.3.5/ext/sockets/sockets.c:632
2011-02-10 00:39:39 +00:00
Scott McCreary
0e26db9ce9 Added TEST section to php .bep file 2011-02-04 21:38:26 +00:00
Scott McCreary
be13fe0b9a With this updated .bep file for php, it's now building and creates the zip package as expected on Haiku. Next step is to start
adding in the extra features.
2011-02-04 00:49:33 +00:00
Scott McCreary
4adfdddc63 Added patch for php-5.3.5 that gets further into the build, but still a work in progress. 2011-02-03 22:49:06 +00:00
Scott McCreary
004c67abf8 Initial bep file for php-5.3.5, it's failing during configure, not finding "xml-config". 2011-01-22 00:05:48 +00:00
Scott McCreary
d76c3933d2 Initial .bep and patch files for python-3.2b2 2011-01-12 20:10:42 +00:00
Scott McCreary
6306f81e88 Removed old broken php bep file and .OPD file and added WIP php-5.3.4.bep, still needs some more work though to
get it to build.
2011-01-12 20:09:09 +00:00
Jrabbit
8b6a9db315 update python-3.2a4 md5 hash 2011-01-06 22:49:13 +00:00
Joseph Prostko
0721943cf8 * Add .patch and .bep for Python 2.7.1
* Works fine, but will update after perform more regression testing
2010-11-29 05:59:12 +00:00
Scott McCreary
7bc15ea3bd Added .bep and .patch files for python3.2a4 2010-11-22 19:44:35 +00:00
Scott McCreary
aff64b9aef Updated readline to 6.1, and added a bit more to the python-3.2a3 patch 2010-10-26 18:03:13 +00:00
Scott McCreary
e219660c0e Initial .bep and .patch files for Python-3.2 alpha3 2010-10-25 23:23:15 +00:00
Scott McCreary
2904fd6972 Added missing license files for Python and Ruby. Updated erlang .bep and .patch files, merging in parts send in by Anthony
D'Agostino.
2010-10-15 22:43:10 +00:00
Scott McCreary
6331cf830e Updated license and copyright for erlang, added license file. It's not yet building so marked as broken still. 2010-10-14 22:20:58 +00:00
Scott McCreary
3cf3c035e6 Added new TEST section to python, automake, findutils, coreutils and diffutils. 2010-10-08 21:03:19 +00:00
Scott McCreary
a57d65b673 Initial .bep and .patch files for erlang. These aren't yet working, but getting pretty far into the build before failing for what
may be missing ipv6 functions.  Further changes to the .bep and/or patch file will be required to get this one working.
2010-10-04 23:59:10 +00:00
Scott McCreary
0ace9d3a4f Moved several legacy patches to their respective patches directories. 2010-10-02 02:04:59 +00:00
Scott McCreary
57dcc3824f Updated bep file for lua to put gcc4 libs in lib/gcc4. 2010-10-01 19:19:06 +00:00
Scott McCreary
5efa1b6ca1 Initial .bep and .patch files for dmd, from haikubot 2010-09-30 21:52:45 +00:00
Scott McCreary
48b498fa54 Fixed the man directory issue with lua 2010-09-20 05:54:34 +00:00
Scott McCreary
057cf24b8b Update lua bep file to include the .pc file 2010-09-20 03:29:41 +00:00
Scott McCreary
904d7d18a0 Initial .bep for fpc, marked as unstable as it's failing to download 100% of the source 20Meg+ file, this one may need further
changes to get working.
2010-09-10 21:24:50 +00:00
Scott McCreary
c6c3fa695f Fixed the python-2.6.6 patch, added readline as a dependency so that python finds and builds it in. 2010-08-30 05:03:47 +00:00
Scott McCreary
ab4115b08b Updated openssl to 1.0.0a and python to 2.6.6 2010-08-30 00:00:00 +00:00
Scott McCreary
fcc3145607 Removed unneeded 2010-08-23 05:23:23 +00:00
Scott McCreary
340cbe3f57 Updated yasm to 1.1.0 2010-08-23 04:38:51 +00:00
Scott McCreary
fa0980649d Initial .bep file for nasm. 2010-07-06 15:47:53 +00:00
Michael Weirauch
d468128db1 * move unused diffs out of the way
* is fix-haiku.sh still required?
2010-06-07 17:53:06 +00:00
Michael Weirauch
5f0cddc71a * self hosting build patch (mostly based on the present patches)
* some AC* calls for libffi had to be commented (somebody with more
  experience in this regard should have a look)
* regrtest.py not adjusted as it crashes on test_resource
  (before that is not fixed there's no use adding tests to skip)
2010-06-07 17:49:18 +00:00
Chris Roberts
dcdeed9daf Backport some more fixes for ssl support in ruby-1.9.1 2010-05-20 19:29:14 +00:00
Chris Roberts
7c5e7d7965 Update the ruby-1.9.1 patch to remove libbe from the default link libraries 2010-05-18 06:18:03 +00:00
Chris Roberts
19fd2d4bfa Merged most of the OPD files into the beps. 2010-05-16 19:28:03 +00:00
Scott McCreary
ad469634a2 Added yasm.OptionalPackageDescription and fixed openssh's known_host2 pathname. 2010-04-30 03:35:31 +00:00
Chris Roberts
65a95a647b Tweak the lua patch to use PIC when building the shared library 2010-04-29 01:15:19 +00:00
Chris Roberts
d3bd9ab442 Add patch to lua for proper Haiku support and shared lib building(ticket #283).
Adjusted build/install commands in the bep file.
2010-04-28 04:34:58 +00:00
Chris Roberts
2314c1cc85 Attempt to clean up the DEPEND field of some of the bep files to match the format described on the wiki. 2010-04-27 01:15:54 +00:00
Chris Roberts
c86fe80720 Regenerated the python-2.6.5 patch and added utf-8 as the default filesystem encoding. 2010-04-26 22:00:31 +00:00
Chris Roberts
cf24b8dd06 Add swig-1.3.40 2010-04-23 04:42:42 +00:00
Chris Roberts
3656067792 Update the perl install commands to properly install and create a package.
Regenerated the patch with a contribution from andreasf to install the haikuish.h header.
Should fix haikuports tickets #302 and #323
2010-04-23 02:03:51 +00:00
Chris Roberts
d59c009c4e Update the ruby patch with a backported fix for compiling against openssl-1.0
Changed the status to stable and added dev-lang/ruby as a dependency since it needs an existing ruby to bootstrap.
Renamed the OPD file just to make it consistent with others.
2010-04-19 05:22:35 +00:00
Chris Roberts
0668e04ded Add an LDFLAGS argument to the python-2.6.5 build instructions so it can find libs like readline. 2010-04-19 03:45:52 +00:00
Scott McCreary
439fd764c1 Initial .bep file for perl, moved patches to patches directory. 2010-03-22 04:06:36 +00:00
Scott McCreary
828dc5e9dd Updated sed to got into /boot/system as libtool has issue when sed is in /boot/common, updated python 2.6.5 files, and updated openssh's .opd file 2010-03-21 07:01:14 +00:00
Scott McCreary
9c184b652f Initial .bep and patch files for python-2.6.5 (rc2) 2010-03-12 01:04:18 +00:00
Scott McCreary
3cc81d3e35 Fixed install to cd into the directory first. 2010-03-03 04:41:45 +00:00
Scott McCreary
cc8289ac7c Updated yasm to 0.8.0 2010-03-02 15:45:35 +00:00
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