From 0f4c3a385abcbf4ddd945ed65acc441ab1402e3a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 17 Dec 2008 00:53:12 +0100 Subject: [PATCH] Update TODO with reality. --HG-- extra : convert_revision : 7f19cdb77433b553d95d3cfa802e4f610c76d5c9 --- doc/TODO | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/doc/TODO b/doc/TODO index 5644509f30b..68223021a87 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,10 +1,14 @@ -* Personalized scripts per template to unpack distfiles. -* Multiple URLs to download source distribution files, aliases, etc. - Something like ${sourceforge} to pick up any specified mirror on the list. -* More robust and fast dependency checking. -* wget now is required inside the chroot - - etc/resolv.conf is copied before entering the chroot -* $version needs to have a dot to be found by xbps.sh. - - Some packages do not have a dot on its version, like udev-130. -* xbps-cmpver fails in some cases: foo-2.0 vs foo-1.99 and foo-2a vs foo-2b. -* fix mpfr hardcoded rpath for gmp. +xbps.sh: + * Personalized scripts per template to unpack distfiles. + * Multiple URLs to download source distribution files, aliases, etc. + Something like ${sourceforge} to pick up any specified mirror on the list. + * More robust and fast dependency checking. + * $version needs to have a dot to be found by xbps.sh. + Some packages do not have a dot on its version, like udev-130. + * xbps-cmpver fails in some cases: foo-2.0 vs foo-1.99 and foo-2a vs foo-2b. + * Actually code the utility to handle binary packages (IN PROGRESS). + +Packages: + * fix mpfr hardcoded rpath for gmp. + * Fix sudo permissions for /etc/sudoers. This must be 644 to be able to + build the binary package.