Hi Michael,

Le 02/04/12 23:19, Michael Heimpold a écrit :
Hi Florian,

the following changes are available in my git repository at

git://github.com/mhei/openwrt-packages.git

for you to fetch.
Since I don't have sufficient svn commit permissions I cannot
create the php5-pecl-* packages on my own.
All changes are compile and runtime tested on brcm47xx.

Since this is my first pull request at all, feel free to flame :-)

Your pull request basically looks okay to me, I just have a couple comments:

- can you create a dedicated branch, so I know I can safely pull from this branch - the patches in your tree don't have your signed-off-by tag, can you add it?

Do you mind resending it with the changes mentionned above?

Thanks!
--
Florian


Regards,
Michael

-------------------------

Michael Heimpold (6):
   [packages] php5: Remove all patched-in pecl modules, prepare for
     standalone pecl modules
   [packages] Introduce php5-pecl-apc package
   [packages] Introduce php5-pecl-bcompiler package
   [packages] Introduce php5-pecl-dio package
   [packages] Introduce php5-pecl-http package
   [packages] Introduce php5-pecl-libevent package

  lang/php5-pecl-apc/Makefile                        |   33 +
  lang/php5-pecl-bcompiler/Makefile                  |   29 +
  lang/php5-pecl-dio/Makefile                        |   29 +
  .../patches/010-additional-baudrates.patch         |   29 +
  lang/php5-pecl-http/Makefile                       |   34 +
  lang/php5-pecl-libevent/Makefile                   |   31 +
  lang/php5/Makefile                                 |   40 +-
  lang/php5/patches/005-APC.patch                    |22333 -------
  lang/php5/patches/010-PECL-dio.patch               | 3473 -
  .../011-PECL-dio-additional-baudrates.patch        |   29 -
  lang/php5/patches/020-PECL-add-libevent.patch      | 1758 -
  lang/php5/patches/030-PECL-add-http.patch          |29802 ---------
  .../php5/patches/900-prevent_buildconf_force.patch |70582 --------------------
  13 files changed, 336 insertions(+), 128025 deletions(-)
  create mode 100644 lang/php5-pecl-apc/Makefile
  create mode 100644 lang/php5-pecl-bcompiler/Makefile
  create mode 100644 lang/php5-pecl-dio/Makefile
  create mode 100644 lang/php5-pecl-dio/patches/010-additional-baudrates.patch
  create mode 100644 lang/php5-pecl-http/Makefile
  create mode 100644 lang/php5-pecl-libevent/Makefile
  delete mode 100644 lang/php5/patches/005-APC.patch
  delete mode 100644 lang/php5/patches/010-PECL-dio.patch
  delete mode 100644 lang/php5/patches/011-PECL-dio-additional-baudrates.patch
  delete mode 100644 lang/php5/patches/020-PECL-add-libevent.patch
  delete mode 100644 lang/php5/patches/030-PECL-add-http.patch
  delete mode 100644 lang/php5/patches/900-prevent_buildconf_force.patch


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to