Commit Graph

436 Commits

Author SHA1 Message Date
a0e9f82ccd packages: add perl-net-telnet (closes: #10277)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28587 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-25 20:53:19 +00:00
191acad832 [packages] php5: don't hide modules which are depended from other options,
instead select such options when module is enabled. Should fix the problem
described in #9839, backport to backfire TBD.



git-svn-id: svn://svn.openwrt.org/openwrt/packages@28510 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-21 21:12:24 +00:00
fa6babaaad [packages] php5: Introduce conditional dependencies
Thanks jow for the suggestion.



git-svn-id: svn://svn.openwrt.org/openwrt/packages@28509 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-21 20:58:46 +00:00
34410a6dec [packages] php5: Rework/fix config var handlin when built in SDK
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28508 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-21 20:56:04 +00:00
9fa6d05c32 [packages] php5: Add support for using the system timezone database
Using the systems database rather than embedding a copy has several
advantages. Its easier to keep the database up-to-date and it can
be used by multiple applications. So some bytes in the firmware image
can be saved, especially when only required timezones are installed.

Additionally, it not necessary anymore to configure the timezone
explicitly via php.ini (required since PHP 5.3). Instead OpenWRTs
system-wide settings are used.

This new approach is enabled by default, however it is possible
to deselect this feature to restore PHP's original behaviour.

The patches are taken from the Debian PHP patches.

Signed-off-by: Peter Naulls <peter@chocky.org>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@28491 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-19 19:23:51 +00:00
93c94349fa [packages] pyserial: fix build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28431 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-13 11:11:08 +00:00
ad222ec3ca [packages] twisted: add build dependency on librpc on uClibc, fix PyMod compilation, unmark as broken
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28426 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-12 06:50:00 +00:00
jow
d75a865f16 [packages] distribute: make the host build depend on python to ensure that python-package.mk is available, fixes random distribute build failures during parallel build runs
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28424 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-11 23:07:30 +00:00
5309438285 [packages] xapian-bindings: cleanup
provide PYTHON_LIB, instead of patching configure



git-svn-id: svn://svn.openwrt.org/openwrt/packages@28416 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-11 16:02:28 +00:00
3da1e55325 [packages] mako: remove @BROKEN, it is building againg after [28402]
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28403 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-10 14:22:28 +00:00
39f688def5 [packages] distribute: install host modules in hostpython search path
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28402 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-10 14:21:09 +00:00
3f88e25f26 [packages] distribute: fix MD5SUM (closes: #10154)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28396 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-09 23:54:40 +00:00
d52c56bebb [packages] perl-compress-bzip2: bump release for changed dependency
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28235 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-13 22:55:31 +00:00
1e0005792c [package] perl-compress-bzip2: depend on libbz2
Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28229 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-13 17:29:23 +00:00
7a5503a678 [packages] distribute: update to 0.6.21
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28216 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-11 23:18:17 +00:00
66cd7ccfe1 [packages] perl: more maintainer removals
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28189 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-07 03:08:00 +00:00
f01276d65e [packages] perl: remove Peter as he is no longer the maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28153 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-03 19:32:22 +00:00
0d4ef37862 [packages] php5: upgrade to 5.3.8 and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28131 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-30 19:45:14 +00:00
a1bbc6469b [packages] php5: PECL: include support for http
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28123 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-29 19:43:23 +00:00
d387b11d00 [package] add simplejson
THe simplejson is a json encoder/decoder for python it is a lot faster
(close to 10x) than the json module that ships with python.

A special thanks to Jan Willies for the feedback on the distribute package.

Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28105 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-28 12:08:38 +00:00
hcg
0dec5476b2 [packages] pyclips: Add new package pyclips
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27884 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-03 12:57:49 +00:00
nbd
10f3b43931 ruby: add missing dependency on librt (#9867)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27873 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-02 09:26:55 +00:00
13b04fe9b7 [packages] php5: fix dependencies for apc and sqlite3 (closes #9368)
When using CONFIGURE_LIBS the php binary itself depends on these libs,
so the opkg depends also reflected this. But in this case it was
required to install those libs even when they were never planned to use.



git-svn-id: svn://svn.openwrt.org/openwrt/packages@27839 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-30 08:21:58 +00:00
495b7fe03c [packages] php5: PECL: include support for libevent
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27838 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-30 06:38:53 +00:00
0b516de46e [packages] php5: fix compile with older gcc
This fix work around the membar_producer link error which
can be seen on backfire for brcm-2.4.



git-svn-id: svn://svn.openwrt.org/openwrt/packages@27834 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-29 21:59:03 +00:00
57b99a087c [packages] php5: add PECL dio extension
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27802 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-27 22:18:29 +00:00
84510bbd1a [packages] php5: fix cross compiling issue with -ldl
Php5's configure script seems to be a little bit buggy as
it disables dynamic library support during cross-compiling.

See also http://www.apachefriends.org/f/viewtopic.php?f=6&t=32367

For now, fix this by preventing the configure script overriding
the previously detected value.



git-svn-id: svn://svn.openwrt.org/openwrt/packages@27763 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-24 22:21:34 +00:00
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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