Commit graph

4631 commits

Author SHA1 Message Date
Hannu Nyman
315ef6bf42 Merge pull request #2118 from commodo/python2-fix-typo
python2: fix typo in HostPython function
2015-12-13 17:06:26 +02:00
Alexandru Ardelean
65b388adbc python2: fix typo in HostPython function
I call this the curse of the End-Of-The-Year for me.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-13 14:56:45 +02:00
Hannu Nyman
b14411d5da Merge pull request #2115 from commodo/python2-fix-setuptools
python: fix HostPython again
2015-12-12 15:04:51 +02:00
Alexandru Ardelean
fdde13be29 python: fix HostPython again
Tested on python-setuptools.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-12 14:51:50 +02:00
Ted Hess
befa2ce3e2 zile: Remove unecessary dependence on libncurses (non-w) version
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-12-11 18:10:14 -05:00
Ted Hess
0b66804f25 libev: Fix compatibility with libevent2 includes
Packages building with libev and want to include event.h from libev
need to be modified to include ev_event_compat.h instead.

The are no known packages which need to be fixed at this time. The
normal include is ev.h for this package.

Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-12-11 17:58:47 -05:00
Hannu Nyman
7aa4b19f97 Merge pull request #2109 from commodo/python2-fix
python: fix HostPython host/target selection
2015-12-11 17:33:01 +02:00
Alexandru Ardelean
779643e358 python: fix HostPython host/target selection
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-11 17:13:21 +02:00
Hannu Nyman
b01a391c5e Merge pull request #2108 from commodo/python-2-7-11-upgrade
python: fix upgrade 2.7.11 goof
2015-12-11 16:51:07 +02:00
Alexandru Ardelean
015adc9b7a python: fix upgrade 2.7.11 goof
Seems those pkgconfig file paths were revealed to be incorrect
after doing a full clean build.
And I only had to inspiration to do one after doing the initial PR.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-11 16:49:45 +02:00
Hannu Nyman
995bdfdcfa Merge pull request #2107 from commodo/python-2-7-11-upgrade
python: upgrade to version 2.7.11
2015-12-11 16:32:20 +02:00
Alexandru Ardelean
a8602a7ccb python: upgrade to version 2.7.11
And split python-dev and python-lib2to3 packages.
Seems for python3 this was done, so we'll sync here.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-11 16:07:22 +02:00
Alexandru Ardelean
c55641331e python: unify HostPython and HostHostPython functions
That means basically moving the host Python from $(STAGING_DIR_HOST)
to $(STAGING_DIR_HOST)/usr and making the PYTHONPATH var
as an argument.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-11 16:01:27 +02:00
Alexandru Ardelean
8054747a49 python: remove newline function; it's also in OpenWRT core
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-11 15:30:32 +02:00
Hannu Nyman
f0be8b0ea2 Merge pull request #2105 from dddaniel/master
atftp: Fix "undefined reference" linker errors.
2015-12-11 13:52:48 +02:00
cmf
fff766fecd Boost: Update 8
Major fixes:
 - The "Select Boost Options" was improved:
   - In previous versions, it was possible to unselect both Shared and Static
     options, so that there would be nothing to be built. This was solved by
     creating a choice menu "Compile Boost libraries".
   - A new choice menu was also created for Boost Run-time linkage called
     "Selects Boost Run-time linkage", which is used to select the C and C++
     runtime. This choice menu obeys to the required restrictions by boost
     options [1].

 - Fixed the invalid combination where boost shared version could be linked
   to C and C++ static runtime. This is not allowed by the boost builder.
 - Added new menu where a Boost building variant can be chosen from 3 options:
   - Release: The optimized version for daily use.
   - Debug: The debugging version, for testing purposes.
   - Profiling: The profiling version for evaluation purposes.
 - Improved options help descriptions.

Minor fixes:
 - Makefile Version was bumped from 6 to 8 because the previous update [2] did
   not bumped the value acordingly to the submission rules.
 - Removed stuff that was not doing anything: "-sBUILD=release"
 - Changed builder executable from "bjam" to "b2" which is the correct caller:
   - "bjam" is the old name and exists only for compatibility purposes.

[1]: http://www.boost.org/build/doc/html/bbv2/overview/builtins/features.html
[2]: openwrt#2084

Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
2015-12-11 11:18:17 +00:00
Daniel Danzberger
8bc1404ff5 atftp: Fix "undefined reference" linker errors.
These errors were caused by using "inline" functions in a non-static context.

Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
2015-12-11 11:52:20 +01:00
Hannu Nyman
f5bcadb55e Merge pull request #2102 from fededim/master
davfs2: simplified dependencies and added support for LFS
2015-12-11 11:16:13 +02:00
Rupan
761f82175b davfs2: simplified dependencies and added support for LFS
Signed-off-by: Federico Di Marco <fededim@gmail.com>
2015-12-11 02:54:52 +01:00
Hannu Nyman
5351a1c740 Merge pull request #2061 from commodo/python-psycopg2-fix
python-psycopg2: fix build
2015-12-10 22:53:52 +02:00
Marcel Denia
8829ae3de6 perl: Work around recompile failures
Apparently, recompiling/relinking fails under some circumstances. This
patch has been reported to work around that issue.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-12-10 22:40:54 +01:00
Ted Hess
f5eb8b4257 Merge pull request #2098 from gibsson/triggerhappy_v1
triggerhappy: bump PKG_REV to fix input header creation
2015-12-10 11:46:10 -05:00
Gary Bisson
6f2538dc58 triggerhappy: bump PKG_REV to fix input header creation
Current configuration creates empty evtable_*.h header which makes all
the input event appear as "Unknown (null) event".

