From 90d5c8b73e8d538e121275b12e714332ca785cff Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 21 Oct 2013 17:20:24 +0200 Subject: automatically create development subpackages, without user interaction, depend on gcc for the target, simplifies a lot of library packages --- TODO | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 893baa011..fb50f8e17 100644 --- a/TODO +++ b/TODO @@ -1 +1,9 @@ -nothing right now. +- port full blown perl +- implement host build infrastructure, fixes update-patches for the package + needed for ncurses, file, mesalib, openldap, python2, .. +- gcc fixed-includes disabling +http://www.linuxfromscratch.org/lfs/view/7.1/chapter05/gcc-pass2.html +- port w3m +- port libcec for xbmc +- check xbmc samba/nfs support +- add support for librtmp in xbmc -- cgit v1.2.3 From 25d33bf85319049990ea3e2561749ace65393095 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 24 Oct 2013 15:07:19 +0200 Subject: add some ideas --- TODO | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index fb50f8e17..4c328d1c1 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,8 @@ +- add PKG_AUTOTOOL logic for packages, which need patches to + the autotool infrastructure +- add grsec kernel patch +- check for gcc and SSP again - port full blown perl -- implement host build infrastructure, fixes update-patches for the package - needed for ncurses, file, mesalib, openldap, python2, .. -- gcc fixed-includes disabling -http://www.linuxfromscratch.org/lfs/view/7.1/chapter05/gcc-pass2.html - port w3m - port libcec for xbmc - check xbmc samba/nfs support -- cgit v1.2.3 From 132384e7ff9490ba20648f0189edd23b8e8fcbc1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 26 Oct 2013 21:21:46 +0200 Subject: fix sparc32 toolchain building with glibc, see http://sourceware.org/bugzilla/show_bug.cgi?id=15985 --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 4c328d1c1..931047f23 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +- automatically add -dbg package via objcopy magic +- evaluate libguestfs for image creation - add PKG_AUTOTOOL logic for packages, which need patches to the autotool infrastructure - add grsec kernel patch -- cgit v1.2.3 From 12f0413ad395a2bbac078e7aeb251c01fb402b62 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 29 Oct 2013 15:54:41 +0100 Subject: rpcbind: convert to autotool infrastructure --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index 931047f23..2ec96bcab 100644 --- a/TODO +++ b/TODO @@ -6,6 +6,7 @@ - check for gcc and SSP again - port full blown perl - port w3m +- update valgrind - port libcec for xbmc - check xbmc samba/nfs support - add support for librtmp in xbmc -- cgit v1.2.3 From b59da8fc7b46ee62cbe9eb97a05c8a0f1ab75593 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 7 Nov 2013 16:55:09 +0100 Subject: update valgrind to latest upstream version, strlen is not a function in ld.so in latest glibc/eglibc setups, just remove the redirect for now. enable automatic building of debug subpackages. update TODO --- TODO | 4 ---- 1 file changed, 4 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 2ec96bcab..fc457fa92 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,8 @@ -- automatically add -dbg package via objcopy magic - evaluate libguestfs for image creation -- add PKG_AUTOTOOL logic for packages, which need patches to - the autotool infrastructure - add grsec kernel patch - check for gcc and SSP again - port full blown perl - port w3m -- update valgrind - port libcec for xbmc - check xbmc samba/nfs support - add support for librtmp in xbmc -- cgit v1.2.3 From 895b343e0f6e74f4e214540e4231bbe20cd96d8f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 13 Nov 2013 20:00:16 +0100 Subject: refresh TODO --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index fc457fa92..57ab4fb30 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +- use host-tools infrastructure for openjdk7 +- remove openjdk6 - evaluate libguestfs for image creation - add grsec kernel patch - check for gcc and SSP again -- cgit v1.2.3