branch Attitude Adjustment packages
git-svn-id: svn://svn.openwrt.org/openwrt/branches/packages_12.09@33626 3c298f89-4303-0410-b956-a3cf2f4a3e73
Showing
with
4668 additions
and
0 deletions
+4668
-0
- .gitignore .gitignore +2 -0
- admin/debootstrap/Makefile admin/debootstrap/Makefile +54 -0
- admin/debootstrap/files/pkgdetails.c admin/debootstrap/files/pkgdetails.c +347 -0
- admin/debootstrap/patches/100-busybox_fix.patch admin/debootstrap/patches/100-busybox_fix.patch +11 -0
- admin/gkrellmd/Makefile admin/gkrellmd/Makefile +60 -0
- admin/gkrellmd/files/gkrellmd.init admin/gkrellmd/files/gkrellmd.init +16 -0
- admin/gkrellmd/patches/100-conf.patch admin/gkrellmd/patches/100-conf.patch +40 -0
- admin/htop/Makefile admin/htop/Makefile +53 -0
- admin/monit/Makefile admin/monit/Makefile +91 -0
- admin/monit/files/monit.init admin/monit/files/monit.init +16 -0
- admin/monit/patches/001-no_sslv2.patch admin/monit/patches/001-no_sslv2.patch +0 -0
- admin/monit/patches/002-uclibc_loadavg.patch admin/monit/patches/002-uclibc_loadavg.patch +0 -0
- admin/muninlite/Makefile admin/muninlite/Makefile +51 -0
- admin/muninlite/files/etc/xinetd.d/munin admin/muninlite/files/etc/xinetd.d/munin +10 -0
- admin/muninlite/patches/001-no_disks.patch admin/muninlite/patches/001-no_disks.patch +12 -0
- admin/muninlite/patches/002-hostname.patch admin/muninlite/patches/002-hostname.patch +11 -0
- admin/muninlite/patches/100-fix-no-ethtool.patch admin/muninlite/patches/100-fix-no-ethtool.patch +21 -0
- admin/muninlite/patches/200-add-tap-dev.patch admin/muninlite/patches/200-add-tap-dev.patch +20 -0
- admin/muninlite/patches/210-add-bridge-devs.patch admin/muninlite/patches/210-add-bridge-devs.patch +22 -0
- admin/nagios-plugins/Makefile admin/nagios-plugins/Makefile +52 -0
- admin/nagios-plugins/patches/002-plugins.patch admin/nagios-plugins/patches/002-plugins.patch +74 -0
- admin/nagios-plugins/patches/003-pgsl-header-fix.patch admin/nagios-plugins/patches/003-pgsl-header-fix.patch +11 -0
- admin/nagios/Makefile admin/nagios/Makefile +75 -0
- admin/nrpe/Makefile admin/nrpe/Makefile +59 -0
- admin/nrpe/files/nrpe.cfg admin/nrpe/files/nrpe.cfg +208 -0
- admin/nrpe/files/nrpe.init admin/nrpe/files/nrpe.init +20 -0
- admin/nrpe/patches/100-openssl-dh.patch admin/nrpe/patches/100-openssl-dh.patch +17 -0
- admin/nsca/Makefile admin/nsca/Makefile +60 -0
- admin/osiris/Makefile admin/osiris/Makefile +50 -0
- admin/osiris/files/osirisd.init admin/osiris/files/osirisd.init +15 -0
- admin/osiris/patches/001-configure-cross.patch admin/osiris/patches/001-configure-cross.patch +22 -0
- admin/osiris/patches/002-osirisd-pidfile.patch admin/osiris/patches/002-osirisd-pidfile.patch +68 -0
- admin/osiris/patches/003-openssl-0.9.8+.patch admin/osiris/patches/003-openssl-0.9.8+.patch +16 -0
- admin/osiris/patches/004-no_openssl_ripe.patch admin/osiris/patches/004-no_openssl_ripe.patch +59 -0
- admin/osiris/patches/006-mod_nvram.patch admin/osiris/patches/006-mod_nvram.patch +213 -0
- admin/osiris/patches/007-mod_uptime.patch admin/osiris/patches/007-mod_uptime.patch +243 -0
- admin/osiris/patches/010-dont-add-host-include-paths.patch admin/osiris/patches/010-dont-add-host-include-paths.patch +16 -0
- admin/ostiary/Makefile admin/ostiary/Makefile +88 -0
- admin/ostiary/files/ostiaryd.init admin/ostiary/files/ostiaryd.init +27 -0
- admin/ostiary/files/ssh_disable admin/ostiary/files/ssh_disable +4 -0
- admin/ostiary/files/ssh_enable admin/ostiary/files/ssh_enable +4 -0
- admin/pmacct/Makefile admin/pmacct/Makefile +178 -0
- admin/pmacct/files/nfacctd.conf admin/pmacct/files/nfacctd.conf +29 -0
- admin/pmacct/files/nfacctd.default admin/pmacct/files/nfacctd.default +1 -0
- admin/pmacct/files/nfacctd.init admin/pmacct/files/nfacctd.init +19 -0
- admin/pmacct/files/pmacctd.conf admin/pmacct/files/pmacctd.conf +27 -0
- admin/pmacct/files/pmacctd.default admin/pmacct/files/pmacctd.default +1 -0
- admin/pmacct/files/pmacctd.init admin/pmacct/files/pmacctd.init +19 -0
- admin/pmacct/files/sfacctd.conf admin/pmacct/files/sfacctd.conf +27 -0
- admin/pmacct/files/sfacctd.default admin/pmacct/files/sfacctd.default +1 -0
- admin/pmacct/files/sfacctd.init admin/pmacct/files/sfacctd.init +19 -0
- admin/pmacct/files/uacctd.conf admin/pmacct/files/uacctd.conf +28 -0
- admin/pmacct/files/uacctd.default admin/pmacct/files/uacctd.default +1 -0
- admin/pmacct/files/uacctd.init admin/pmacct/files/uacctd.init +19 -0
- admin/sudo/Makefile admin/sudo/Makefile +76 -0
- admin/sudo/files/sudo.init admin/sudo/files/sudo.init +11 -0
- admin/syslog-ng/Makefile admin/syslog-ng/Makefile +63 -0
- admin/syslog-ng/files/syslog-ng.conf admin/syslog-ng/files/syslog-ng.conf +16 -0
- admin/syslog-ng/files/syslog-ng.init admin/syslog-ng/files/syslog-ng.init +17 -0
- admin/syslog-ng/patches/001-no_lfl.patch admin/syslog-ng/patches/001-no_lfl.patch +38 -0
- admin/syslog-ng3/Makefile admin/syslog-ng3/Makefile +72 -0
- admin/syslog-ng3/files/syslog-ng.conf admin/syslog-ng3/files/syslog-ng.conf +37 -0
- admin/syslog-ng3/files/syslog-ng.init admin/syslog-ng3/files/syslog-ng.init +19 -0
- admin/zabbix/Makefile admin/zabbix/Makefile +149 -0
- admin/zabbix/files/zabbix_agentd.conf admin/zabbix/files/zabbix_agentd.conf +85 -0
- admin/zabbix/files/zabbix_agentd.init admin/zabbix/files/zabbix_agentd.init +25 -0
- admin/zabbix/patches/001-cross_compile.patch admin/zabbix/patches/001-cross_compile.patch +29 -0
- admin/zabbix/patches/002-fix-res_send-on-uclibc.patch admin/zabbix/patches/002-fix-res_send-on-uclibc.patch +35 -0
- admin/zabbix/patches/002-uclibc_loadavg.patch admin/zabbix/patches/002-uclibc_loadavg.patch +49 -0
- devel/binutils/Makefile devel/binutils/Makefile +113 -0
- devel/build-essential/Makefile devel/build-essential/Makefile +33 -0
- devel/build-essential/files/usr/src/hello/hello.c devel/build-essential/files/usr/src/hello/hello.c +8 -0
- devel/cppunit/Makefile devel/cppunit/Makefile +49 -0
- devel/diffutils/Makefile devel/diffutils/Makefile +59 -0
- devel/dmalloc/Makefile devel/dmalloc/Makefile +78 -0
- devel/dmalloc/patches/100-configure_pagesize.patch devel/dmalloc/patches/100-configure_pagesize.patch +44 -0
- devel/dmalloc/patches/110-configure_cxx.patch devel/dmalloc/patches/110-configure_cxx.patch +38 -0
- devel/dmalloc/patches/120-makefile_shared.patch devel/dmalloc/patches/120-makefile_shared.patch +0 -0
- devel/dmalloc/patches/130-makefile_destdir.patch devel/dmalloc/patches/130-makefile_destdir.patch +97 -0
- devel/dmalloc/patches/200-fix_return_address.patch devel/dmalloc/patches/200-fix_return_address.patch +45 -0
- devel/dmalloc/patches/210-fix_threads.patch devel/dmalloc/patches/210-fix_threads.patch +11 -0
- devel/dmalloc/patches/300-fix_summarize_script.patch devel/dmalloc/patches/300-fix_summarize_script.patch +8 -0
- devel/dmalloc/patches/400-undef-strndup.patch devel/dmalloc/patches/400-undef-strndup.patch +10 -0
- devel/electric-fence/Makefile devel/electric-fence/Makefile +63 -0
- devel/gcc/Makefile devel/gcc/Makefile +90 -0
- devel/ksymoops/Makefile devel/ksymoops/Makefile +58 -0
- devel/make/Makefile devel/make/Makefile +37 -0
- devel/oprofile/Makefile devel/oprofile/Makefile +89 -0
- devel/oprofile/patches/100-use_insmod_instead_of_modprobe.patch ...oprofile/patches/100-use_insmod_instead_of_modprobe.patch +20 -0
- devel/oprofile/patches/101-remove_24_support.patch devel/oprofile/patches/101-remove_24_support.patch +64 -0
- devel/patch/Makefile devel/patch/Makefile +43 -0
- devel/patch/patches/100-install.patch devel/patch/patches/100-install.patch +18 -0
- devel/perf/Makefile devel/perf/Makefile +52 -0
- ipv6/6scripts/Makefile ipv6/6scripts/Makefile +51 -0
- ipv6/6scripts/files/6bridge.conf ipv6/6scripts/files/6bridge.conf +2 -0
- ipv6/6scripts/files/6bridge.init ipv6/6scripts/files/6bridge.init +53 -0
- ipv6/6scripts/files/6tunnel.conf ipv6/6scripts/files/6tunnel.conf +18 -0
- ipv6/6scripts/files/6tunnel.init ipv6/6scripts/files/6tunnel.init +65 -0
- ipv6/6scripts/files/he-tun.ppp ipv6/6scripts/files/he-tun.ppp +24 -0
- ipv6/6tunnel/Makefile ipv6/6tunnel/Makefile +0 -0
- ipv6/6tunnel/patches/100-arm-fix-optc-initialization.patch ipv6/6tunnel/patches/100-arm-fix-optc-initialization.patch +0 -0
- ipv6/ahcpd/Makefile ipv6/ahcpd/Makefile +0 -0
- ipv6/ahcpd/files/ahcpd.config ipv6/ahcpd/files/ahcpd.config +0 -0
- ipv6/ahcpd/files/ahcpd.init ipv6/ahcpd/files/ahcpd.init +0 -0
- ipv6/aiccu/Makefile ipv6/aiccu/Makefile +0 -0
- ipv6/aiccu/patches/100-cross_compile.patch ipv6/aiccu/patches/100-cross_compile.patch +0 -0
- ipv6/aiccu/patches/200-add_dn_skipname.patch ipv6/aiccu/patches/200-add_dn_skipname.patch +0 -0
- ipv6/aiccu/patches/300-resolver-uclibc.patch ipv6/aiccu/patches/300-resolver-uclibc.patch +0 -0
- ipv6/dhcp6/Makefile ipv6/dhcp6/Makefile +0 -0
- ipv6/dhcp6/patches/001-opt_flags.patch ipv6/dhcp6/patches/001-opt_flags.patch +0 -0
- ipv6/dhcp6/patches/002-gcc_lvalue.patch ipv6/dhcp6/patches/002-gcc_lvalue.patch +0 -0
- ipv6/dhcp6/patches/003-debug.patch ipv6/dhcp6/patches/003-debug.patch +0 -0
- ipv6/dibbler/Makefile ipv6/dibbler/Makefile +0 -0
- ipv6/dibbler/files/dibbler-client.init ipv6/dibbler/files/dibbler-client.init +0 -0
- ipv6/dibbler/files/dibbler-relay.init ipv6/dibbler/files/dibbler-relay.init +0 -0
- ipv6/dibbler/files/dibbler-server.init ipv6/dibbler/files/dibbler-server.init +0 -0
- ipv6/gw6c/Makefile ipv6/gw6c/Makefile +0 -0
- ipv6/gw6c/files/gw6c.config ipv6/gw6c/files/gw6c.config +0 -0
- ipv6/gw6c/files/gw6c.init ipv6/gw6c/files/gw6c.init +0 -0
- ipv6/gw6c/files/openwrt.sh ipv6/gw6c/files/openwrt.sh +0 -0
- ipv6/ipv6calc/Makefile ipv6/ipv6calc/Makefile +0 -0
- ipv6/miredo/Makefile ipv6/miredo/Makefile +0 -0
- ipv6/miredo/files/client-hook ipv6/miredo/files/client-hook +0 -0
- ipv6/miredo/files/miredo-server.init ipv6/miredo/files/miredo-server.init +0 -0
- ipv6/miredo/files/miredo.init ipv6/miredo/files/miredo.init +0 -0
- ipv6/miredo/patches/100-uclibc.patch ipv6/miredo/patches/100-uclibc.patch +0 -0
- ipv6/miredo/patches/110-fix_compile_error.patch ipv6/miredo/patches/110-fix_compile_error.patch +0 -0
- ipv6/miredo/patches/120-automake-compat.patch ipv6/miredo/patches/120-automake-compat.patch +0 -0
- ipv6/mrd6/Makefile ipv6/mrd6/Makefile +0 -0
- ipv6/mrd6/files/mrd6.conf ipv6/mrd6/files/mrd6.conf +0 -0
- ipv6/mrd6/files/mrd6.init ipv6/mrd6/files/mrd6.init +0 -0
- ipv6/mrd6/patches/001-add_missing_include.patch ipv6/mrd6/patches/001-add_missing_include.patch +0 -0
- ipv6/mrd6/patches/002-missing_netlink_defs.patch ipv6/mrd6/patches/002-missing_netlink_defs.patch +0 -0
- ipv6/mrd6/patches/003-debian.patch ipv6/mrd6/patches/003-debian.patch +0 -0
- ipv6/mrd6/patches/004-ambiguous_call_fix.patch ipv6/mrd6/patches/004-ambiguous_call_fix.patch +0 -0
- ipv6/ndisc/Makefile ipv6/ndisc/Makefile +0 -0
- ipv6/ndisc/patches/100-favor_bsd.patch ipv6/ndisc/patches/100-favor_bsd.patch +0 -0
- ipv6/ndisc/patches/110-strverscmp.patch ipv6/ndisc/patches/110-strverscmp.patch +0 -0
- ipv6/ndppd/Makefile ipv6/ndppd/Makefile +0 -0
- ipv6/ndppd/files/ndppd.init ipv6/ndppd/files/ndppd.init +0 -0
- ipv6/ptrtd/Makefile ipv6/ptrtd/Makefile +0 -0
- ipv6/ptrtd/files/ptrtd.init ipv6/ptrtd/files/ptrtd.init +0 -0
- ipv6/ptrtd/patches/100-ptrtd-0.5.2-openwrt.patch ipv6/ptrtd/patches/100-ptrtd-0.5.2-openwrt.patch +0 -0
- ipv6/radvd/Makefile ipv6/radvd/Makefile +0 -0
- ipv6/radvd/files/radvd.config ipv6/radvd/files/radvd.config +0 -0
- ipv6/radvd/files/radvd.init ipv6/radvd/files/radvd.init +0 -0
- ipv6/radvd/patches/100-silent-netlink-config-reload.patch ipv6/radvd/patches/100-silent-netlink-config-reload.patch +0 -0
- ipv6/send/Makefile ipv6/send/Makefile +0 -0
- ipv6/send/patches/001-libnetfilter_queue_update.patch ipv6/send/patches/001-libnetfilter_queue_update.patch +0 -0
- ipv6/send/patches/002-handle_max_bits_conf.patch ipv6/send/patches/002-handle_max_bits_conf.patch +0 -0
- ipv6/send/patches/003-keysig_8bytes_alignment.patch ipv6/send/patches/003-keysig_8bytes_alignment.patch +0 -0
- ipv6/send/patches/004-always_link_with_ncurses.patch ipv6/send/patches/004-always_link_with_ncurses.patch +0 -0
- ipv6/send/patches/005-use-bundled-libconfig.patch ipv6/send/patches/005-use-bundled-libconfig.patch +0 -0
- ipv6/send/patches/006-openssl-1.0.0-compat.patch ipv6/send/patches/006-openssl-1.0.0-compat.patch +0 -0
- ipv6/shorewall6-lite/Makefile ipv6/shorewall6-lite/Makefile +0 -0
- ipv6/shorewall6-lite/files/hostname ipv6/shorewall6-lite/files/hostname +0 -0
- ipv6/shorewall6-lite/files/hotplug_iface ipv6/shorewall6-lite/files/hotplug_iface +0 -0
- ipv6/shorewall6-lite/files/shorewall-lite.init ipv6/shorewall6-lite/files/shorewall-lite.init +0 -0
- ipv6/shorewall6-lite/files/vardir ipv6/shorewall6-lite/files/vardir +0 -0
- ipv6/shorewall6-lite/patches/110-MODULESDIR.patch ipv6/shorewall6-lite/patches/110-MODULESDIR.patch +0 -0
- ipv6/shorewall6-lite/patches/120-LOGFILE.patch ipv6/shorewall6-lite/patches/120-LOGFILE.patch +0 -0
- ipv6/tayga/Makefile ipv6/tayga/Makefile +0 -0
- ipv6/tayga/files/tayga.hotplug ipv6/tayga/files/tayga.hotplug +0 -0
- ipv6/tayga/files/tayga.sh ipv6/tayga/files/tayga.sh +0 -0
- ipv6/thc-ipv6/Makefile ipv6/thc-ipv6/Makefile +0 -0
- ipv6/thc-ipv6/patches/100-optional-openssl.patch ipv6/thc-ipv6/patches/100-optional-openssl.patch +0 -0
- ipv6/totd/Makefile ipv6/totd/Makefile +0 -0
- ipv6/totd/files/totd.conf ipv6/totd/files/totd.conf +0 -0
- ipv6/totd/files/totd.init ipv6/totd/files/totd.init +0 -0
- ipv6/totd/patches/001-no_warning_as_errors.patch ipv6/totd/patches/001-no_warning_as_errors.patch +0 -0
- ipv6/tspc/Makefile ipv6/tspc/Makefile +0 -0
- ipv6/tspc/patches/001-debian_patches.patch ipv6/tspc/patches/001-debian_patches.patch +0 -0
- ipv6/tunslip6/Makefile ipv6/tunslip6/Makefile +0 -0
- ipv6/wide-dhcpv6/Makefile ipv6/wide-dhcpv6/Makefile +0 -0
- ipv6/wide-dhcpv6/files/dhcp6c-dnsmasq.hotplug ipv6/wide-dhcpv6/files/dhcp6c-dnsmasq.hotplug +0 -0
- ipv6/wide-dhcpv6/files/dhcp6c-radvd.hotplug ipv6/wide-dhcpv6/files/dhcp6c-radvd.hotplug +0 -0
- ipv6/wide-dhcpv6/files/dhcp6c-state ipv6/wide-dhcpv6/files/dhcp6c-state +0 -0
- ipv6/wide-dhcpv6/files/dhcp6c.config ipv6/wide-dhcpv6/files/dhcp6c.config +0 -0
- ipv6/wide-dhcpv6/files/dhcp6c.hotplug ipv6/wide-dhcpv6/files/dhcp6c.hotplug +0 -0
- ipv6/wide-dhcpv6/files/dhcp6c.init ipv6/wide-dhcpv6/files/dhcp6c.init +0 -0
- ipv6/wide-dhcpv6/files/dhcp6s.config ipv6/wide-dhcpv6/files/dhcp6s.config +0 -0
- ipv6/wide-dhcpv6/files/dhcp6s.hotplug ipv6/wide-dhcpv6/files/dhcp6s.hotplug +0 -0
- ipv6/wide-dhcpv6/files/dhcp6s.init ipv6/wide-dhcpv6/files/dhcp6s.init +0 -0
- ipv6/wide-dhcpv6/patches/000-cftoken-noyywrap.patch ipv6/wide-dhcpv6/patches/000-cftoken-noyywrap.patch +0 -0
- ipv6/wide-dhcpv6/patches/001-linux_old_compat.patch ipv6/wide-dhcpv6/patches/001-linux_old_compat.patch +0 -0
- ipv6/wide-dhcpv6/patches/002-fix-dprintf-clash.patch ipv6/wide-dhcpv6/patches/002-fix-dprintf-clash.patch +0 -0
- lang/4th/Makefile lang/4th/Makefile +0 -0
- lang/arm/Makefile lang/arm/Makefile +0 -0
- lang/cython/Makefile lang/cython/Makefile +0 -0
- lang/distribute/Makefile lang/distribute/Makefile +0 -0
- lang/egenix-mx/Makefile lang/egenix-mx/Makefile +0 -0
- lang/eggdrop/Makefile lang/eggdrop/Makefile +0 -0
- lang/eggdrop/patches/001-makefile_in.patch lang/eggdrop/patches/001-makefile_in.patch +0 -0
- lang/eggdrop/patches/002-eggdrop_h.patch lang/eggdrop/patches/002-eggdrop_h.patch +0 -0
- lang/eggdrop/patches/003-language_c.patch lang/eggdrop/patches/003-language_c.patch +0 -0
- lang/eggdrop/patches/004-main_c.patch lang/eggdrop/patches/004-main_c.patch +0 -0
- lang/erlang/Makefile lang/erlang/Makefile +0 -0
- lang/erlang/patches/101-emulator_includes.patch lang/erlang/patches/101-emulator_includes.patch +0 -0
- lang/erlang/patches/103-disable_emacs.patch lang/erlang/patches/103-disable_emacs.patch +0 -0
- lang/gst-python/Makefile lang/gst-python/Makefile +0 -0
- lang/ipython/Makefile lang/ipython/Makefile +0 -0
- lang/jamvm/Makefile lang/jamvm/Makefile +0 -0
- lang/jsonpath/Makefile lang/jsonpath/Makefile +0 -0
- lang/kid/Makefile lang/kid/Makefile +0 -0
- lang/kid/patches/000-setup.patch lang/kid/patches/000-setup.patch +0 -0
- lang/logilab-astng/Makefile lang/logilab-astng/Makefile +0 -0
- lang/logilab-common/Makefile lang/logilab-common/Makefile +0 -0
- lang/lsqlite3/Makefile lang/lsqlite3/Makefile +0 -0
- lang/luaexpat/Makefile lang/luaexpat/Makefile +0 -0
- lang/luaexpat/files/compat-5.1r5/compat-5.1.c lang/luaexpat/files/compat-5.1r5/compat-5.1.c +0 -0
- lang/luaexpat/files/compat-5.1r5/compat-5.1.h lang/luaexpat/files/compat-5.1r5/compat-5.1.h +0 -0
- lang/luaexpat/files/compat-5.1r5/compat-5.1.lua lang/luaexpat/files/compat-5.1r5/compat-5.1.lua +0 -0
- lang/luaexpat/patches/001-compile-fix.patch lang/luaexpat/patches/001-compile-fix.patch +0 -0
- lang/luafilesystem/Makefile lang/luafilesystem/Makefile +0 -0
- lang/luaposix/Makefile lang/luaposix/Makefile +0 -0
- lang/luaposix/patches/100-eglibc-compat.patch lang/luaposix/patches/100-eglibc-compat.patch +0 -0
- lang/luaprofiler/Makefile lang/luaprofiler/Makefile +0 -0
- lang/luaprofiler/patches/100-link.patch lang/luaprofiler/patches/100-link.patch +0 -0
- lang/luasec/Makefile lang/luasec/Makefile +0 -0
- lang/luasoap/Makefile lang/luasoap/Makefile +0 -0
- lang/luasocket/Makefile lang/luasocket/Makefile +0 -0
- lang/luasql/Makefile lang/luasql/Makefile +0 -0
- lang/mako/Makefile lang/mako/Makefile +0 -0
- lang/numpy/Makefile lang/numpy/Makefile +0 -0
- lang/numpy/patches/100-compile.patch lang/numpy/patches/100-compile.patch +0 -0
- lang/perl-compress-bzip2/Makefile lang/perl-compress-bzip2/Makefile +0 -0
- lang/perl-dbi/Makefile lang/perl-dbi/Makefile +0 -0
- lang/perl-html-parser/Makefile lang/perl-html-parser/Makefile +0 -0
- lang/perl-html-tagset/Makefile lang/perl-html-tagset/Makefile +0 -0
- lang/perl-html-tree/Makefile lang/perl-html-tree/Makefile +0 -0
- lang/perl-lockfile-simple/Makefile lang/perl-lockfile-simple/Makefile +0 -0
- lang/perl-net-telnet/Makefile lang/perl-net-telnet/Makefile +0 -0
- lang/perl-uri/Makefile lang/perl-uri/Makefile +0 -0
- lang/perl-www-curl/Makefile lang/perl-www-curl/Makefile +0 -0
- lang/perl-www-curl/patches/100-perl-www-curl_disable_curl-config_hack.patch .../patches/100-perl-www-curl_disable_curl-config_hack.patch +0 -0
- lang/perl-www-mechanize/Makefile lang/perl-www-mechanize/Makefile +0 -0
- lang/perl-www/Makefile lang/perl-www/Makefile +0 -0
- lang/perl/Makefile lang/perl/Makefile +0 -0
- lang/perl/files/Module/ScanDeps.pm lang/perl/files/Module/ScanDeps.pm +0 -0
- lang/perl/files/config.sh-arm.in lang/perl/files/config.sh-arm.in +0 -0
- lang/perl/files/config.sh-armeb.in lang/perl/files/config.sh-armeb.in +0 -0
- lang/perl/files/config.sh-avr32.in lang/perl/files/config.sh-avr32.in +0 -0
- lang/perl/files/config.sh-i486.in lang/perl/files/config.sh-i486.in +0 -0
- lang/perl/files/config.sh-mips.in lang/perl/files/config.sh-mips.in +0 -0
- lang/perl/files/config.sh-mipsel.in lang/perl/files/config.sh-mipsel.in +0 -0
- lang/perl/files/config.sh-powerpc.in lang/perl/files/config.sh-powerpc.in +0 -0
- lang/perl/files/perlmod-deps.sh lang/perl/files/perlmod-deps.sh +0 -0
- lang/perl/files/scan-perlbase.sh lang/perl/files/scan-perlbase.sh +0 -0
- lang/perl/files/strippm.sh lang/perl/files/strippm.sh +0 -0
- lang/perl/patches/100-static_uudmap.patch lang/perl/patches/100-static_uudmap.patch +0 -0
- lang/perl/patches/101-fix-cross-compile-endianness-detection.patch .../patches/101-fix-cross-compile-endianness-detection.patch +0 -0
- lang/perl/patches/200-host-libc-dir-moved-debian+derivatives.patch .../patches/200-host-libc-dir-moved-debian+derivatives.patch +0 -0
- lang/perl/perlbase.mk lang/perl/perlbase.mk +0 -0
- lang/perl/perlmod.mk lang/perl/perlmod.mk +0 -0
- lang/php-pear-db/Makefile lang/php-pear-db/Makefile +0 -0
- lang/php-pear-db/patches/100-php5-deprecation-fixes.patch lang/php-pear-db/patches/100-php5-deprecation-fixes.patch +0 -0
- lang/php-pear-xmlrpc/Makefile lang/php-pear-xmlrpc/Makefile +0 -0
- lang/php-pear/Makefile lang/php-pear/Makefile +0 -0
- lang/php-pear/patches/000-remove_deprecation_messages.patch lang/php-pear/patches/000-remove_deprecation_messages.patch +0 -0
- lang/php4/Makefile lang/php4/Makefile +0 -0
- lang/php4/files/php.ini lang/php4/files/php.ini +0 -0
- lang/php4/files/php.init lang/php4/files/php.init +0 -0
- lang/php4/patches/002-configure.patch lang/php4/patches/002-configure.patch +0 -0
- lang/php4/patches/003-dns_skipname.patch lang/php4/patches/003-dns_skipname.patch +0 -0
- lang/php4/patches/004-uts_domainname.patch lang/php4/patches/004-uts_domainname.patch +0 -0
- lang/php4/patches/100-compile_fix.patch lang/php4/patches/100-compile_fix.patch +0 -0
- lang/php4/patches/110-openssl-1.0.0-compat.patch lang/php4/patches/110-openssl-1.0.0-compat.patch +0 -0
- lang/php5/Makefile lang/php5/Makefile +0 -0
- lang/php5/files/php.ini lang/php5/files/php.ini +0 -0
- lang/php5/files/php5-fastcgi.config lang/php5/files/php5-fastcgi.config +0 -0
- lang/php5/files/php5-fastcgi.init lang/php5/files/php5-fastcgi.init +0 -0
- lang/php5/patches/005-APC.patch lang/php5/patches/005-APC.patch +0 -0
- lang/php5/patches/010-PECL-dio.patch lang/php5/patches/010-PECL-dio.patch +0 -0
- lang/php5/patches/011-PECL-dio-additional-baudrates.patch lang/php5/patches/011-PECL-dio-additional-baudrates.patch +0 -0
- lang/php5/patches/020-PECL-add-libevent.patch lang/php5/patches/020-PECL-add-libevent.patch +0 -0
- lang/php5/patches/030-PECL-add-http.patch lang/php5/patches/030-PECL-add-http.patch +0 -0
- lang/php5/patches/090-restore-sqlite2.patch lang/php5/patches/090-restore-sqlite2.patch +0 -0
- lang/php5/patches/091-fix-sqlite2.patch lang/php5/patches/091-fix-sqlite2.patch +0 -0
- lang/php5/patches/101-fix_membar_producer_link_error_gcc3x.patch ...p5/patches/101-fix_membar_producer_link_error_gcc3x.patch +0 -0
- lang/php5/patches/102-debian_patches_use_embedded_timezonedb.patch .../patches/102-debian_patches_use_embedded_timezonedb.patch +0 -0
- lang/php5/patches/103-debian_patches_use_embedded_timezonedb.patch .../patches/103-debian_patches_use_embedded_timezonedb.patch +0 -0
- lang/php5/patches/950-Fix-dl-cross-compiling-issue.patch lang/php5/patches/950-Fix-dl-cross-compiling-issue.patch +0 -0
- lang/php5/pecl.mk lang/php5/pecl.mk +0 -0
- lang/psycopg/Makefile lang/psycopg/Makefile +0 -0
- lang/pybluez/Makefile lang/pybluez/Makefile +0 -0
- lang/pyclips/Makefile lang/pyclips/Makefile +0 -0
- lang/pyevent/Makefile lang/pyevent/Makefile +0 -0
- lang/pyevent/patches/000-libenevt_path_from_env.patch lang/pyevent/patches/000-libenevt_path_from_env.patch +0 -0
- lang/pyevent/patches/001-event-pyx-python25.patch lang/pyevent/patches/001-event-pyx-python25.patch +0 -0
- lang/pygobject/Makefile lang/pygobject/Makefile +0 -0
- lang/pygobject/patches/010-binary-constants-module.patch lang/pygobject/patches/010-binary-constants-module.patch +0 -0
- lang/pymysql/Makefile lang/pymysql/Makefile +0 -0
- lang/pymysql/patches/000-setup.patch lang/pymysql/patches/000-setup.patch +0 -0
- lang/pymysql/patches/010-threadsafe.patch lang/pymysql/patches/010-threadsafe.patch +0 -0
- lang/pyopenssl/Makefile lang/pyopenssl/Makefile +0 -0
- lang/pypcap/Makefile lang/pypcap/Makefile +0 -0
- lang/pypcap/patches/000-no_cpickle.patch lang/pypcap/patches/000-no_cpickle.patch +0 -0
- lang/pypcap/patches/001-python2_5.patch lang/pypcap/patches/001-python2_5.patch +0 -0
- lang/pyrrd/Makefile lang/pyrrd/Makefile +0 -0
- lang/pyrrd/patches/101-cross.patch lang/pyrrd/patches/101-cross.patch +0 -0
- lang/pyrrd/patches/200-fetch.patch lang/pyrrd/patches/200-fetch.patch +0 -0
- lang/pyserial/Makefile lang/pyserial/Makefile +0 -0
- lang/pysqlite/Makefile lang/pysqlite/Makefile +0 -0
- lang/pysqlite/files/setup.cfg.in lang/pysqlite/files/setup.cfg.in +0 -0
- lang/python-cjson/Makefile lang/python-cjson/Makefile +0 -0
- lang/python-cjson/patches/001-unicode-buffer-overflow.patch lang/python-cjson/patches/001-unicode-buffer-overflow.patch +0 -0
- lang/python-crypto/Makefile lang/python-crypto/Makefile +0 -0
- lang/python-curl/Makefile lang/python-curl/Makefile +0 -0
- lang/python-curl/patches/001-no_static.patch lang/python-curl/patches/001-no_static.patch +0 -0
- lang/python-dbus/Makefile lang/python-dbus/Makefile +0 -0
- lang/python-django/Makefile lang/python-django/Makefile +0 -0
- lang/python-eeml/Makefile lang/python-eeml/Makefile +0 -0
- lang/python-eeml/patches/101-cross.patch lang/python-eeml/patches/101-cross.patch +0 -0
- lang/python-flup/Makefile lang/python-flup/Makefile +0 -0
- lang/python-ifconfig/Makefile lang/python-ifconfig/Makefile +0 -0
- lang/python-ifconfig/patches/001-errorcheck.patch lang/python-ifconfig/patches/001-errorcheck.patch +0 -0
- lang/python-ifconfig/patches/002-checkflags-up.patch lang/python-ifconfig/patches/002-checkflags-up.patch +0 -0
- lang/python-imaging-library/Makefile lang/python-imaging-library/Makefile +0 -0
- lang/python-imaging-library/patches/101-cross_compile.patch lang/python-imaging-library/patches/101-cross_compile.patch +0 -0
- lang/python-json/Makefile lang/python-json/Makefile +0 -0
- lang/python-mimms/Makefile lang/python-mimms/Makefile +0 -0
- lang/python-pyosc/Makefile lang/python-pyosc/Makefile +0 -0
- lang/python-sip/Makefile lang/python-sip/Makefile +0 -0
- lang/python-sip/files/python-sip-package.mk lang/python-sip/files/python-sip-package.mk +0 -0
- lang/python-sip/files/sipconfig.macros.template lang/python-sip/files/sipconfig.macros.template +0 -0
- lang/python-sip/patches/100-cross-compile.patch lang/python-sip/patches/100-cross-compile.patch +0 -0
- lang/python-webpy/Makefile lang/python-webpy/Makefile +0 -0
- lang/python/Makefile lang/python/Makefile +0 -0
- lang/python/files/python-package.mk lang/python/files/python-package.mk +0 -0
- lang/python/patches/000-cross-compile.patch lang/python/patches/000-cross-compile.patch +0 -0
- lang/python/patches/020-dont-compile-python-files.patch lang/python/patches/020-dont-compile-python-files.patch +0 -0
- lang/python/patches/030-fixup-include-dirs.patch lang/python/patches/030-fixup-include-dirs.patch +0 -0
- lang/python/patches/040-dont-import-cross-compiled-modules.patch ...thon/patches/040-dont-import-cross-compiled-modules.patch +0 -0
- lang/python/patches/070-dont-clean-ipkg-install.patch lang/python/patches/070-dont-clean-ipkg-install.patch +0 -0
- lang/python/patches/080-distutils-dont_adjust_files.patch lang/python/patches/080-distutils-dont_adjust_files.patch +0 -0
- lang/python/patches/110-enable-zlib.patch lang/python/patches/110-enable-zlib.patch +0 -0
- lang/python/patches/120-force-internal-modules-for-hashlib.patch ...thon/patches/120-force-internal-modules-for-hashlib.patch +0 -0
- lang/python/patches/130-readline-setup.patch lang/python/patches/130-readline-setup.patch +0 -0
- lang/python/patches/140-verbose-sharedmods.patch lang/python/patches/140-verbose-sharedmods.patch +0 -0
- lang/python2-chardet/Makefile lang/python2-chardet/Makefile +0 -0
- lang/pyusb/Makefile lang/pyusb/Makefile +0 -0
- lang/pyxdg/Makefile lang/pyxdg/Makefile +0 -0
- lang/pyyaml/Makefile lang/pyyaml/Makefile +0 -0
- lang/ruby/Makefile lang/ruby/Makefile +0 -0
- lang/ruby/patches/0001-Add-option-which-enable-SSLv2-support.patch .../patches/0001-Add-option-which-enable-SSLv2-support.patch +0 -0
- lang/sigscheme/Makefile lang/sigscheme/Makefile +0 -0
- lang/simplejson/Makefile lang/simplejson/Makefile +0 -0
- lang/sqlite3-ruby/Makefile lang/sqlite3-ruby/Makefile +0 -0
- lang/tcl/Makefile lang/tcl/Makefile +0 -0
- lang/tcl/patches/100-disable_tzdata_and_msgs_install.patch lang/tcl/patches/100-disable_tzdata_and_msgs_install.patch +0 -0
- lang/tcl/patches/200-fix_mips_build.patch lang/tcl/patches/200-fix_mips_build.patch +0 -0
- lang/telepathy-python/Makefile lang/telepathy-python/Makefile +0 -0
- lang/twisted/Makefile lang/twisted/Makefile +0 -0
- lang/twisted/patches/000-select_submodules.patch lang/twisted/patches/000-select_submodules.patch +0 -0
- lang/twisted/patches/001-dont_use_zope.patch lang/twisted/patches/001-dont_use_zope.patch +0 -0
- lang/urbi/Makefile lang/urbi/Makefile +0 -0
- lang/urbi/patches/001-no_examples.patch lang/urbi/patches/001-no_examples.patch +0 -0
- lang/urbi/patches/005-fix-gcc_4_3-compile.patch lang/urbi/patches/005-fix-gcc_4_3-compile.patch +0 -0
- lang/xapian-bindings/Makefile lang/xapian-bindings/Makefile +0 -0
- lang/yapsnmp/Makefile lang/yapsnmp/Makefile +0 -0
- lang/yapsnmp/patches/000-compile_fix.patch lang/yapsnmp/patches/000-compile_fix.patch +0 -0
- lang/yapsnmp/patches/001-automake-compat.patch lang/yapsnmp/patches/001-automake-compat.patch +0 -0
- libs/aalib/Makefile libs/aalib/Makefile +0 -0
- libs/aalib/patches/001-destdir.patch libs/aalib/patches/001-destdir.patch +0 -0
- libs/alsa-lib/Makefile libs/alsa-lib/Makefile +0 -0
- libs/alsa-lib/patches/001-link_fix.patch libs/alsa-lib/patches/001-link_fix.patch +0 -0
- libs/alsa-lib/patches/003-mips-atomic-static-inline.patch libs/alsa-lib/patches/003-mips-atomic-static-inline.patch +0 -0
- libs/alsa-lib/patches/004-ccache.patch libs/alsa-lib/patches/004-ccache.patch +0 -0
- libs/apr-util/Makefile libs/apr-util/Makefile +0 -0
- libs/apr-util/patches/001-automake-compat.patch libs/apr-util/patches/001-automake-compat.patch +0 -0
- libs/apr/Makefile libs/apr/Makefile +0 -0
- libs/apr/patches/001-autoconf-compat.patch libs/apr/patches/001-autoconf-compat.patch +0 -0
- libs/apr/patches/101-fix_apr_time_now.patch libs/apr/patches/101-fix_apr_time_now.patch +0 -0
- libs/argp-standalone/Makefile libs/argp-standalone/Makefile +0 -0
- libs/argp-standalone/patches/001-throw-in-funcdef.patch libs/argp-standalone/patches/001-throw-in-funcdef.patch +0 -0
- libs/argtable/Makefile libs/argtable/Makefile +0 -0
- libs/avahi/Makefile libs/avahi/Makefile +0 -0
- libs/avahi/files/avahi-daemon.conf libs/avahi/files/avahi-daemon.conf +0 -0
- libs/avahi/files/avahi-daemon.init libs/avahi/files/avahi-daemon.init +0 -0
- libs/avahi/files/service-http libs/avahi/files/service-http +0 -0
- libs/avahi/files/service-ssh libs/avahi/files/service-ssh +0 -0
- libs/avahi/patches/010-step_back_autotools-no-gettext.patch libs/avahi/patches/010-step_back_autotools-no-gettext.patch +0 -0
- libs/axtls/Makefile libs/axtls/Makefile +0 -0
- libs/axtls/files/config libs/axtls/files/config +0 -0
- libs/axtls/patches/001-opt_flags.patch libs/axtls/patches/001-opt_flags.patch +0 -0
- libs/axtls/patches/002-axhttpd_install.patch libs/axtls/patches/002-axhttpd_install.patch +0 -0
- libs/bluez-libs/Makefile libs/bluez-libs/Makefile +0 -0
- libs/bluez-libs/patches/010-dont-override-libdir.patch libs/bluez-libs/patches/010-dont-override-libdir.patch +0 -0
- libs/boost/Makefile libs/boost/Makefile +0 -0
- libs/boost/patches/100-do-not-use-librt.patch libs/boost/patches/100-do-not-use-librt.patch +0 -0
- libs/c-ares/Makefile libs/c-ares/Makefile +0 -0
- libs/cgilib/Makefile libs/cgilib/Makefile +0 -0
- libs/cgilib/patches/200-cgitest_bugfix.patch libs/cgilib/patches/200-cgitest_bugfix.patch +0 -0
- libs/cgilib/patches/300-cpp_bugfix.patch libs/cgilib/patches/300-cpp_bugfix.patch +0 -0
- libs/check/Makefile libs/check/Makefile +0 -0
- libs/classpath/Makefile libs/classpath/Makefile +0 -0
- libs/classpath/patches/000-fix_include.patch libs/classpath/patches/000-fix_include.patch +0 -0
- libs/clearsilver/Config.in libs/clearsilver/Config.in +0 -0
- libs/clearsilver/Makefile libs/clearsilver/Makefile +0 -0
- libs/clearsilver/patches/001-gcc-vs-dollar-cc.patch libs/clearsilver/patches/001-gcc-vs-dollar-cc.patch +0 -0
- libs/clearsilver/patches/002-make-install-depends.patch libs/clearsilver/patches/002-make-install-depends.patch +0 -0
- libs/clearsilver/patches/003-disable-tests.patch libs/clearsilver/patches/003-disable-tests.patch +0 -0
- libs/clearsilver/patches/100-remove_warnings.patch libs/clearsilver/patches/100-remove_warnings.patch +0 -0
- libs/clearsilver/patches/101-fix_content_type_ff3.patch libs/clearsilver/patches/101-fix_content_type_ff3.patch +0 -0
- libs/clearsilver/patches/102-add_x_requested_http_headers.patch ...learsilver/patches/102-add_x_requested_http_headers.patch +0 -0
- libs/clinkc/Makefile libs/clinkc/Makefile +0 -0
- libs/confuse/Makefile libs/confuse/Makefile +0 -0
- libs/confuse/patches/001-no_werror.patch libs/confuse/patches/001-no_werror.patch +0 -0
- libs/credis/Makefile libs/credis/Makefile +0 -0
- libs/credis/patches/200-Makefile.patch libs/credis/patches/200-Makefile.patch +0 -0
- libs/curl/Makefile libs/curl/Makefile +0 -0
- libs/curl/patches/100-cross-compile.patch libs/curl/patches/100-cross-compile.patch +0 -0
- libs/curl/patches/200-no_docs_tests.patch libs/curl/patches/200-no_docs_tests.patch +0 -0
- libs/cyrus-sasl/Makefile libs/cyrus-sasl/Makefile +0 -0
- libs/cyrus-sasl/patches/001-automake-compat.patch libs/cyrus-sasl/patches/001-automake-compat.patch +0 -0
- libs/cyrus-sasl/patches/200-fix_avr32_compile.patch libs/cyrus-sasl/patches/200-fix_avr32_compile.patch +0 -0
- libs/db47/Makefile libs/db47/Makefile +0 -0
- libs/db47/patches/001-sequence_lock.patch libs/db47/patches/001-sequence_lock.patch +0 -0
- libs/db47/patches/002-lock.patch libs/db47/patches/002-lock.patch +0 -0
- libs/db47/patches/003-dead_lock.patch libs/db47/patches/003-dead_lock.patch +0 -0
- libs/dbus-glib/Makefile libs/dbus-glib/Makefile +0 -0
- libs/dbus-glib/patches/001-cross.patch libs/dbus-glib/patches/001-cross.patch +0 -0
- libs/dbus-glib/patches/003-disable-tests-docs-examples.patch libs/dbus-glib/patches/003-disable-tests-docs-examples.patch +0 -0
- libs/elfutils/Makefile libs/elfutils/Makefile +0 -0
- libs/elfutils/patches/001-elfutils-portability.patch libs/elfutils/patches/001-elfutils-portability.patch +0 -0
- libs/elfutils/patches/002-no_tests.patch libs/elfutils/patches/002-no_tests.patch +0 -0
- libs/elfutils/patches/003-no_warnings_as_errors.patch libs/elfutils/patches/003-no_warnings_as_errors.patch +0 -0
- libs/elfutils/patches/004-memcpy_def.patch libs/elfutils/patches/004-memcpy_def.patch +0 -0
- libs/elfutils/patches/005-only_libdw_libelf.patch libs/elfutils/patches/005-only_libdw_libelf.patch +0 -0
- libs/elfutils/patches/006-libdw_LIBS.patch libs/elfutils/patches/006-libdw_LIBS.patch +0 -0
- libs/eventlog/Makefile libs/eventlog/Makefile +0 -0
- libs/expat/Makefile libs/expat/Makefile +0 -0
- libs/ezxml/Makefile libs/ezxml/Makefile +0 -0
- libs/ezxml/patches/100-cross_compile.patch libs/ezxml/patches/100-cross_compile.patch +0 -0
- libs/ezxml/patches/101-build_shared.patch libs/ezxml/patches/101-build_shared.patch +0 -0
- libs/ezxml/patches/200-ezxml_parse_str.patch libs/ezxml/patches/200-ezxml_parse_str.patch +0 -0
- libs/ezxml/patches/201-ezxml_int.patch libs/ezxml/patches/201-ezxml_int.patch +0 -0
- libs/ezxml/patches/202-ezxml_child.patch libs/ezxml/patches/202-ezxml_child.patch +0 -0
- libs/ezxml/patches/203-ezxml_cut.patch libs/ezxml/patches/203-ezxml_cut.patch +0 -0
- libs/faad2/Makefile libs/faad2/Makefile +0 -0
- libs/fcgi/Makefile libs/fcgi/Makefile +0 -0
- libs/fcgi/patches/100-fcgio-int-type-fix.patch libs/fcgi/patches/100-fcgio-int-type-fix.patch +0 -0
- libs/fcgi/patches/110-no_examples.patch libs/fcgi/patches/110-no_examples.patch +0 -0
- libs/fftw3/Makefile libs/fftw3/Makefile +0 -0
- libs/fftw3/patches/001-makefile.patch libs/fftw3/patches/001-makefile.patch +0 -0
- libs/file/Makefile libs/file/Makefile +0 -0
- libs/firewall-mod-save/Makefile libs/firewall-mod-save/Makefile +0 -0
- libs/firewall-mod-save/files/20_save.sh libs/firewall-mod-save/files/20_save.sh +0 -0
- libs/flac/Makefile libs/flac/Makefile +0 -0
- libs/flac/patches/001-no-docs-and-examples.patch libs/flac/patches/001-no-docs-and-examples.patch +0 -0
- libs/flac/patches/002-no-utility.patch libs/flac/patches/002-no-utility.patch +0 -0
- libs/flac/patches/010-automake-compat.patch libs/flac/patches/010-automake-compat.patch +0 -0
- libs/freetype/Makefile libs/freetype/Makefile +0 -0
- libs/fribidi/Makefile libs/fribidi/Makefile +0 -0
- libs/ftplib/Makefile libs/ftplib/Makefile +0 -0
- libs/ftplib/patches/001-fix_ascii_read_without_eol.patch libs/ftplib/patches/001-fix_ascii_read_without_eol.patch +0 -0
- libs/ftplib/patches/002-check_getserv_by_name.patch libs/ftplib/patches/002-check_getserv_by_name.patch +0 -0
- libs/gd/Makefile libs/gd/Makefile +0 -0
- libs/gd/patches/100-configure_fix.patch libs/gd/patches/100-configure_fix.patch +0 -0
- libs/gd/patches/101-gdlib-config.patch libs/gd/patches/101-gdlib-config.patch +0 -0
- libs/gdbm/Makefile libs/gdbm/Makefile +0 -0
- libs/gettext-full/Makefile libs/gettext-full/Makefile +0 -0
- libs/gettext-full/patches/001-autotools.patch libs/gettext-full/patches/001-autotools.patch +0 -0
- libs/gettext-full/patches/001-no_examples_and_tests.patch libs/gettext-full/patches/001-no_examples_and_tests.patch +0 -0
- libs/gettext-full/patches/003-gettext-error_print_progname.patch ...ttext-full/patches/003-gettext-error_print_progname.patch +0 -0
- libs/gettext-full/patches/004-gnulib-uclibc-sched_param-def.patch ...text-full/patches/004-gnulib-uclibc-sched_param-def.patch +0 -0
- libs/gettext-full/patches/005-uclibc-0.9.30-compat.patch libs/gettext-full/patches/005-uclibc-0.9.30-compat.patch +0 -0
- libs/gettext-full/patches/100-error_progname.patch libs/gettext-full/patches/100-error_progname.patch +0 -0
- libs/gettext-full/patches/120-uclibc-nolocale.patch libs/gettext-full/patches/120-uclibc-nolocale.patch +0 -0
- libs/gettext-full/patches/150-disable_libxml_iconv.patch libs/gettext-full/patches/150-disable_libxml_iconv.patch +0 -0
- libs/gettext-full/patches/160-eglibc_stdio.patch libs/gettext-full/patches/160-eglibc_stdio.patch +0 -0
- libs/gettext/Makefile libs/gettext/Makefile +0 -0
- libs/gettext/src/include/libintl.h libs/gettext/src/include/libintl.h +0 -0
- libs/gettext/src/m4/codeset.m4 libs/gettext/src/m4/codeset.m4 +0 -0
- libs/gettext/src/m4/gettext.m4 libs/gettext/src/m4/gettext.m4 +0 -0
- libs/gettext/src/m4/intl.m4 libs/gettext/src/m4/intl.m4 +0 -0
- libs/gettext/src/m4/intldir.m4 libs/gettext/src/m4/intldir.m4 +0 -0
- libs/gettext/src/m4/intlmacosx.m4 libs/gettext/src/m4/intlmacosx.m4 +0 -0
- libs/gettext/src/m4/lcmessage.m4 libs/gettext/src/m4/lcmessage.m4 +0 -0
- libs/gettext/src/m4/nls.m4 libs/gettext/src/m4/nls.m4 +0 -0
- libs/gettext/src/m4/po.m4 libs/gettext/src/m4/po.m4 +0 -0
- libs/giflib/Makefile libs/giflib/Makefile +0 -0
- libs/glib/Makefile libs/glib/Makefile +0 -0
- libs/glib/patches/001-automake-compat.patch libs/glib/patches/001-automake-compat.patch +0 -0
- libs/glib/patches/002-glibconfig-sysdefs.h.patch libs/glib/patches/002-glibconfig-sysdefs.h.patch +0 -0
- libs/glib/patches/003-gcc-3.4-compat.patch libs/glib/patches/003-gcc-3.4-compat.patch +0 -0
- libs/glib/patches/004-underquoted-glib.m4.patch libs/glib/patches/004-underquoted-glib.m4.patch +0 -0
- libs/glib2/Makefile libs/glib2/Makefile +0 -0
- libs/glib2/patches/001-automake-compat.patch libs/glib2/patches/001-automake-compat.patch +0 -0
- libs/glib2/patches/002-missing-gthread-include.patch libs/glib2/patches/002-missing-gthread-include.patch +0 -0
- libs/glib2/patches/010-move-iconv-to-libs.patch libs/glib2/patches/010-move-iconv-to-libs.patch +0 -0
- libs/glib2/patches/020-no-docs-tests-translations.patch libs/glib2/patches/020-no-docs-tests-translations.patch +0 -0
- libs/glibmm/Makefile libs/glibmm/Makefile +0 -0
- libs/glibmm/patches/100-disable-examples-tests-doc-tools-scripts.patch ...atches/100-disable-examples-tests-doc-tools-scripts.patch +0 -0
- libs/gmp/Makefile libs/gmp/Makefile +0 -0
- libs/gnutls/Makefile libs/gnutls/Makefile +0 -0
- libs/gnutls/patches/001-no_doc_tests_po.patch libs/gnutls/patches/001-no_doc_tests_po.patch +0 -0
- libs/gperf/Makefile libs/gperf/Makefile +0 -0
- libs/gpgme/Makefile libs/gpgme/Makefile +0 -0
- libs/gsl/Makefile libs/gsl/Makefile +0 -0
- libs/gsm/Makefile libs/gsm/Makefile +0 -0
- libs/gsm/patches/001-debian-libsgm-1.0.10-13.patch libs/gsm/patches/001-debian-libsgm-1.0.10-13.patch +0 -0
- libs/howl/Makefile libs/howl/Makefile +0 -0
- libs/howl/files/autoipd.init libs/howl/files/autoipd.init +0 -0
- libs/howl/files/mDNSResponder.conf libs/howl/files/mDNSResponder.conf +0 -0
- libs/howl/files/mDNSResponder.init libs/howl/files/mDNSResponder.init +0 -0
- libs/howl/files/nifd.init libs/howl/files/nifd.init +0 -0
- libs/howl/patches/001-config.patch libs/howl/patches/001-config.patch +0 -0
- libs/howl/patches/002-debug_log.patch libs/howl/patches/002-debug_log.patch +0 -0
- libs/howl/patches/003-proto_fix.patch libs/howl/patches/003-proto_fix.patch +0 -0
- libs/howl/patches/004-linux_types.patch libs/howl/patches/004-linux_types.patch +0 -0
- libs/id3lib/Makefile libs/id3lib/Makefile +0 -0
- libs/id3lib/patches/100-missing_include.patch libs/id3lib/patches/100-missing_include.patch +0 -0
- libs/id3lib/patches/120-fix-configure-remove-check-for-iomanip_h.patch ...atches/120-fix-configure-remove-check-for-iomanip_h.patch +0 -0
- libs/id3lib/patches/130-fix-includes.patch libs/id3lib/patches/130-fix-includes.patch +0 -0
- libs/id3lib/patches/140-dont-build-examples.patch libs/id3lib/patches/140-dont-build-examples.patch +0 -0
- libs/iksemel/Makefile libs/iksemel/Makefile +0 -0
- libs/iksemel/patches/001-missing-macros.patch libs/iksemel/patches/001-missing-macros.patch +0 -0
- libs/intltool/Makefile libs/intltool/Makefile +0 -0
- libs/jansson/Makefile libs/jansson/Makefile +0 -0
- libs/jansson/patches/01-jansson-add-jason_object_deep_update.patch ...son/patches/01-jansson-add-jason_object_deep_update.patch +0 -0
- libs/jansson/patches/100-add-jason_object_deep_update.patch libs/jansson/patches/100-add-jason_object_deep_update.patch +0 -0
- libs/jpeg/Makefile libs/jpeg/Makefile +0 -0
- libs/jpeg/patches/001-allow-ccache.patch libs/jpeg/patches/001-allow-ccache.patch +0 -0
- libs/jpeg/patches/200-crop.patch libs/jpeg/patches/200-crop.patch +0 -0
- libs/keynote/Makefile libs/keynote/Makefile +0 -0
- libs/keynote/patches/001-build.patch libs/keynote/patches/001-build.patch +0 -0
- libs/keynote/patches/002-cross_compile.patch libs/keynote/patches/002-cross_compile.patch +0 -0
- libs/ldns/Makefile libs/ldns/Makefile +0 -0
- libs/leptonica/Makefile libs/leptonica/Makefile +0 -0
- libs/libIDL2/Makefile libs/libIDL2/Makefile +0 -0
- libs/libaio/Makefile libs/libaio/Makefile +0 -0
- libs/libaio/patches/001-arches_from_debian_package_0.3.106-8.patch ...io/patches/001-arches_from_debian_package_0.3.106-8.patch +0 -0
- libs/libaio/patches/002-avr32_support.patch libs/libaio/patches/002-avr32_support.patch +0 -0
- libs/libamsel/Makefile libs/libamsel/Makefile +0 -0
- libs/libao/Makefile libs/libao/Makefile +0 -0
- libs/libart/Makefile libs/libart/Makefile +0 -0
- libs/libassuan/Makefile libs/libassuan/Makefile +0 -0
- libs/libatomicops/Makefile libs/libatomicops/Makefile +0 -0
- libs/libaudiofile/Makefile libs/libaudiofile/Makefile +0 -0
- libs/libaudiofile/patches/001-audiofile-config-libdirs.patch libs/libaudiofile/patches/001-audiofile-config-libdirs.patch +0 -0
- libs/libcap/Makefile libs/libcap/Makefile +0 -0
- libs/libcelt/Makefile libs/libcelt/Makefile +0 -0
- libs/libcli/Makefile libs/libcli/Makefile +0 -0
- libs/libconfig/Makefile libs/libconfig/Makefile +0 -0
- libs/libcroco/Makefile libs/libcroco/Makefile +0 -0
- libs/libcroco/patches/001-automake-compat.patch libs/libcroco/patches/001-automake-compat.patch +0 -0
- libs/libcrypto++/Makefile libs/libcrypto++/Makefile +0 -0
- libs/libcrypto++/patches/001-strict_gcc43_include.patch libs/libcrypto++/patches/001-strict_gcc43_include.patch +0 -0
- libs/libcrypto++/patches/002-cryptest_data_files_location.patch ...ibcrypto++/patches/002-cryptest_data_files_location.patch +0 -0
- libs/libcrypto++/patches/003-autoconf_files.patch libs/libcrypto++/patches/003-autoconf_files.patch +0 -0
- libs/libcunit/Makefile libs/libcunit/Makefile +0 -0
- libs/libdaemon/Makefile libs/libdaemon/Makefile +0 -0
- libs/libdaq/Makefile libs/libdaq/Makefile +0 -0
- libs/libdaq/patches/001-cross-compile-test.patch libs/libdaq/patches/001-cross-compile-test.patch +0 -0
- libs/libdbi/Makefile libs/libdbi/Makefile +0 -0
- libs/libdbi/patches/001-no_docs.patch libs/libdbi/patches/001-no_docs.patch +0 -0
- libs/libdirectfb/Makefile libs/libdirectfb/Makefile +0 -0
- libs/libdirectfb/patches/disable-asm.patch libs/libdirectfb/patches/disable-asm.patch +0 -0
- libs/libdlna/Makefile libs/libdlna/Makefile +0 -0
- libs/libdlna/patches/100-configure_fix.patch libs/libdlna/patches/100-configure_fix.patch +0 -0
- libs/libdlna/patches/200-parallel-build.patch libs/libdlna/patches/200-parallel-build.patch +0 -0
- libs/libdlna/patches/300-ffmpeg_compat.patch libs/libdlna/patches/300-ffmpeg_compat.patch +0 -0
- libs/libdmapsharing/Makefile libs/libdmapsharing/Makefile +0 -0
- libs/libdmapsharing/patches/001-diable_pixbuf.patch libs/libdmapsharing/patches/001-diable_pixbuf.patch +0 -0
- libs/libdnet/Makefile libs/libdnet/Makefile +0 -0
- libs/libdnet/patches/001-dnet_config.patch libs/libdnet/patches/001-dnet_config.patch +0 -0
- libs/libdnet/patches/002-fix_avr32_compile.patch libs/libdnet/patches/002-fix_avr32_compile.patch +0 -0
- libs/libdnet/patches/010-gcc4.patch libs/libdnet/patches/010-gcc4.patch +0 -0
- libs/libdvbpsi/Makefile libs/libdvbpsi/Makefile +0 -0
- libs/libdvbpsi/patches/001-no_doc_examples.patch libs/libdvbpsi/patches/001-no_doc_examples.patch +0 -0
- libs/libdvdread/Makefile libs/libdvdread/Makefile +0 -0
- libs/libelf/Makefile libs/libelf/Makefile +0 -0
- libs/libevent/Makefile libs/libevent/Makefile +0 -0
- libs/libevent2/Makefile libs/libevent2/Makefile +0 -0
- libs/libexif/Makefile libs/libexif/Makefile +0 -0
- libs/libexif/patches/100-no_doc.patch libs/libexif/patches/100-no_doc.patch +0 -0
- libs/libffi/Makefile libs/libffi/Makefile +0 -0
- libs/libfreecwmp/Makefile libs/libfreecwmp/Makefile +0 -0
- libs/libfreefare/Makefile libs/libfreefare/Makefile +0 -0
- libs/libfreenect/Makefile libs/libfreenect/Makefile +0 -0
- libs/libftdi/Makefile libs/libftdi/Makefile +0 -0
- libs/libgcrypt/Makefile libs/libgcrypt/Makefile +0 -0
- libs/libgcrypt/patches/001-no_docs_tests.patch libs/libgcrypt/patches/001-no_docs_tests.patch +0 -0
- libs/libgpg-error/Makefile libs/libgpg-error/Makefile +0 -0
- libs/libgphoto2/Makefile libs/libgphoto2/Makefile +0 -0
- libs/libgphoto2/patches/001-automake-compat.patch libs/libgphoto2/patches/001-automake-compat.patch +0 -0
- libs/libgphoto2/patches/002-no-tests-docs-examples-translations.patch ...to2/patches/002-no-tests-docs-examples-translations.patch +0 -0
- libs/libgssapi/Makefile libs/libgssapi/Makefile +0 -0
- libs/libiconv-full/Makefile libs/libiconv-full/Makefile +0 -0
- libs/libiconv-full/patches/100-strip_charsets.patch libs/libiconv-full/patches/100-strip_charsets.patch +0 -0
- libs/libiconv-full/patches/101-autotools.patch libs/libiconv-full/patches/101-autotools.patch +0 -0
- libs/libiconv-full/patches/103-configure_ac_fix.patch libs/libiconv-full/patches/103-configure_ac_fix.patch +0 -0
- libs/libiconv-full/patches/200-work-with-libtool2.patch libs/libiconv-full/patches/200-work-with-libtool2.patch +0 -0
- libs/libiconv/COPYING libs/libiconv/COPYING +0 -0
- libs/libiconv/COPYRIGHT libs/libiconv/COPYRIGHT +0 -0
- libs/libiconv/Makefile libs/libiconv/Makefile +0 -0
- libs/libiconv/src/iconv.c libs/libiconv/src/iconv.c +0 -0
- libs/libiconv/src/include/charmaps.h libs/libiconv/src/include/charmaps.h +0 -0
- libs/libiconv/src/include/charmaps/iso-8859-10.h libs/libiconv/src/include/charmaps/iso-8859-10.h +0 -0
- libs/libiconv/src/include/charmaps/iso-8859-13.h libs/libiconv/src/include/charmaps/iso-8859-13.h +0 -0
- libs/libiconv/src/include/charmaps/iso-8859-14.h libs/libiconv/src/include/charmaps/iso-8859-14.h +0 -0
- libs/libiconv/src/include/charmaps/iso-8859-16.h libs/libiconv/src/include/charmaps/iso-8859-16.h +0 -0
- libs/libiconv/src/include/charmaps/iso-8859-2.h libs/libiconv/src/include/charmaps/iso-8859-2.h +0 -0
- libs/libiconv/src/include/charmaps/iso-8859-3.h libs/libiconv/src/include/charmaps/iso-8859-3.h +0 -0
- libs/libiconv/src/include/charmaps/iso-8859-4.h libs/libiconv/src/include/charmaps/iso-8859-4.h +0 -0
- libs/libiconv/src/include/charmaps/iso-8859-5.h libs/libiconv/src/include/charmaps/iso-8859-5.h +0 -0
- libs/libiconv/src/include/charmaps/iso-8859-6.h libs/libiconv/src/include/charmaps/iso-8859-6.h +0 -0
- libs/libiconv/src/include/charmaps/iso-8859-7.h libs/libiconv/src/include/charmaps/iso-8859-7.h +0 -0
- libs/libiconv/src/include/charmaps/iso-8859-8.h libs/libiconv/src/include/charmaps/iso-8859-8.h +0 -0
- libs/libiconv/src/include/charmaps/iso-8859-9.h libs/libiconv/src/include/charmaps/iso-8859-9.h +0 -0
- libs/libiconv/src/include/charmaps/koi8-r.h libs/libiconv/src/include/charmaps/koi8-r.h +0 -0
- libs/libiconv/src/include/charmaps/windows-1250.h libs/libiconv/src/include/charmaps/windows-1250.h +0 -0
- libs/libiconv/src/include/charmaps/windows-1251.h libs/libiconv/src/include/charmaps/windows-1251.h +0 -0
- libs/libiconv/src/include/charmaps/windows-1252.h libs/libiconv/src/include/charmaps/windows-1252.h +0 -0
- libs/libiconv/src/include/charmaps/windows-1253.h libs/libiconv/src/include/charmaps/windows-1253.h +0 -0
- libs/libiconv/src/include/charmaps/windows-1254.h libs/libiconv/src/include/charmaps/windows-1254.h +0 -0
- libs/libiconv/src/include/charmaps/windows-1255.h libs/libiconv/src/include/charmaps/windows-1255.h +0 -0
- libs/libiconv/src/include/charmaps/windows-1256.h libs/libiconv/src/include/charmaps/windows-1256.h +0 -0
- libs/libiconv/src/include/charmaps/windows-1257.h libs/libiconv/src/include/charmaps/windows-1257.h +0 -0
- libs/libiconv/src/include/charmaps/windows-1258.h libs/libiconv/src/include/charmaps/windows-1258.h +0 -0
- libs/libiconv/src/include/charmaps/windows-874.h libs/libiconv/src/include/charmaps/windows-874.h +0 -0
- libs/libiconv/src/include/iconv.h libs/libiconv/src/include/iconv.h +0 -0
- libs/libiconv/src/m4/iconv.m4 libs/libiconv/src/m4/iconv.m4 +0 -0
- libs/libid3tag/Makefile libs/libid3tag/Makefile +0 -0
- libs/libidn/Makefile libs/libidn/Makefile +0 -0
- libs/libidn/patches/001-remove-libtool.patch libs/libidn/patches/001-remove-libtool.patch +0 -0
- libs/libidn/patches/002-disable-po-docs-examples.patch libs/libidn/patches/002-disable-po-docs-examples.patch +0 -0
- libs/libimobiledevice/Makefile libs/libimobiledevice/Makefile +0 -0
- libs/libinklevel/Makefile libs/libinklevel/Makefile +0 -0
- libs/libinklevel/patches/001-configure.patch libs/libinklevel/patches/001-configure.patch +0 -0
- libs/libinklevel/patches/002-disable_parport.patch libs/libinklevel/patches/002-disable_parport.patch +0 -0
- libs/libinklevel/patches/003-fix_usb_device_location.patch libs/libinklevel/patches/003-fix_usb_device_location.patch +0 -0
- libs/liblo/Makefile libs/liblo/Makefile +0 -0
- libs/libmad/Makefile libs/libmad/Makefile +0 -0
- libs/libmad/patches/001-mips_removal_h_constraint.patch libs/libmad/patches/001-mips_removal_h_constraint.patch +0 -0
- libs/libmbus/Makefile libs/libmbus/Makefile +0 -0
- libs/libmcrypt/Makefile libs/libmcrypt/Makefile +0 -0
- libs/libmicrohttpd/Makefile libs/libmicrohttpd/Makefile +0 -0
- libs/libmicroxml/Makefile libs/libmicroxml/Makefile +0 -0
- libs/libmikmod/Makefile libs/libmikmod/Makefile +0 -0
- libs/libmikmod/patches/001-disable-doc.patch libs/libmikmod/patches/001-disable-doc.patch +0 -0
- libs/libmikmod/patches/003-automake-compat.patch libs/libmikmod/patches/003-automake-compat.patch +0 -0
- libs/libmms/Makefile libs/libmms/Makefile +0 -0
- libs/libmnl/Makefile libs/libmnl/Makefile +0 -0
- libs/libmodbus/Makefile libs/libmodbus/Makefile +0 -0
- libs/libmpcdec/Makefile libs/libmpcdec/Makefile +0 -0
- libs/libmpcdec/patches/001-automake-compat.patch libs/libmpcdec/patches/001-automake-compat.patch +0 -0
- libs/libmpcdec/patches/100-fixed_point.patch libs/libmpcdec/patches/100-fixed_point.patch +0 -0
- libs/libmpd/Makefile libs/libmpd/Makefile +0 -0
- libs/libmpdclient/Makefile libs/libmpdclient/Makefile +0 -0
- libs/libmpeg2/Makefile libs/libmpeg2/Makefile +0 -0
- libs/libmpeg2/patches/101-ppc_no_altivec.patch libs/libmpeg2/patches/101-ppc_no_altivec.patch +0 -0
- libs/libmpeg2/patches/102-arm_data_preload_check.patch libs/libmpeg2/patches/102-arm_data_preload_check.patch +0 -0
- libs/libnatpmp/Makefile libs/libnatpmp/Makefile +0 -0
- libs/libnatpmp/patches/001-cross_compile.patch libs/libnatpmp/patches/001-cross_compile.patch +0 -0
- libs/libnet-1.0.x/Makefile libs/libnet-1.0.x/Makefile +0 -0
- libs/libnet-1.0.x/patches/100-debian_subset.patch.gz libs/libnet-1.0.x/patches/100-debian_subset.patch.gz +0 -0
- libs/libnet-1.0.x/patches/150-portability.patch libs/libnet-1.0.x/patches/150-portability.patch +0 -0
- libs/libnet-1.1.x/Makefile libs/libnet-1.1.x/Makefile +0 -0
- libs/libnet-1.1.x/patches/100-debian-subset.patch libs/libnet-1.1.x/patches/100-debian-subset.patch +0 -0
- libs/libnet-1.1.x/patches/150-portability.patch libs/libnet-1.1.x/patches/150-portability.patch +0 -0
- libs/libnet-1.1.x/patches/160-endian_cache.patch libs/libnet-1.1.x/patches/160-endian_cache.patch +0 -0
- libs/libnetfilter-conntrack/Makefile libs/libnetfilter-conntrack/Makefile +0 -0
- libs/libnetfilter-log/Makefile libs/libnetfilter-log/Makefile +0 -0
- libs/libnetfilter-queue/Makefile libs/libnetfilter-queue/Makefile +0 -0
- libs/libnfc/Makefile libs/libnfc/Makefile +0 -0
- libs/libnfnetlink/Makefile libs/libnfnetlink/Makefile +0 -0
- libs/libnfsidmap/Makefile libs/libnfsidmap/Makefile +0 -0
- libs/libnfsidmap/patches/000-no-getgrouplist.patch libs/libnfsidmap/patches/000-no-getgrouplist.patch +0 -0
- libs/libnids/Makefile libs/libnids/Makefile +0 -0
- libs/libnids/patches/001-no_asm_for_i386.patch libs/libnids/patches/001-no_asm_for_i386.patch +0 -0
- libs/libnids/patches/002-configure.patch libs/libnids/patches/002-configure.patch +0 -0
- libs/libnids/patches/003-missing_else.patch libs/libnids/patches/003-missing_else.patch +0 -0
- libs/libogg/Makefile libs/libogg/Makefile +0 -0
- libs/liboil/Makefile libs/liboil/Makefile +0 -0
- libs/liboil/patches/001-no-tools-docs-examples.patch libs/liboil/patches/001-no-tools-docs-examples.patch +0 -0
- libs/liboil/patches/002-pkgconfig.patch libs/liboil/patches/002-pkgconfig.patch +0 -0
- libs/libol/Makefile libs/libol/Makefile +0 -0
- libs/liboping/Makefile libs/liboping/Makefile +0 -0
- libs/liboping/patches/01-no-werror.patch libs/liboping/patches/01-no-werror.patch +0 -0
- libs/libosip2/Makefile libs/libosip2/Makefile +0 -0
- libs/libosip2/patches/001-automake-compat.patch libs/libosip2/patches/001-automake-compat.patch +0 -0
- libs/libowfat/Makefile libs/libowfat/Makefile +0 -0
- libs/libpam/Makefile libs/libpam/Makefile +0 -0
- libs/libpam/patches/000-OE-libpam-xtests.patch libs/libpam/patches/000-OE-libpam-xtests.patch +0 -0
- libs/libpam/patches/000-OE-pam-no-innetgr.patch libs/libpam/patches/000-OE-pam-no-innetgr.patch +0 -0
- libs/libpam/patches/001-no_nis.patch libs/libpam/patches/001-no_nis.patch +0 -0
- libs/libpam/patches/002-no_yywrap.patch libs/libpam/patches/002-no_yywrap.patch +0 -0
- libs/libpam/patches/003-no_doc.patch libs/libpam/patches/003-no_doc.patch +0 -0
- libs/libpam/patches/004-fix_lib64.patch libs/libpam/patches/004-fix_lib64.patch +0 -0
- libs/libpam/patches/005-fix_ruserok.patch libs/libpam/patches/005-fix_ruserok.patch +0 -0
- libs/libpam/patches/006-fix_xdr.patch libs/libpam/patches/006-fix_xdr.patch +0 -0
- libs/libpar2/Makefile libs/libpar2/Makefile +0 -0
- libs/libpar2/patches/100-par2cmdline-0.4-packed.patch libs/libpar2/patches/100-par2cmdline-0.4-packed.patch +0 -0
- libs/libpfm/Makefile libs/libpfm/Makefile +0 -0
- libs/libplist/Makefile libs/libplist/Makefile +0 -0
- libs/libpng/Makefile libs/libpng/Makefile +0 -0
- libs/libpng/patches/100-config_fix.patch libs/libpng/patches/100-config_fix.patch +0 -0
- libs/libpng/patches/200-CVE-2011-3026.patch libs/libpng/patches/200-CVE-2011-3026.patch +0 -0
- libs/libpthread-stubs/Makefile libs/libpthread-stubs/Makefile +0 -0
- libs/libptmalloc3/Makefile libs/libptmalloc3/Makefile +0 -0
- libs/libptmalloc3/patches/100-nothreads.patch libs/libptmalloc3/patches/100-nothreads.patch +0 -0
- libs/librpcsecgss/Makefile libs/librpcsecgss/Makefile +0 -0
- libs/librsync/Makefile libs/librsync/Makefile +0 -0
- libs/librsync/patches/001-4gb_files.patch libs/librsync/patches/001-4gb_files.patch +0 -0
- libs/libsamplerate/Makefile libs/libsamplerate/Makefile +0 -0
- libs/libsamplerate/patches/001-fix-m4-loop.patch libs/libsamplerate/patches/001-fix-m4-loop.patch +0 -0
- libs/libsdl/Makefile libs/libsdl/Makefile +0 -0
- libs/libsdl/patches/001-automake-compat.patch libs/libsdl/patches/001-automake-compat.patch +0 -0
- libs/libsdl_mixer/Makefile libs/libsdl_mixer/Makefile +0 -0
- libs/libsdl_mixer/files/sdl-config libs/libsdl_mixer/files/sdl-config +0 -0
- libs/libsdl_mixer/patches/001-automake-compat.patch libs/libsdl_mixer/patches/001-automake-compat.patch +0 -0
- libs/libsdl_mixer/patches/002-fix-linking.patch libs/libsdl_mixer/patches/002-fix-linking.patch +0 -0
- libs/libsdl_sound/Makefile libs/libsdl_sound/Makefile +0 -0
- libs/libshout/Makefile libs/libshout/Makefile +0 -0
- libs/libshout/patches/100-ogg-c.patch libs/libshout/patches/100-ogg-c.patch +0 -0
- libs/libshout/patches/110-shout-ogg-c.patch libs/libshout/patches/110-shout-ogg-c.patch +0 -0
- libs/libshout/patches/120-vorbis-c.patch libs/libshout/patches/120-vorbis-c.patch +0 -0
- libs/libshout/patches/140-no_example_doc_win32.patch libs/libshout/patches/140-no_example_doc_win32.patch +0 -0
- libs/libsigc++/Makefile libs/libsigc++/Makefile +0 -0
- libs/libsigc++/patches/001-no_doc_tests_examples.patch libs/libsigc++/patches/001-no_doc_tests_examples.patch +0 -0
- libs/libsml/Makefile libs/libsml/Makefile +0 -0
- libs/libsml/patches/010-no-examples-tests.patch libs/libsml/patches/010-no-examples-tests.patch +0 -0
- libs/libsml/patches/020-ldflags.patch libs/libsml/patches/020-ldflags.patch +0 -0
- libs/libsml/patches/030-cross-compile.patch libs/libsml/patches/030-cross-compile.patch +0 -0
- libs/libsndfile/Makefile libs/libsndfile/Makefile +0 -0
- libs/libsndfile/patches/001-automake-compat.patch libs/libsndfile/patches/001-automake-compat.patch +0 -0
- libs/libsoup/Makefile libs/libsoup/Makefile +0 -0
- libs/libspe2/Makefile libs/libspe2/Makefile +0 -0
- libs/libspe2/patches/001-remove_tls_requirement.patch libs/libspe2/patches/001-remove_tls_requirement.patch +0 -0
- libs/libsrtp/Makefile libs/libsrtp/Makefile +0 -0
- libs/libsrtp/patches/1003_fix_mips_namespace_collision.patch libs/libsrtp/patches/1003_fix_mips_namespace_collision.patch +0 -0
- libs/libsrtp/patches/1005_fix_data_alignment.patch libs/libsrtp/patches/1005_fix_data_alignment.patch +0 -0
- libs/libsrtp/patches/1007_update_Doxyfile.patch libs/libsrtp/patches/1007_update_Doxyfile.patch +0 -0
- libs/libsrtp/patches/1008_shared-lib.patch libs/libsrtp/patches/1008_shared-lib.patch +0 -0
- libs/libssh2/Makefile libs/libssh2/Makefile +0 -0
- libs/libsynce/Makefile libs/libsynce/Makefile +0 -0
- libs/libtasn1/Makefile libs/libtasn1/Makefile +0 -0
- libs/libtheora/Makefile libs/libtheora/Makefile +0 -0
- libs/libtheora/patches/001-no_docs_tests.patch libs/libtheora/patches/001-no_docs_tests.patch +0 -0
- libs/libtorrent/Makefile libs/libtorrent/Makefile +0 -0
- libs/libtorrent/patches/000-upstream-gcc46-fixes.patch libs/libtorrent/patches/000-upstream-gcc46-fixes.patch +0 -0
- libs/libtorrent/patches/100-fix_cross_compile.patch libs/libtorrent/patches/100-fix_cross_compile.patch +0 -0
- libs/libtorrent/patches/120-fix-ipv6_socket_datagram.patch libs/libtorrent/patches/120-fix-ipv6_socket_datagram.patch +0 -0
- libs/libtwin/Makefile libs/libtwin/Makefile +0 -0
- libs/libtwin/patches/100-compile_fix.patch libs/libtwin/patches/100-compile_fix.patch +0 -0
- libs/libupnp/Makefile libs/libupnp/Makefile +0 -0
- libs/libusb-1.0/Makefile libs/libusb-1.0/Makefile +0 -0
- libs/libusb-1.0/patches/001-timerfd.patch libs/libusb-1.0/patches/001-timerfd.patch +0 -0
- libs/libusb/Makefile libs/libusb/Makefile +0 -0
- libs/libusb/patches/000-debian_packed.patch libs/libusb/patches/000-debian_packed.patch +0 -0
- libs/libusb/patches/001-debian_ansi_types.patch libs/libusb/patches/001-debian_ansi_types.patch +0 -0
- libs/libusb/patches/002-no_libusbpp.patch libs/libusb/patches/002-no_libusbpp.patch +0 -0
- libs/libusb/patches/003-automake-compat.patch libs/libusb/patches/003-automake-compat.patch +0 -0
- libs/libusb/patches/004-no_unused.patch libs/libusb/patches/004-no_unused.patch +0 -0
- libs/libv4l/Makefile libs/libv4l/Makefile +0 -0
- libs/libv4l/patches/001-no-shm_open-fix.patch libs/libv4l/patches/001-no-shm_open-fix.patch +0 -0
- libs/libv4l/patches/002-allow-disabling-libjpeg.patch libs/libv4l/patches/002-allow-disabling-libjpeg.patch +0 -0
- libs/libv4l/patches/003-add-missing-libs.patch libs/libv4l/patches/003-add-missing-libs.patch +0 -0
- libs/libv4l/patches/004-disable-qv4l2.patch libs/libv4l/patches/004-disable-qv4l2.patch +0 -0
- libs/libvncserver/Makefile libs/libvncserver/Makefile +0 -0
- libs/libvncserver/patches/001-automake-compat.patch libs/libvncserver/patches/001-automake-compat.patch +0 -0
- libs/libvncserver/patches/100-noexamples.patch libs/libvncserver/patches/100-noexamples.patch +0 -0
- libs/libvorbis/Makefile libs/libvorbis/Makefile +0 -0
- libs/libvorbis/patches/001-automake-compat.patch libs/libvorbis/patches/001-automake-compat.patch +0 -0
- libs/libvorbisidec/Makefile libs/libvorbisidec/Makefile +0 -0
- libs/libxapian/Makefile libs/libxapian/Makefile +0 -0
- libs/libxapian/patches/001-missing_includes.patch libs/libxapian/patches/001-missing_includes.patch +0 -0
- libs/libxapian/patches/002-xapian_config_no_ltlibs.patch libs/libxapian/patches/002-xapian_config_no_ltlibs.patch +0 -0
- libs/libxml2/Makefile libs/libxml2/Makefile +0 -0
- libs/libxml2/patches/001-debian_CVEs.patch libs/libxml2/patches/001-debian_CVEs.patch +0 -0
- libs/libxslt/Makefile libs/libxslt/Makefile +0 -0
- libs/libyaml/Makefile libs/libyaml/Makefile +0 -0
- libs/libzip/Makefile libs/libzip/Makefile +0 -0
- libs/libzstream/Makefile libs/libzstream/Makefile +0 -0
- libs/lzo/Makefile libs/lzo/Makefile +0 -0
- libs/matrixssl/Makefile libs/matrixssl/Makefile +0 -0
- libs/matrixssl/patches/100-matrixssl_1.2.4.patch libs/matrixssl/patches/100-matrixssl_1.2.4.patch +0 -0
- libs/matrixssl/patches/200-compile-fixes.patch libs/matrixssl/patches/200-compile-fixes.patch +0 -0
- libs/mxml/Makefile libs/mxml/Makefile +0 -0
- libs/mxml/patches/001-targets.patch libs/mxml/patches/001-targets.patch +0 -0
- libs/mysql/Makefile libs/mysql/Makefile +0 -0
- libs/mysql/conf/my.cnf libs/mysql/conf/my.cnf +0 -0
- libs/mysql/files/lex_hash.h libs/mysql/files/lex_hash.h +0 -0
- libs/mysql/files/mysqld.init libs/mysql/files/mysqld.init +0 -0
- libs/mysql/patches/500-cross_compile.patch libs/mysql/patches/500-cross_compile.patch +0 -0
- libs/mysql/patches/501-disable-pthread-and-tests.patch libs/mysql/patches/501-disable-pthread-and-tests.patch +0 -0
- libs/mysql/patches/502-fix-hostname.patch libs/mysql/patches/502-fix-hostname.patch +0 -0
- libs/nacl/Makefile libs/nacl/Makefile +0 -0
- libs/nacl/do-openwrt libs/nacl/do-openwrt +0 -0
- libs/neon/Makefile libs/neon/Makefile +0 -0
- libs/neon/patches/001-automake-compat.patch libs/neon/patches/001-automake-compat.patch +0 -0
- libs/newt/Makefile libs/newt/Makefile +0 -0
- libs/newt/patches/100-compile-fix-broken-makefile.patch libs/newt/patches/100-compile-fix-broken-makefile.patch +0 -0
- libs/newt/patches/110-disable-snackmodule-python.patch libs/newt/patches/110-disable-snackmodule-python.patch +0 -0
- libs/nmeap/Makefile libs/nmeap/Makefile +0 -0
- libs/nmeap/patches/100-no_test.patch libs/nmeap/patches/100-no_test.patch +0 -0
- libs/opal/Makefile libs/opal/Makefile +0 -0
- libs/opal/patches/010-fix-gcc_4_3-compile.patch libs/opal/patches/010-fix-gcc_4_3-compile.patch +0 -0
- libs/opencdk/Makefile libs/opencdk/Makefile +0 -0
- libs/opencdk/patches/100-fix-tests-build libs/opencdk/patches/100-fix-tests-build +0 -0
- libs/opencdk/patches/200-verify-clearsigned.patch libs/opencdk/patches/200-verify-clearsigned.patch +0 -0
- libs/openh323/Makefile libs/openh323/Makefile +0 -0
- libs/openh323/patches/001-configure.patch libs/openh323/patches/001-configure.patch +0 -0
- libs/openldap/Makefile libs/openldap/Makefile +0 -0
- libs/openldap/files/ldap.init libs/openldap/files/ldap.init +0 -0
- libs/openldap/patches/001-automake-compat.patch libs/openldap/patches/001-automake-compat.patch +0 -0
- libs/openldap/patches/020-autofs-schema.patch libs/openldap/patches/020-autofs-schema.patch +0 -0
- libs/openldap/patches/750-no-strip.patch libs/openldap/patches/750-no-strip.patch +0 -0
- libs/orbit2/Makefile libs/orbit2/Makefile +0 -0
- libs/orbit2/patches/001-remove-libtool.patch libs/orbit2/patches/001-remove-libtool.patch +0 -0
- libs/orbit2/patches/010-dont-run-testprograms.patch libs/orbit2/patches/010-dont-run-testprograms.patch +0 -0
- libs/ortp/Makefile libs/ortp/Makefile +0 -0
- libs/ossp-js/Makefile libs/ossp-js/Makefile +0 -0
- libs/pcre/Makefile libs/pcre/Makefile +0 -0
- libs/pcre/patches/750-pcre_config_cross.patch libs/pcre/patches/750-pcre_config_cross.patch +0 -0
- libs/phidget21/Makefile libs/phidget21/Makefile +0 -0
- libs/poco/Makefile libs/poco/Makefile +0 -0
- libs/poco/patches/100-sharedmemory.patch libs/poco/patches/100-sharedmemory.patch +0 -0
- libs/polarssl/Makefile libs/polarssl/Makefile +0 -0
- libs/polarssl/patches/100-disable-testsuites.patch libs/polarssl/patches/100-disable-testsuites.patch +0 -0
- libs/popt/Makefile libs/popt/Makefile +0 -0
- libs/popt/patches/002-no-intl.patch libs/popt/patches/002-no-intl.patch +0 -0
- libs/postgresql/Makefile libs/postgresql/Makefile +0 -0
- libs/postgresql/files/postgresql.config libs/postgresql/files/postgresql.config +0 -0
- libs/postgresql/files/postgresql.init libs/postgresql/files/postgresql.init +0 -0
- libs/postgresql/patches/200-ranlib.patch libs/postgresql/patches/200-ranlib.patch +0 -0
- libs/postgresql/patches/800-busybox-default-pager.patch libs/postgresql/patches/800-busybox-default-pager.patch +0 -0
- libs/protobuf-c/Makefile libs/protobuf-c/Makefile +0 -0
- libs/protobuf/Makefile libs/protobuf/Makefile +0 -0
- libs/pthsem/Makefile libs/pthsem/Makefile +0 -0
- libs/ptlib/Makefile libs/ptlib/Makefile +0 -0
- libs/ptlib/patches/010-fix-gcc_4_3-compile.patch libs/ptlib/patches/010-fix-gcc_4_3-compile.patch +0 -0
- libs/ptlib/patches/020-uclibc-res_nsearch.patch libs/ptlib/patches/020-uclibc-res_nsearch.patch +0 -0
- libs/pwlib/Makefile libs/pwlib/Makefile +0 -0
- libs/pwlib/patches/002-lib_mak.patch libs/pwlib/patches/002-lib_mak.patch +0 -0
- libs/radiusclient-ng/Makefile libs/radiusclient-ng/Makefile +0 -0
- libs/radiusclient-ng/patches/001-cross_compile.patch libs/radiusclient-ng/patches/001-cross_compile.patch +0 -0
- libs/radlib/Makefile libs/radlib/Makefile +0 -0
- libs/radlib/patches/001-cross_compile_link_bug.patch libs/radlib/patches/001-cross_compile_link_bug.patch +0 -0
- libs/rblibtorrent/Makefile libs/rblibtorrent/Makefile +0 -0
- libs/rblibtorrent/patches/enable-shared-linking.patch libs/rblibtorrent/patches/enable-shared-linking.patch +0 -0
- libs/re/Makefile libs/re/Makefile +0 -0
- libs/rem/Makefile libs/rem/Makefile +0 -0
- libs/rrdtool-1.0.x/Makefile libs/rrdtool-1.0.x/Makefile +0 -0
- libs/rrdtool-1.0.x/patches/001-no_ordering_cd_joke.patch libs/rrdtool-1.0.x/patches/001-no_ordering_cd_joke.patch +0 -0
- libs/rrdtool-1.0.x/patches/002-no_timezone.patch libs/rrdtool-1.0.x/patches/002-no_timezone.patch +0 -0
- libs/rrdtool-1.0.x/patches/020-x86-float-cast.patch libs/rrdtool-1.0.x/patches/020-x86-float-cast.patch +0 -0
- libs/sctp/Makefile libs/sctp/Makefile +0 -0
- libs/serdisplib/Makefile libs/serdisplib/Makefile +0 -0
- libs/shflags/Makefile libs/shflags/Makefile +0 -0
- libs/shflags/patches/000-strip.patch libs/shflags/patches/000-strip.patch +0 -0
- libs/slang2/Makefile libs/slang2/Makefile +0 -0
- libs/slang2/files/ncurses5-config libs/slang2/files/ncurses5-config +0 -0
- libs/spandsp/Makefile libs/spandsp/Makefile +0 -0
- libs/spandsp/patches/100-compile-fixes.patch libs/spandsp/patches/100-compile-fixes.patch +0 -0
- libs/speex/Makefile libs/speex/Makefile +0 -0
- libs/sqlite2/Makefile libs/sqlite2/Makefile +0 -0
- libs/sqlite3/Makefile libs/sqlite3/Makefile +0 -0
- libs/st2205tool/Makefile libs/st2205tool/Makefile +0 -0
- libs/st2205tool/patches/100-base-makefile.patch libs/st2205tool/patches/100-base-makefile.patch +0 -0
- libs/st2205tool/patches/110-libst-makefile.patch libs/st2205tool/patches/110-libst-makefile.patch +0 -0
- libs/st2205tool/patches/120-setpic-makefile.patch libs/st2205tool/patches/120-setpic-makefile.patch +0 -0
- libs/sysfsutils/Makefile libs/sysfsutils/Makefile +0 -0
- libs/sysfsutils/patches/200-mnt_path_check.patch libs/sysfsutils/patches/200-mnt_path_check.patch +0 -0
- libs/taglib/Makefile libs/taglib/Makefile +0 -0
- libs/taglib/patches/100-uclibc++-compat.patch libs/taglib/patches/100-uclibc++-compat.patch +0 -0
- libs/tcp_wrappers/Makefile libs/tcp_wrappers/Makefile +0 -0
- libs/tcp_wrappers/patches/001-debian_subset.patch libs/tcp_wrappers/patches/001-debian_subset.patch +0 -0
- libs/tcp_wrappers/patches/002-opt_cflags.patch libs/tcp_wrappers/patches/002-opt_cflags.patch +0 -0
- libs/tcp_wrappers/patches/003-scaffold_malloc.patch libs/tcp_wrappers/patches/003-scaffold_malloc.patch +0 -0
- libs/tcp_wrappers/patches/004-ipv4_prefix.patch libs/tcp_wrappers/patches/004-ipv4_prefix.patch +0 -0
- libs/tiff/Makefile libs/tiff/Makefile +0 -0
- libs/tokyocabinet/Makefile libs/tokyocabinet/Makefile +0 -0
- libs/tokyocabinet/patches/100-remove_extra_paths_from_configure.patch ...binet/patches/100-remove_extra_paths_from_configure.patch +0 -0
- libs/tokyocabinet/patches/200-uclibc_0.9.30_compat.patch libs/tokyocabinet/patches/200-uclibc_0.9.30_compat.patch +0 -0
- libs/ucl/Makefile libs/ucl/Makefile +0 -0
- libs/ucl/patches/001-autoconf-compat.patch libs/ucl/patches/001-autoconf-compat.patch +0 -0
- libs/unixodbc/Makefile libs/unixodbc/Makefile +0 -0
- libs/unixodbc/files/unixodbc_conf.h libs/unixodbc/files/unixodbc_conf.h +0 -0
- libs/ustl/Makefile libs/ustl/Makefile +0 -0
- libs/ustl/files/Common.mk libs/ustl/files/Common.mk +0 -0
- libs/ustl/files/config.h libs/ustl/files/config.h +0 -0
- libs/ustl/patches/001-install-DESTDIR.patch libs/ustl/patches/001-install-DESTDIR.patch +0 -0
- libs/ustl/patches/002-install_path.patch libs/ustl/patches/002-install_path.patch +0 -0
- libs/ustl/patches/003-fix_stream_bounds_check_dep.patch libs/ustl/patches/003-fix_stream_bounds_check_dep.patch +0 -0
- libs/vips/Makefile libs/vips/Makefile +0 -0
- libs/vips/patches/001-no_cpp.patch libs/vips/patches/001-no_cpp.patch +0 -0
- libs/wt/Makefile libs/wt/Makefile +0 -0
- libs/wt/patches/100-fix_random_dev.patch libs/wt/patches/100-fix_random_dev.patch +0 -0
- libs/wxbase/Makefile libs/wxbase/Makefile +0 -0
- libs/xmlrpc-c/Makefile libs/xmlrpc-c/Makefile +0 -0
- libs/xmlrpc-c/patches/001-config.mk.in.patch libs/xmlrpc-c/patches/001-config.mk.in.patch +0 -0
- libs/xmlrpc-c/patches/002-automake-compat.patch libs/xmlrpc-c/patches/002-automake-compat.patch +0 -0
- libs/xmpp4r/Makefile libs/xmpp4r/Makefile +0 -0
- libs/zaptel-1.4.x/Makefile libs/zaptel-1.4.x/Makefile +0 -0
- libs/zaptel-1.4.x/files/10-create-device-node libs/zaptel-1.4.x/files/10-create-device-node +0 -0
- libs/zaptel-1.4.x/patches/002-upstream_hrtimer.patch libs/zaptel-1.4.x/patches/002-upstream_hrtimer.patch +0 -0
- libs/zaptel-1.4.x/patches/100-no_hrtimer_on_x86_only.patch libs/zaptel-1.4.x/patches/100-no_hrtimer_on_x86_only.patch +0 -0
- libs/zaptel-1.4.x/patches/200-Makefile-pwd.patch libs/zaptel-1.4.x/patches/200-Makefile-pwd.patch +0 -0
- libs/zaptel-1.4.x/patches/330-uname_m.patch libs/zaptel-1.4.x/patches/330-uname_m.patch +0 -0
- libs/zaptel-1.4.x/patches/340-2.6.32.patch libs/zaptel-1.4.x/patches/340-2.6.32.patch +0 -0
- libs/zaptel-1.4.x/patches/350-2.6.34.patch libs/zaptel-1.4.x/patches/350-2.6.34.patch +0 -0
- libs/zaptel-1.4.x/patches/360-slab.patch libs/zaptel-1.4.x/patches/360-slab.patch +0 -0
- libs/zaptel-1.4.x/patches/370-2.6.36.patch libs/zaptel-1.4.x/patches/370-2.6.36.patch +0 -0
- libs/zaptel-1.4.x/patches/371-3.x.patch libs/zaptel-1.4.x/patches/371-3.x.patch +0 -0
- libs/zaptel-1.4.x/patches/380-use_cross_ar.patch libs/zaptel-1.4.x/patches/380-use_cross_ar.patch +0 -0
- libs/zaptel-1.4.x/patches/390-include_spinlock_h.patch libs/zaptel-1.4.x/patches/390-include_spinlock_h.patch +0 -0
- libs/zaptel/Makefile libs/zaptel/Makefile +0 -0
- libs/zaptel/patches/110-Makefile-tonezone_install.patch libs/zaptel/patches/110-Makefile-tonezone_install.patch +0 -0
- mail/dovecot/Makefile mail/dovecot/Makefile +0 -0
- mail/dovecot/files/dovecot.init mail/dovecot/files/dovecot.init +0 -0
- mail/dovecot/patches/001-configure_in.patch mail/dovecot/patches/001-configure_in.patch +0 -0
- mail/dovecot/patches/002-example_conf.patch mail/dovecot/patches/002-example_conf.patch +0 -0
- mail/fetchmail/Makefile mail/fetchmail/Makefile +0 -0
- mail/imapfilter/Makefile mail/imapfilter/Makefile +0 -0
- mail/imapfilter/patches/010-pathnames.patch mail/imapfilter/patches/010-pathnames.patch +0 -0
- mail/mini_sendmail/Makefile mail/mini_sendmail/Makefile +0 -0
- mail/mini_sendmail/patches/200-fullname.patch mail/mini_sendmail/patches/200-fullname.patch +0 -0
- mail/mini_sendmail/patches/500-flags.patch mail/mini_sendmail/patches/500-flags.patch +0 -0
- mail/msmtp/Makefile mail/msmtp/Makefile +0 -0
- mail/mutt/Makefile mail/mutt/Makefile +0 -0
- mail/mutt/patches/001-no_po_and_docs.patch mail/mutt/patches/001-no_po_and_docs.patch +0 -0
- mail/nullmailer/Makefile mail/nullmailer/Makefile +0 -0
- mail/procmail/Makefile mail/procmail/Makefile +0 -0
- mail/procmail/patches/001-procmail_openwrt.patch mail/procmail/patches/001-procmail_openwrt.patch +0 -0
- mail/procmail/patches/100-rename_getline.patch mail/procmail/patches/100-rename_getline.patch +0 -0
- mail/ssmtp/Makefile mail/ssmtp/Makefile +0 -0
- mail/xmail/Makefile mail/xmail/Makefile +0 -0
- mail/xmail/files/xmail.config mail/xmail/files/xmail.config +0 -0
- mail/xmail/files/xmail.init mail/xmail/files/xmail.init +0 -0
- mail/xmail/patches/010-Makefile.common.patch mail/xmail/patches/010-Makefile.common.patch +0 -0
- mail/xmail/patches/020-Makefile.lnx.patch mail/xmail/patches/020-Makefile.lnx.patch +0 -0
- mail/xmail/patches/030-sysmachine.patch mail/xmail/patches/030-sysmachine.patch +0 -0
- mail/xmail/patches/040-honour_opt_flags.patch mail/xmail/patches/040-honour_opt_flags.patch +0 -0
- multimedia/crtmpserver/Makefile multimedia/crtmpserver/Makefile +0 -0
- multimedia/crtmpserver/patches/010-link-crypt-for-lua.patch multimedia/crtmpserver/patches/010-link-crypt-for-lua.patch +0 -0
- multimedia/crtmpserver/patches/020-add-rpath.patch multimedia/crtmpserver/patches/020-add-rpath.patch +0 -0
- multimedia/crtmpserver/patches/030-default-config.patch multimedia/crtmpserver/patches/030-default-config.patch +0 -0
- multimedia/crtmpserver/patches/040-use-select.patch multimedia/crtmpserver/patches/040-use-select.patch +0 -0
- multimedia/crtmpserver/patches/050-add-missing-make-defines.patch ...ia/crtmpserver/patches/050-add-missing-make-defines.patch +0 -0
- multimedia/crtmpserver/patches/060-add-dl-for-crypto.patch multimedia/crtmpserver/patches/060-add-dl-for-crypto.patch +0 -0
- multimedia/darkice/Makefile multimedia/darkice/Makefile +0 -0
- multimedia/darkice/patches/001-upstream_svn_r494.patch multimedia/darkice/patches/001-upstream_svn_r494.patch +0 -0
- multimedia/ffmpeg/Config.in multimedia/ffmpeg/Config.in +0 -0
- multimedia/ffmpeg/Makefile multimedia/ffmpeg/Makefile +0 -0
- multimedia/fswebcam/Makefile multimedia/fswebcam/Makefile +0 -0
- multimedia/ftpd-topfield/Makefile multimedia/ftpd-topfield/Makefile +0 -0
- multimedia/ftpd-topfield/files/ftpd-topfield.config multimedia/ftpd-topfield/files/ftpd-topfield.config +0 -0
- multimedia/ftpd-topfield/files/ftpd-topfield.init multimedia/ftpd-topfield/files/ftpd-topfield.init +0 -0
- multimedia/ftpd-topfield/patches/001-kernel_header_rename.patch ...edia/ftpd-topfield/patches/001-kernel_header_rename.patch +0 -0
- multimedia/gmediaserver/Makefile multimedia/gmediaserver/Makefile +0 -0
- multimedia/gmediaserver/files/gmediaserver.config multimedia/gmediaserver/files/gmediaserver.config +0 -0
- multimedia/gmediaserver/files/gmediaserver.init multimedia/gmediaserver/files/gmediaserver.init +0 -0
- multimedia/gmediaserver/patches/010-compile-fixes.patch multimedia/gmediaserver/patches/010-compile-fixes.patch +0 -0
- multimedia/gphoto2/Makefile multimedia/gphoto2/Makefile +0 -0
- multimedia/gphoto2/patches/001-automake-compat.patch multimedia/gphoto2/patches/001-automake-compat.patch +0 -0
- multimedia/gphoto2/patches/002-disable-docs-translations.patch ...media/gphoto2/patches/002-disable-docs-translations.patch +0 -0
- multimedia/gphoto2/patches/100-gpdebug.patch multimedia/gphoto2/patches/100-gpdebug.patch +0 -0
- multimedia/graphicsmagick/Makefile multimedia/graphicsmagick/Makefile +0 -0
- multimedia/gst-ffmpeg/Config.in multimedia/gst-ffmpeg/Config.in +0 -0
- multimedia/gst-ffmpeg/Makefile multimedia/gst-ffmpeg/Makefile +0 -0
- multimedia/gst-plugins-bad/Makefile multimedia/gst-plugins-bad/Makefile +0 -0
- multimedia/gst-plugins-bad/patches/000-gettext.patch multimedia/gst-plugins-bad/patches/000-gettext.patch +0 -0
- multimedia/gst-plugins-base/Makefile multimedia/gst-plugins-base/Makefile +0 -0
- multimedia/gst-plugins-base/patches/001-no_docs.patch multimedia/gst-plugins-base/patches/001-no_docs.patch +0 -0
- multimedia/gst-plugins-base/patches/002-no_tests.patch multimedia/gst-plugins-base/patches/002-no_tests.patch +0 -0
- multimedia/gst-plugins-base/patches/003-no_translations.patch ...imedia/gst-plugins-base/patches/003-no_translations.patch +0 -0
- multimedia/gst-plugins-good/Makefile multimedia/gst-plugins-good/Makefile +0 -0
- multimedia/gst-plugins-good/patches/001-no_docs.patch multimedia/gst-plugins-good/patches/001-no_docs.patch +0 -0
- multimedia/gst-plugins-good/patches/002-no_tests.patch multimedia/gst-plugins-good/patches/002-no_tests.patch +0 -0
- multimedia/gst-plugins-good/patches/003-no_translations.patch ...imedia/gst-plugins-good/patches/003-no_translations.patch +0 -0
- multimedia/gst-plugins-ugly/Makefile multimedia/gst-plugins-ugly/Makefile +0 -0
- multimedia/gst-plugins-ugly/patches/001-no_docs.patch multimedia/gst-plugins-ugly/patches/001-no_docs.patch +0 -0
- multimedia/gst-plugins-ugly/patches/002-no_tests.patch multimedia/gst-plugins-ugly/patches/002-no_tests.patch +0 -0
- multimedia/gst-plugins-ugly/patches/003-no_translations.patch ...imedia/gst-plugins-ugly/patches/003-no_translations.patch +0 -0
- multimedia/gstreamer/Makefile multimedia/gstreamer/Makefile +0 -0
- multimedia/gstreamer/patches/001-no_docs.patch multimedia/gstreamer/patches/001-no_docs.patch +0 -0
- multimedia/gstreamer/patches/002-no_tests.patch multimedia/gstreamer/patches/002-no_tests.patch +0 -0
- multimedia/gstreamer/patches/003-no_translations.patch multimedia/gstreamer/patches/003-no_translations.patch +0 -0
- multimedia/hasciicam/Makefile multimedia/hasciicam/Makefile +0 -0
- multimedia/icecast/Makefile multimedia/icecast/Makefile +0 -0
- multimedia/icecast/libvorbisidec.mk multimedia/icecast/libvorbisidec.mk +0 -0
- multimedia/icecast/patches/001-icecast-2.3.0-tremor.patch multimedia/icecast/patches/001-icecast-2.3.0-tremor.patch +0 -0
- multimedia/icecast/patches/010-fix_libcurl_test_crap.patch multimedia/icecast/patches/010-fix_libcurl_test_crap.patch +0 -0
- multimedia/imagemagick/Makefile multimedia/imagemagick/Makefile +0 -0
- multimedia/kissdx/Makefile multimedia/kissdx/Makefile +0 -0
- multimedia/kissdx/files/kissdx.config multimedia/kissdx/files/kissdx.config +0 -0
- multimedia/kissdx/files/kissdx.init multimedia/kissdx/files/kissdx.init +0 -0
- multimedia/minidlna/Makefile multimedia/minidlna/Makefile +0 -0
- multimedia/minidlna/files/minidlna.config multimedia/minidlna/files/minidlna.config +0 -0
- multimedia/minidlna/files/minidlna.init multimedia/minidlna/files/minidlna.init +0 -0
- multimedia/minidlna/patches/010-genconfig-checks.patch multimedia/minidlna/patches/010-genconfig-checks.patch +0 -0
- multimedia/minidlna/patches/020-makefile-tweaks.patch multimedia/minidlna/patches/020-makefile-tweaks.patch +0 -0
- multimedia/minidlna/patches/030-missing-include.patch multimedia/minidlna/patches/030-missing-include.patch +0 -0
- multimedia/mjpg-streamer/Makefile multimedia/mjpg-streamer/Makefile +0 -0
- multimedia/mjpg-streamer/files/mjpg-streamer.config multimedia/mjpg-streamer/files/mjpg-streamer.config +0 -0
- multimedia/mjpg-streamer/files/mjpg-streamer.hotplug multimedia/mjpg-streamer/files/mjpg-streamer.hotplug +0 -0
- multimedia/mjpg-streamer/files/mjpg-streamer.init multimedia/mjpg-streamer/files/mjpg-streamer.init +0 -0
- No files found.
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.
.gitignore
0 → 100644
admin/debootstrap/Makefile
0 → 100644