The maintainer of the project submitted a patch to fix this issue:
https://github.com/wertarbyte/triggerhappy/commit/7e5abc6

Thanks to this version bump, the old OpenWRT patch can be removed.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
2015-12-10 13:11:45 +01:00
Hannu Nyman
5176b9d779 Merge pull request #2089 from commodo/python-pip-conf
python-pip: add site-wide pip.conf with defaults
2015-12-10 11:09:00 +02:00
Hannu Nyman
0da38ec5b5 Merge pull request #2097 from oneru/nano-2.5
Update nano to 2.5.0
2015-12-10 11:00:03 +02:00
Daniel Dickinson
9535b642a9 lang/python: Depend on system expat
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
2015-12-09 21:21:47 -05:00
Alexandru Ardelean
3fe1374238 python-pip: add site-wide pip.conf with defaults
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-09 21:50:18 +02:00
Toke Høiland-Jørgensen
91a597eebe sqm-scripts: Bump to v1.0.6.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-12-09 15:01:14 +01:00
Alexandru Ardelean
a4356a222b python-psycopg2: fix build
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-09 10:24:54 +02:00
Jonathan Bennett
ee422b3c33 Update nano to 2.5.0
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
2015-12-08 09:06:27 -06:00
Nikos Mavrogiannopoulos
1c063ad6fb libradcli: updated to 1.2.5
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-12-07 19:58:00 +01:00
Nikos Mavrogiannopoulos
893481234f ocserv: doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-12-07 19:55:23 +01:00
Ted Hess
054d308b91 Merge pull request #2084 from ClaymorePT/boost_7
Boost: Update 7
2015-12-07 12:08:45 -05:00
Ted Hess
735403a5d4 zmq: update to 4.1.3, fix GCC5 error, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-12-07 12:07:06 -05:00
tripolar
90e1587d07 Merge pull request #2077 from ryzhovau/etherwake_ldflags
etherwake: respect LDFLAGS
2015-12-07 17:42:20 +01:00
Álvaro Fernández Rojas
ffb1a1e9e5 unrar: update to v5.3.8
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-12-07 17:37:27 +01:00
Álvaro Fernández Rojas
082314c49d unrar: split unrar and libunrar into build variants, add missing InstallDev
Building unrar together with libunrar creates conflicts that can be fixed by
doing separate builds.
Closes https://github.com/openwrt/packages/pull/2060.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-12-07 17:27:15 +01:00
tripolar
1f18c200a2 Merge pull request #2042 from neheb/master
openssh: remove dsa and add ecdsa + ed25519 to initial keygen.
2015-12-07 16:30:18 +01:00
Hannu Nyman
65243cc8f8 Merge pull request #2085 from jefferyto/python-enum34-update
python-enum34: update to 1.1.1, omit docs and tests from package
2015-12-07 13:47:27 +02:00
Hannu Nyman
0fee8f5cb7 Merge pull request #1982 from FlorianFieber/python3
Python3: Add python3-pip, python3-setuptools and their dependencies
2015-12-07 13:46:08 +02:00
Jeffery To
488c706d57 python-enum34: update to 1.1.1, omit docs and tests from package
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-12-07 19:12:18 +08:00
Hannu Nyman
98215f762e Merge pull request #2034 from jefferyto/python-cffi-host
python-cffi: add host compile/install, upgrade to 1.3.1
2015-12-07 11:13:49 +02:00
Hannu Nyman
3251aababd Merge pull request #2033 from jefferyto/python-pycparser-host
python-pycparser: add host compile/install
2015-12-07 11:12:54 +02:00
Hannu Nyman
0b2ce1d786 Merge pull request #2032 from jefferyto/python-ply-host
python-ply: add host compile/install
2015-12-07 11:12:33 +02:00
Jeffery To
e2028abfd4 python-pycparser: increment PKG_RELEASE
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-12-07 17:03:24 +08:00
Jeffery To
0c4f1c390b python-ply: increment PKG_RELEASE
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-12-07 17:01:52 +08:00
Jo-Philipp Wich
b652aebd12 Merge pull request #2079 from ryzhovau/vnstat_ldflags
vnstat: respect LDFLAGS
2015-12-07 09:44:57 +01:00
Jo-Philipp Wich
a4d4477c58 Merge pull request #2075 from ryzhovau/postgresql_uclibc
postgresql: now visible with uclibc
2015-12-07 09:41:15 +01:00
Carlos Miguel Ferreira
cb15e849cf Boost: Update 7
Major fixes:
 - Due to incompatibility issues with other packages which depend upon boost
   libraries being built with system names (without name tags):
   - multi-thread support is now active by default.
   - boost libraries do not have name tags by default.

 - Added "Use tagged names." options
   - This option provides access to Single threaded option and Debug option.
   - The use of name tags is required to build the debug and single threaded
     versions.

Minor fixes (proposed by Thess):
 - "Compile Static Libraries" is active by default
 - "Use shared version of C and C++ runtimes for shared libraries" is now active
   by default
 - Several dependency notation fixes

Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
2015-12-07 04:41:07 +00:00
Ted Hess
5c16682508 avrdude: Fix inclusion of libelf when BUILD_NLS=y
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-12-06 19:56:58 -05:00