jow
c59d339db1
[packages] perl: use proper conditional dependency spec ( #9721 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27655 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-17 17:28:01 +00:00
swalker
afb0dd4541
[packages] perl: link with libbsd for (e)glibc, refresh patches, Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27611 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-14 18:38:34 +00:00
cshore
e8fb0b1ddf
[packages] lang/perl: Fixed finding libm and friends due to Ubuntu 11.04 and Debian 6 (Wheezy) using arch dirs for system libraries instead of /usr/lib and /lib. Patch by Andy Doughertry, submitted by Jan. Thanks\!
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27468 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-06 04:01:17 +00:00
blogic
7efbf6e8d9
New package jsonpath
...
This patch adds a new python package called jsonpath.
JSONPath allows you to run XPATH-like queries over json data structures.
Changes since v1:
* removed unrelated changes
* fix copyright
Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27415 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-03 19:19:53 +00:00
jow
2cfd3c243c
[packages] lsqlite3: actually link against libsqlite3, fixes segfault when accessing sqlite3 functions... ( #8305 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27263 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-23 14:23:31 +00:00
mhei
c6308bae9c
[packages] php5: fix build on backfire (membar_producer link error, closes #9379 )
...
The attached patch was accepted upstream, see
http://bugs.php.net/bug.php?id=54895 for details.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26965 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-21 06:57:57 +00:00
loswillios
2be5098dc2
[packages] distribute: update to 0.6.16, install easy_install ( fixes #8135 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26960 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-20 11:49:25 +00:00
mhei
50b4797890
[packages] php5: add gettext module
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26887 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-13 19:02:24 +00:00
mhei
962d5eb90a
[packages] php5: fix build and package dependencies
...
- fix PKG_BUILD_DEPENDS (should finally close #9196 )
- correct package dependency spec as suggested by jow (refs #9368 )
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26870 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-10 21:10:16 +00:00
mhei
e7c4e98101
[packages] php5: add missing $ sign ( fixes #9264 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26847 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-08 09:00:57 +00:00
mhei
05d26d5db1
[packages] php5: Rework and simplify makefile ( #9196 )
...
- use standard variables for configure
- use standard macros for build (prevents a second configure/compile
run when both php5-cli and php5-cgi packages are selected)
- construct PKG_CONFIG_DEPENDS before including packages.mk (fixes #9196 )
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26825 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-04 18:34:27 +00:00
mhei
55671220de
[packages] php5: fix APC support
...
The APC patch adds the APC extension to the source tree. However,
when it was selected nothing happens since the extension wasn't
'registered'. This is what a 'buildconf' run usually does.
This however needs version 2.13 of autoconf. So instead of
requiring this (additional) autoconf version on the build system
the files changed are included in an additional patch.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26824 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-04 18:27:36 +00:00
mhei
e36068489e
[packages] php5: whitespace fixes only
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26823 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-04 18:24:15 +00:00
jow
9f455a1d9d
[packages] package luaposix, the general Lua POSIX library
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26821 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-04 14:49:58 +00:00
mhei
495478d009
[packages] php5: remove obsolete patch after update to 5.3.6
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26732 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-19 19:30:27 +00:00
mhei
4993b49dee
[packages] php5: update to 5.3.6
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26731 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-19 19:29:39 +00:00
mhei
62bbaa26ba
[packages] php5: fix typo for package description
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26730 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-19 19:27:16 +00:00
mhei
6a8bf15ed7
[packages] php5: add maintainer details
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-19 19:23:54 +00:00
jow
d6068eccb8
[packages] ruby: fix compilation against OpenSSL v1.0.0, thanks russell
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26599 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-11 22:35:26 +00:00
florian
aeaf1b9c3d
[package] php5: Fix build when simplexml is selected ( #7758 )
...
The build fails since the php module is statically disabled. This patch
adds the required magic.
This should also finally close #7758 .
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26341 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 21:22:32 +00:00
jow
d8dc1eb62d
[packages] perl: make sure that staging_dir/*/usr/lib/perl5 is in host perl's @INC ( #9111 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26277 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-23 17:50:01 +00:00
mb
5db771fa27
python-sip: Refresh patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26122 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13 15:49:03 +00:00
mb
4b35585a4a
pyqt4: Update to latest stable
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26121 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13 15:27:56 +00:00
mb
ff77489658
pyqt4: riverbank deletes old versions from their server. So point our Makefile to a source that still contains the tarballs.
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26110 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13 13:32:33 +00:00
jow
638f8b501a
[packages] drop sablevm-sdk, its dead
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25986 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-09 22:06:10 +00:00
florian
018d2eb264
[package] php5: add missing dependency on libsqlite3/libpthread ( #7224 )
...
The binaries are already dependent on sqlite3 and pthread, not only the
corresponding php modules.
This closes #7724 .
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25674 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-23 22:24:39 +00:00
florian
55beb6aa52
[package] php5: first steps to simplify the Makefile
...
- Introduce /etc/php5 which is scanned for additional configuration files.
So it is possible that a installed modules is automatically enabled
without the need to modify the php.ini.
- Remove unsupported config option: --disable-ttf
- Add support for SimpleXML module, closes #7758 .
- Add support for PCNTL module.
- Modularize System V stuff.
- Rename BuildPlugin to BuildModule which IMHO fits better to the
commonly used terminology of "PHP module".
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25673 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-23 22:24:30 +00:00
jow
6405afe906
[packages] php4: fix OpenSSL v1.0.0 fallout...
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25651 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-21 19:44:17 +00:00
jow
f42dfa84e6
[packages] yapsnmp: fix various autofails
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25349 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-03 19:13:26 +00:00
jow
21acab845d
[packages] php5: add upstream fix for "php_crypt_r.c:(.text+0x5a8): undefined reference to `membar_producer'"
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25335 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-03 01:36:26 +00:00
jow
d3a7097b71
[packages] make libintl and libiconv stub/full implementations switchable, use the new include/nls.mk infrastructure for it
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25319 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-02 18:54:24 +00:00
mb
a6af022e7a
pygtk: Also install python .so modules
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25191 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-28 11:55:14 +00:00
jow
6ce453ed6d
[packages] pygtk: fix autoreconf
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24832 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-26 04:06:19 +00:00
hauke
00116b4ac8
php5: update version to 5.3.4
...
* fix build with libiconv
* update apc extension
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24774 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-22 01:54:35 +00:00
hauke
939a313afe
php4: update to version 4.4.9
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24773 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-22 01:50:46 +00:00
dingo
ff8f16665b
[patch-team] - Upgrade ruby to 1.9.2-p0 - corrects file clashes between ruby-readline and ruby-irb - corrects file clashes between ruby-webrick and ruby-openssl - Signed-off-by: Vincent Neyen <vneyen at gmail.com>
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24727 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-19 14:27:56 +00:00
swalker
2794200cdb
[packages] lsqlite3: update to 7
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24703 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-19 04:24:33 +00:00
jow
118b63aecf
[packages] pygobject: fix compilation by explicitely enabling static libs
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24592 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-15 08:03:05 +00:00
jow
af6f1ccd3d
[packages] pycairo: fix compilation by explicitely enabling static libs
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24591 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-15 07:37:36 +00:00
hcg
a266acc54c
[packages/python-ifconfig] Add package python-ifconfig
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24543 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-13 12:27:11 +00:00
jow
d67f55470f
[packages] php5: don't autoreconf
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24401 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-09 20:18:38 +00:00
nbd
46235e5973
pyqt4: select qt4-gui
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23798 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-02 16:56:11 +00:00
mb
4035fb0ffc
python: Move .mk copying to InstallDev
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23725 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-30 21:20:36 +00:00
mb
59cb70ac2c
Fixup python-sip and pyqt4 to use the internal host-python.
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23667 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 13:38:05 +00:00
mb
83b35d28c8
Split python into a host and target build. Also add a HostPython macro to conveniently and safely invoke host python binary.
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23666 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 13:37:11 +00:00
mb
c8c559d95c
temporarily disable python-dev check
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23620 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 14:09:32 +00:00
florian
cfc65b7052
[package] make initscript of fastcgi-php to use /etc/rc.common
...
currently the init.d script of fastcgi-php do not use the standard
rc.common methods. The attached patch fixes that.
Signed-off-by: Alexander Sulfrian <alexander@sulfrian.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23618 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 13:20:30 +00:00
mb
38d30dc1a0
python-sip: Host need -fPIC
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23599 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 20:31:21 +00:00
mb
8b012c8faa
python-sip: Check for python-dev prereq
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23597 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 20:16:12 +00:00
jow
9b33ba0b6b
[PATCH] php5: Php's sqlite3 module needs to be explicite linked to -lpthread with uClibc.
...
Also add the required package dependencies. See also ticket #7237 for
reference.
A simple test case is the following php script:
<?php
$db = new SQLite3("test.db");
?>
It hangs and triggers the max execution time without this patch.
Signed-off-by: Michael Heimpold <mhei at heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23585 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-22 16:47:43 +00:00