0
0
Fork 0
Commit Graph

49 Commits

Author SHA1 Message Date
waddlesplash 4f180bdb94
Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Jérôme Duval ca634d1861
php: add libzip dependency 2021-08-16 12:29:37 +02:00
ihatemyisp b2c957df68 recipe tweaks 2021-05-08 10:26:49 +02:00
ihatemyisp 5262fd3f89 resolv.h fix 2021-05-08 10:26:49 +02:00
ihatemyisp e5be191645 fix dependencies and remove old versions 2021-05-08 10:26:49 +02:00
IhatemyISP 82b35afe43 version and feature bump 2021-05-08 10:26:49 +02:00
Adrien Destugues b37d078aa4 php: fix PROVIDES 2020-08-18 18:19:56 +02:00
Adrien Destugues 212b723d14 php: bump version
php5 is not maintained and does not build with current openssl versions
2020-08-04 22:58:49 +02:00
Adrien Destugues 02033538e7 Fix issues founds by package builder. 2020-08-03 22:57:23 +02:00
Adrien Destugues ea1f47de04 Bump all recipes depending on icu to migrate to version 66. 2020-08-02 14:48:30 +02:00
Augustin Cavalier f0399cc720 Bump revisions of all dependents of libjpeg. 2020-04-13 19:11:38 -04:00
Augustin Cavalier 165a784ece Bump revisions of all packages that depend on curl. 2020-04-11 17:32:56 -04:00
Adrien Destugues 84f28d73a5 php: fix unwanted directory in installation. 2020-04-11 22:17:42 +02:00
Augustin Cavalier e23e9be3cf Bump revisions of all packages that depend on OpenSSL. 2020-03-19 20:08:50 -04:00
Adrien Destugues 8b1e38cf29 php: missing dependency on nghttp2 2018-12-28 10:43:31 +01:00
Jerome Duval bd33cc2cbd code style. 2018-09-03 11:10:08 +02:00
Adrien Destugues 0471196ff4 Add recipe for php 5.6.37
Maybe this one will manage to be built by haikuporter?
2018-09-02 22:11:50 +02:00
Jerome Duval 0d782eba67 dev-*: reorder sections. 2018-08-08 16:18:18 +02:00
Jerome Duval 128d11d0b7 php: code style. 2018-08-03 08:44:16 +02:00
Adrien Destugues 6798aa57bf php: update to 5.6.33.
The 5.6.4 version crashed during ./configure due to misuse of the crypt() function in configure scripts (problem fixed in 5.6.20).
2018-02-19 18:36:41 +01:00
Adrien Destugues cca35279c8 PHP: fix patchset.
For some reason it does not apply cleanly.
2018-01-16 22:34:18 +01:00
Adrien Destugues a6c11d978a php: bump version for ICU dependency update.
Version in repos depends on ICU 55.
2017-08-29 18:38:59 +02:00
waddlesplash aaf2dc61ae php: is broken on x86_64. 2017-06-25 09:40:17 -04:00
miqlas 0880d3da8c PHP: bump version (#1416) 2017-06-14 17:35:23 -04:00
Adrien Destugues b10d395def php: bump version for rebuild against ICU 55. 2015-11-01 09:46:44 +01:00
Augustin Cavalier f561efbc96 Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME. 2015-07-02 11:13:12 -04:00
Augustin Cavalier f30289933c php: add missing bz2 provide. 2015-01-19 14:38:50 -05:00
Augustin Cavalier 28d5b9755c php: enable more features. 2015-01-15 21:14:46 -05:00
Augustin Cavalier 4c499801a2 php: version for 5.6.4. 2015-01-15 21:14:45 -05:00
Augustin Cavalier a1cf1af23e php: remove old versions. 2015-01-15 21:14:44 -05:00
Oliver Tappe 52b344b97b Drop references to $haikuVersion.
* Referring the current haiku version explicitly is not needed, since
  the RequiresUpdater takes care of setting the version of Haiku used
  for building a package.
2014-12-14 23:08:52 +01:00
Adrien Destugues 825b9bf266 Add recipe for older php 5.4.34.
Unfortunately it panics in the same way as 5.6.2.
2014-10-20 11:31:39 +02:00
Adrien Destugues 0a387cda85 php: fix recipe
* use main php.net download link, it will dispatch to mirrors as needed
* use patch...
2014-10-17 15:09:36 +02:00
Adrien Destugues 1719148744 Add recipe for php 5.6.2.
* Testsuite triggers a scheduler KDL!
2014-10-17 13:24:53 +02:00
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00
Oliver Tappe 94cc6aaf85 Merge all changes from trunk 2013-03-29 14:04:07 +00:00
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 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
Scott McCreary 0ace9d3a4f Moved several legacy patches to their respective patches directories. 2010-10-02 02:04:59 +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
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
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