Marcel Denia [Wed, 23 Jul 2014 09:45:10 +0000 (11:45 +0200)]
lang/perl: Include overloading.pm in perlbase-essential
Needed by perl-dbi.
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Wed, 23 Jul 2014 09:46:17 +0000 (11:46 +0200)]
lang/perl: Strip encoding pragma
The "encoding" pragma is officially deprecated.
Makes HTML::Parser/HTML::Entities work.
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Wed, 23 Jul 2014 07:18:40 +0000 (09:18 +0200)]
lang/perl: Bump PKG_RELEASE
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Wed, 23 Jul 2014 07:14:56 +0000 (09:14 +0200)]
lang/perl: Cleanup
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Wed, 23 Jul 2014 07:14:18 +0000 (09:14 +0200)]
lang/perl: Update license information
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Tue, 22 Jul 2014 14:15:52 +0000 (16:15 +0200)]
lang/perl: Use target headers for external modules
Before, external modules actually used host-perl headers.
Aside from obviously being the wrong thing to do, it made them misbehave if
host and target architectures differ too much.
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Tue, 22 Jul 2014 14:14:57 +0000 (16:14 +0200)]
lang/perl: Install target headers to staging directory
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Tue, 22 Jul 2014 14:14:20 +0000 (16:14 +0200)]
lang/perl: Adjust some leftover x86_64 configuration symbols
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Tue, 22 Jul 2014 00:32:42 +0000 (02:32 +0200)]
lang/perl: Make I8/I16/I32 types explicitly signed for ARM
Type signedness is undefined for char. char may actually be unsigned for
some CPUs.
This fixes various bugs on ARM, for example negative array indices.
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Mon, 21 Jul 2014 01:25:55 +0000 (03:25 +0200)]
lang/perl: Override CCFLAGS configuration symbol in perlmod
This makes external perl modules compile their native code with the
correct CFLAGS, not with the one host-perl is using.
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Mon, 21 Jul 2014 01:16:27 +0000 (03:16 +0200)]
lang/perl: Filter -g3 in TARGET_CFLAGS
-g3 will make the build fail in Compress-Raw-Zlib with
ld: final link failed: Memory exhausted
This bug is actually documented[1] and fixed by filtering that flag. Since
we're passing CFLAGS manually, we need to do the same to make things work.
I suspect that this is actually a linker or library bug, but for now let's
just replicate the official fix.
[1] https://rt.cpan.org/Public/Bug/Display.html?id=88936
Signed-off-by: Marcel Denia <naoir@gmx.net>
sbyx [Sun, 20 Jul 2014 06:57:35 +0000 (08:57 +0200)]
Merge pull request #107 from Naoir/perl-x86_64
perl: Add x86_64 support
Marcel Denia [Sun, 20 Jul 2014 03:16:59 +0000 (05:16 +0200)]
lang/perl: Bump PKG_RELEASE
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Sun, 20 Jul 2014 01:35:07 +0000 (03:35 +0200)]
lang/perl: Upgrade x86_64 cppsymbols configuration symbol
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Sun, 20 Jul 2014 01:15:17 +0000 (03:15 +0200)]
lang/perl: Upgrade most x86_64 configuration symbols to match a 64-bit environment
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Sat, 19 Jul 2014 23:44:45 +0000 (01:44 +0200)]
lang/perl: Add x86_64 config based on i486 config
Signed-off-by: Marcel Denia <naoir@gmx.net>
Jonas Gorski [Sat, 19 Jul 2014 15:05:54 +0000 (17:05 +0200)]
znc: update to 1.4
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Jonas Gorski [Sat, 19 Jul 2014 15:12:17 +0000 (17:12 +0200)]
znc: copy from old packages and add PKG_LICENSE
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Jiri Slachta [Sat, 19 Jul 2014 14:20:05 +0000 (16:20 +0200)]
libxslt: import from oldpackages
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jonathan McCrohan [Sat, 19 Jul 2014 13:18:37 +0000 (14:18 +0100)]
mtr: import from old packages
update from v0.82 to v0.85
set myself as maintainer
drop out of date patches:
patches/520-libresolv_fix.patch
patches/521-gtk_fix.patch
backport
25a2456 from upstream to fix glib dependency issue:
patches/521-glib-dependency-fixes.patch
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
W. Michael Petullo [Thu, 17 Jul 2014 22:41:01 +0000 (18:41 -0400)]
Copy luasocket package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Thu, 17 Jul 2014 22:37:44 +0000 (18:37 -0400)]
Copy luafilesystem package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Thu, 17 Jul 2014 21:09:57 +0000 (17:09 -0400)]
Copy libtheora package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Fri, 18 Jul 2014 05:15:05 +0000 (01:15 -0400)]
libgpg-error: update to 1.12
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Thu, 17 Jul 2014 02:15:30 +0000 (22:15 -0400)]
Copy libgpg-error package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Thu, 17 Jul 2014 02:12:38 +0000 (22:12 -0400)]
Copy libmpeg2 package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Wed, 16 Jul 2014 23:21:11 +0000 (19:21 -0400)]
Copy liboil package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Fri, 18 Jul 2014 02:37:22 +0000 (22:37 -0400)]
luaexpat: update to 1.2.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Wed, 16 Jul 2014 22:36:05 +0000 (18:36 -0400)]
Copy luaexpat package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Thu, 17 Jul 2014 22:08:05 +0000 (18:08 -0400)]
lighttpd: update to 1.4.35
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Wed, 16 Jul 2014 22:12:07 +0000 (18:12 -0400)]
Copy lighttpd package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Fri, 18 Jul 2014 05:09:27 +0000 (01:09 -0400)]
libexif: add patch to avoid building docs
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Thu, 17 Jul 2014 22:06:16 +0000 (18:06 -0400)]
libexif: update to 0.6.21
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Wed, 16 Jul 2014 22:11:12 +0000 (18:11 -0400)]
Copy libexif package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Fri, 18 Jul 2014 05:14:24 +0000 (01:14 -0400)]
krb5: update source URL and add build fix patch
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Fri, 18 Jul 2014 05:08:37 +0000 (01:08 -0400)]
krb5: remove some obsolete patches
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Thu, 17 Jul 2014 22:07:44 +0000 (18:07 -0400)]
krb5: update to 1.12.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Wed, 16 Jul 2014 22:09:51 +0000 (18:09 -0400)]
Copy krb5 package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Sat, 19 Jul 2014 00:19:11 +0000 (20:19 -0400)]
libgcrypt: enable all ciphers; one of the programs built requires ECC code
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Fri, 18 Jul 2014 05:12:05 +0000 (01:12 -0400)]
libgcrypt: update tarball MD5 and avoid building docs and tests
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Thu, 17 Jul 2014 22:06:41 +0000 (18:06 -0400)]
libgcrypt: update to 1.6.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Thu, 17 Jul 2014 02:13:02 +0000 (22:13 -0400)]
Copy libgcrypt package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
sbyx [Sat, 19 Jul 2014 10:55:42 +0000 (12:55 +0200)]
Merge pull request #104 from stblassitude/master
Add Serial Console, a compact serial access program.
sbyx [Sat, 19 Jul 2014 10:53:36 +0000 (12:53 +0200)]
Merge pull request #105 from thess/utils-pull
zile, cmdpad & triggerhappy from oldpackages
sbyx [Sat, 19 Jul 2014 10:47:41 +0000 (12:47 +0200)]
Merge pull request #106 from Naoir/perl
perl: Modernize build, re-enable building external perl modules, remove microperl
Steven Barth [Sat, 19 Jul 2014 10:19:41 +0000 (12:19 +0200)]
l2tpv3tun: import from oldpackages
Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth [Sat, 19 Jul 2014 10:13:40 +0000 (12:13 +0200)]
xl2tpd: rename netifd protocol handler to l2tpv2 to avoid clashes with l2tpv3
Signed-off-by: Steven Barth <steven@midlink.org>
Marcel Denia [Sat, 19 Jul 2014 06:27:42 +0000 (08:27 +0200)]
lang/perl: Bump PKG_RELEASE
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Sat, 19 Jul 2014 06:26:07 +0000 (08:26 +0200)]
lang/perl: Set archlib symbol in powerpc configuration
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Sat, 19 Jul 2014 06:26:07 +0000 (08:26 +0200)]
lang/perl: Set archlib symbol in mips configuration
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Sat, 19 Jul 2014 06:26:07 +0000 (08:26 +0200)]
lang/perl: Set archlib symbol in i486 configuration
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Sat, 19 Jul 2014 06:26:07 +0000 (08:26 +0200)]
lang/perl: Set archlib symbol in avr32 configuration
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Sat, 19 Jul 2014 06:26:06 +0000 (08:26 +0200)]
lang/perl: Set archlib symbol in armeb configuration
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Sat, 19 Jul 2014 06:26:06 +0000 (08:26 +0200)]
lang/perl: Set archlib symbol in arm configuration
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Sat, 19 Jul 2014 06:17:52 +0000 (08:17 +0200)]
lang/perl: Build relocatable host perl
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Sat, 19 Jul 2014 04:00:58 +0000 (06:00 +0200)]
lang/perl: Clean up, add comments
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Sat, 19 Jul 2014 03:59:16 +0000 (05:59 +0200)]
lang/perl: Rename HOST_PERL_DIR to HOST_PERL_PREFIX
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Sat, 19 Jul 2014 03:57:42 +0000 (05:57 +0200)]
lang/perl: Override perl configuration symbols for cross-compile
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Sat, 19 Jul 2014 03:15:03 +0000 (05:15 +0200)]
lang/perl: Update paths in perlmod.mk
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Sat, 19 Jul 2014 03:13:56 +0000 (05:13 +0200)]
lang/perl: Remove PERL_LIB from perlmod.mk
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Sat, 19 Jul 2014 01:13:48 +0000 (03:13 +0200)]
lang/perl: Refactor Makefile
This is a kind of big commit. Summary:
- Integrate better into OpenWRT's infrastructure
- > Build host-perl using host-build.mk
- > Install host-perl to STAGING_DIR_HOST
- Remove microperl(for now)
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Sat, 19 Jul 2014 01:13:12 +0000 (03:13 +0200)]
lang/perl: Set archlib symbol in mipsel configuration
Signed-off-by: Marcel Denia <naoir@gmx.net>
Ted Hess [Fri, 18 Jul 2014 20:37:27 +0000 (16:37 -0400)]
Import triggerhappy from oldpackages, update copyright, license and pkg info
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Fri, 18 Jul 2014 20:36:16 +0000 (16:36 -0400)]
Import cmdpad from oldpackages, add copyright, pkg info
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Fri, 18 Jul 2014 20:03:56 +0000 (16:03 -0400)]
Import zile from oldpackages, update copyright, pkg info
Signed-off-by: Ted Hess <thess@kitschensync.net>
Stefan Bethke [Fri, 18 Jul 2014 16:09:19 +0000 (18:09 +0200)]
Add Serial Console, a compact serial access program.
http://serialconsole.sourceforge.net
Signed-off-by: Stefan Bethke <stb@lassitu.de>
John Crispin [Thu, 17 Jul 2014 17:01:08 +0000 (18:01 +0100)]
nsd: fix build_varaint usage
without this only 1 of n variants builds, all others fail
Signed-off-by: John Crispin <blogic@openwrt.org>
Steven Barth [Fri, 18 Jul 2014 14:27:12 +0000 (16:27 +0200)]
shadow: adopt here
Signed-off-by: Steven Barth <steven@midlink.org>
John Crispin [Thu, 17 Jul 2014 16:52:25 +0000 (17:52 +0100)]
ctorrent-svn: update download url
old url is dead.
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Thu, 17 Jul 2014 16:50:58 +0000 (17:50 +0100)]
rtorrent: missing LDFLAG
libtorrent requires zlib to be linked
Signed-off-by: John Crispin <blogic@openwrt.org>
John Crispin [Thu, 17 Jul 2014 16:49:53 +0000 (17:49 +0100)]
mpd: force zeroconf to no
without this we get missing dependecy errors if avahi is staged.
Signed-off-by: John Crispin <blogic@openwrt.org>
Steven Barth [Fri, 18 Jul 2014 14:03:14 +0000 (16:03 +0200)]
nsd: use builtin libevent
Signed-off-by: Steven Barth <steven@midlink.org>
Thomas Heil [Fri, 18 Jul 2014 12:58:29 +0000 (14:58 +0200)]
haproxy: fixes from upstream
[PATCH 4/5] BUG/MINOR: http: base32+src should use the big endian
[PATCH 5/5] BUG/MEDIUM: connection: fix memory corruption when
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
Steven Barth [Fri, 18 Jul 2014 10:01:33 +0000 (12:01 +0200)]
Disable various plugins with mising dependencies
Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth [Fri, 18 Jul 2014 09:51:04 +0000 (11:51 +0200)]
libsigc++: adopt here
Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth [Fri, 18 Jul 2014 09:45:40 +0000 (11:45 +0200)]
coreutils: remove spurious libelf dependency
Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth [Fri, 18 Jul 2014 09:41:11 +0000 (11:41 +0200)]
ntpd: remove spurious libelf dependency
Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth [Fri, 18 Jul 2014 09:33:13 +0000 (11:33 +0200)]
net-snmp: remove spurious libelf dependency
Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth [Fri, 18 Jul 2014 09:09:10 +0000 (11:09 +0200)]
Fix dependencies of LuCI modules
Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth [Fri, 18 Jul 2014 09:03:55 +0000 (11:03 +0200)]
dbus: adopt here
Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth [Fri, 18 Jul 2014 09:01:39 +0000 (11:01 +0200)]
Revert "avahi: remove dbus support for now"
This reverts commit
c1675e2bc57a4e6da803bf85125477d4488efbc2.
Steven Barth [Fri, 18 Jul 2014 08:55:52 +0000 (10:55 +0200)]
expat: adopt here
Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth [Fri, 18 Jul 2014 08:54:11 +0000 (10:54 +0200)]
bzip2: adopt here
Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth [Fri, 18 Jul 2014 08:52:22 +0000 (10:52 +0200)]
avahi: remove dbus support for now
Signed-off-by: Steven Barth <steven@midlink.org>
sbyx [Fri, 18 Jul 2014 08:28:53 +0000 (10:28 +0200)]
Merge pull request #103 from thess/mpd-pull
Add MPD and related dependencies and services (re-submit)
Ted Hess [Thu, 17 Jul 2014 17:12:47 +0000 (13:12 -0400)]
alsa-utils: Upgrade to 1.0.28, add myself as package maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Thu, 17 Jul 2014 17:21:17 +0000 (13:21 -0400)]
libogg: Upgrade to 1.3.2, add myself as pkg maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Thu, 17 Jul 2014 18:19:52 +0000 (14:19 -0400)]
flac: Update copyright, add myself as pkg maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Thu, 17 Jul 2014 18:21:35 +0000 (14:21 -0400)]
intltool: Update copyright, add myself as pkg maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Thu, 17 Jul 2014 21:36:32 +0000 (17:36 -0400)]
libaudiofile: Upgrade to 0.3.6, remove uneeded patch, fix build dependencies, add myself as pkg maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Thu, 17 Jul 2014 21:37:59 +0000 (17:37 -0400)]
libmms: Upgrade to 0.6.4, remove uneeded patch, fix build dependencies, add myself as pkg maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Thu, 17 Jul 2014 21:38:53 +0000 (17:38 -0400)]
libdaemon: Add myself as pkg maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Thu, 17 Jul 2014 21:39:37 +0000 (17:39 -0400)]
libid3tag: Update copyright, Add myself as pkg maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Thu, 17 Jul 2014 21:40:16 +0000 (17:40 -0400)]
libmad: Update copyright, Add myself as pkg maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Thu, 17 Jul 2014 21:40:44 +0000 (17:40 -0400)]
libvorbisidec: Update copyright, Add myself as pkg maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Thu, 17 Jul 2014 20:52:21 +0000 (16:52 -0400)]
Import alsa-utils from oldpackages
Ted Hess [Thu, 17 Jul 2014 20:52:21 +0000 (16:52 -0400)]
Import flac from oldpackages
Ted Hess [Thu, 17 Jul 2014 20:52:21 +0000 (16:52 -0400)]
Import libaudiofile from oldpackages
Ted Hess [Thu, 17 Jul 2014 20:52:21 +0000 (16:52 -0400)]
Import libid3tag from oldpackages
Ted Hess [Thu, 17 Jul 2014 20:52:21 +0000 (16:52 -0400)]
Import libmms from oldpackages