aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* Merge pull request #3943 from commodo/python3-cffiHannu Nyman2017-02-03
|\ | | | | python3-cffi: add variant
| * python-cffi: add python3 variantAlexandru Ardelean2017-02-01
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python-pycparser: add python3 variantAlexandru Ardelean2017-02-01
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python-ply: add python3 variantAlexandru Ardelean2017-02-01
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | lang/python-pcapy: Bumped version to 0.11.1Andrew McConachie2017-02-01
|/ | | | | | | Signed-off-by: Andrew McConachie <andrew@depht.com> Compile tested: AMD64 Run tested: tested Description: new release
* python-packages: remove python-pip/host dependencyAlexandru Ardelean2017-01-26
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-dns: remove python-setuptools/host dependencyAlexandru Ardelean2017-01-26
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* php7: update to 7.1.1Michael Heimpold2017-01-24
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7: fix xml2-config path to unbreak buildMatthias Schiffer2017-01-24
| | | | | | Partially reverts 4a984a8d6. Fixes #3907. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* Merge pull request #3897 from commodo/python-unifyHannu Nyman2017-01-24
|\ | | | | python,python3,pip,setuptools: unify pip & setuptools under python,python3
| * python,python3: add python-pip-conf package to be used by both python-pip & ↵Alexandru Ardelean2017-01-23
| | | | | | | | | | | | python3-pip Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * pip,setuptools: move as part of python,python3 buildAlexandru Ardelean2017-01-23
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python,python3: install built-in pip and setuptoolsAlexandru Ardelean2017-01-23
| | | | | | | | | | | | Easier than using external package. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * python3: sync changes from pythonAlexandru Ardelean2017-01-19
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #3861 from milani/luajitHannu Nyman2017-01-23
|\ \ | | | | | | luajit: update to trunk
| * | luajit: update to trunkMorteza Milani2017-01-23
| | | | | | | | | | | | | | | | | | This includes a fix in jit module that is essential for MIPS target. Signed-off-by: Morteza Milani <milani@pichak.co>
* | | perl-www-curl: fix build against curl >= 7.50Jo-Philipp Wich2017-01-18
| |/ |/| | | | | | | | | | | | | | | | | | | | | Import a proposed upstream bug fix to allow building against recent curl versions. Fixes the following error observed by the buildbots: curlopt-constants.c:129:49: error: 'CURL_STRICTER' undeclared (first use in this function) if (strEQ(name, "STRICTER")) return CURL_STRICTER; Upstream bug: https://rt.cpan.org/Public/Bug/Display.html?id=117793 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | ruby: derive ABI version from VERSIONLuiz Angelo Daros de Luca2017-01-17
|/ | | | | | | | | There might be no ABI breakage when the first two number of version are the same. (No change on generated packages. No need to bumb release) Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* perl-cgi: bump package release because of PKG_LEAVE_COMMENTSPhilip Prindeville2017-01-11
| | | | | | | Last commit required release increment so people would refresh to non-broken files. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* Merge pull request #3740 from pprindeville/fix-perlmod-strippingHannu Nyman2017-01-11
|\ | | | | perlmod: global knob to disable comment stripping modules
| * perlmod: global knob to disable comment stripping modulesPhilip Prindeville2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | Certain strings are misinterpreted as comments by perlmod.mk and removed when they shouldn't be (in particular, perl-cgi). Enable this whenever you have sufficient flash space. Globally, CONFIG_PERL_NOCOMMENT=y (default) causes comments to be stripped as before. However, a package (like perl-cgi) can override this with PKG_LEAVE_COMMENTS=1. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | php7: add a patch to fix build on aarch64Michael Heimpold2017-01-11
| | | | | | | | | | | | | | | | | | | | | | This fixes the following build error, spotted by the LEDE buildbots: {standard input}: Assembler messages: {standard input}:557: Error: operand 3 should be an integer register -- `mul x0,x0,1048576' {standard input}:558: Error: operand 3 should be an integer register -- `smulh x1,x0,1048576' Makefile:1466: recipe for target 'ext/opcache/zend_accelerator_module.lo' failed Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #3739 from pprindeville/fix-perl-cgiHannu Nyman2017-01-11
|\ \ | | | | | | perl-cgi: disable comment stripping which damages module
| * | perl-cgi: disable comment stripping which damages modulePhilip Prindeville2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The macro perlmod/Install does comment stripping which gets confused by the line: in several files in this module, incorrectly deleting it as a comment. It's not: it's the closure of a "= q/" literal. See PR #3740 as this is a prerequisite. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #3813 from NeoRaider/hostpkgMatthias Schiffer2017-01-11
|\ \ \ | | | | | | | | Use STAGING_DIR_HOSTPKG where appropriate
| * | | treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with ↵Matthias Schiffer2017-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $(STAGING_DIR_HOSTPKG) As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely on it. See 73b7f55424de52d8179a9ad808252fe3bf8dcc9d for more information on STAGING_DIR_HOSTPKG. STAGING_DIR_HOSTPKG won't actually be changed before the first LEDE release (it is equivalent to $(STAGING_DIR)/host), so this simple search/replace cleanup is safe to apply. Doing this cleanup now will be useful for the Gluon project (an OpenWrt/LEDE based firmware framework) for experimenting with modifying STAGING_DIR_HOSTPKG before doing this in the LEDE upstream. Also fixes a typo in the dbus Makefile ("STAGIND_DIR"). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
| * | | python{,3}: remove STAGING_DIR_HOSTPKG fallback definitionMatthias Schiffer2017-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | STAGING_DIR_HOSTPKG is now defined in both OpenWrt and LEDE, so we can start to rely on it. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | Merge pull request #3811 from commodo/python-gmpy-dropHannu Nyman2017-01-11
|\ \ \ \ | | | | | | | | | | [RFC] python-gmpy: drop package (in favor or python-gmpy2)
| * | | | python-gmpy: drop package (in favor or python-gmpy2)Alexandru Ardelean2017-01-10
| |/ / / | | | | | | | | | | | | | | | | | | | | Last version was released on 2013-07-28. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | python: bump PKG_RELEASE to 3Alexandru Ardelean2017-01-11
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | python: remove `011-do-not-prefer-ncursesw.patch`Alexandru Ardelean2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | LEDE now provides libncursesw by default [even for libncurses]. No need to keep this patch around. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | python: use built-in libffi lib for host buildAlexandru Ardelean2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python comes with it's own builtin libffi lib, which seems easier to use for the host build, than trying to use the one from the package feeds. Also, dropping `005-fix-libffi-x86-64-configure.patch` Not needed anymore. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | python: link with static libs of ssl, crypto for host buildsAlexandru Ardelean2017-01-11
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Revert "python: don't use libressl for host build"Alexandru Ardelean2017-01-11
| | | | | | | | | | | | | | | | This reverts commit ca800e60b040a2b409801560dc16dbcac6cba2b1.
* | | | python: drop CFLAGS in HOST_CONFIGURE_ARGS ; it's already in HOST_CONFIGURE_VARSAlexandru Ardelean2017-01-11
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | python: remove Host/Install rule default addAlexandru Ardelean2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I just found out that, that the BUILD_VARIANT var is not set for the host build, so technically this code would never get used. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | php7: update to 7.1.0Michael Heimpold2017-01-10
|/ / / | | | | | | | | | | | | | | | Adjust patches for new upstream revision. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | luajit: move patches dir to the right placeYousong Zhou2017-01-08
| | | | | | | | | | | | | | | | | | Closes #3792 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | lang/luajit: Move to lua submenu Daniel Engberg2017-01-07
| | | | | | | | | | | | | | | Move luajit to where the other lua stuff lives Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | Merge pull request #2823 from milani/luajitHannu Nyman2017-01-07
|\ \ \ | |/ / |/| | luajit: Added luajit package
| * | luajit: new packageMorteza Milani2017-01-07
| | | | | | | | | | | | | | | | | | Add luajit to repo Signed-off-by: Morteza Milani <milani@pichak.co>
* | | python: don't use libressl for host buildAlexandru Ardelean2017-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: https://github.com/openwrt/packages/issues/3767 Since commit: https://github.com/lede-project/source/commit/f6e6341d896adb78f9b496f71aab8f45e1742d5a libressl is built on the host-side. Python picks it up [ via the openssl/* headers ] and assumes it has SSL libs. Compiling works fine, linking fails. Doesn't look like it's because: https://github.com/lede-project/source/commit/2fd5ce9488d11c7e6eee7dc30f128bd12be889f5 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #3755 from commodo/python3-update-buildHannu Nyman2017-01-04
|\ \ \ | | | | | | | | python3: sync makefiles with python package
| * | | python3: sync makefiles with python packageAlexandru Ardelean2017-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Technically, this just updates build details. No functionality change to package itself. So, no need to increase PKG_RELEASE on this change. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | python: upgrade to version 2.7.13Alexandru Ardelean2017-01-04
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | python: simplify/unify default build rules for python packagesAlexandru Ardelean2017-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most python packages use the same build rules & vars. So, adding them in python-package.mk. Also, preparing for using VARIANTs for python/python3 packages. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | python-dev: add python-lib2to3 as dependencyAlexandru Ardelean2017-01-04
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | python: update PYTHON_FOR_BUILD (based on python3)Alexandru Ardelean2017-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PYTHON_FOR_BUILD is used to build the target python. Nomally Python scripts detect fine the Python host interpreter to use for building the Python target interpreter. But, let's not leave it up to chance anymore. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | python: remove argument for `--with-system-ffi` configure arg (based on python3)Alexandru Ardelean2017-01-04
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | And apparently `--with-system-ffi` does not take any arguments. But it's only in Python 3.6 that a check was added for that. After checking, Python 2.7 does not take any args either for `--with-system-ffi` ; so, remove it [for the case when this change may get backported]. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #3737 from commodo/python3-upgradeHannu Nyman2017-01-02
|\ \ \ | | | | | | | | python3: upgrade to version 3.6.0