* revert libtool to an older version that doesn't expect sed to live

in /boot/common/bin (why does it care where sed lives?)
* revert subversion to 1.6.2, as that does not depend on the expat optional
  package
I think we (well, I) should be more thorough when testing new packages,
it would probably be a good idea to test each package on a new, minimal
image.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31486 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe 2009-07-09 17:54:33 +00:00
parent a635614420
commit 33cd079785
1 changed files with 4 additions and 4 deletions

View File

@ -234,8 +234,8 @@ if [ IsOptionalHaikuImagePackageAdded Development ] && $(TARGET_ARCH) = x86 {
: $(baseURL)/autoconf-2.63-gcc2-2008-11-05.zip ;
InstallOptionalHaikuImagePackage automake-1.10.1-gcc2-2008-11-06
: $(baseURL)/automake-1.10.1-gcc2-2008-11-06.zip ;
InstallOptionalHaikuImagePackage libtool-2.2.6a-x86-gcc2-2009-07-05
: $(baseURL)/libtool-2.2.6a-x86-gcc2-2009-07-05.zip ;
InstallOptionalHaikuImagePackage libtool-2.2.6a-gcc2-2008-11-09
: $(baseURL)/libtool-2.2.6a-gcc2-2008-11-09.zip ;
InstallOptionalHaikuImagePackage texinfo-4.13a-gcc2-2008-11-09
: $(baseURL)/texinfo-4.13a-gcc2-2008-11-09.zip ;
}
@ -674,8 +674,8 @@ if [ IsOptionalHaikuImagePackageAdded Subversion ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package Subversion available for $(TARGET_ARCH)" ;
} else {
InstallOptionalHaikuImagePackage subversion-1.6.3-x86-gcc2-2009-07-07
: $(baseURL)/subversion-1.6.3-x86-gcc2-2009-07-07.zip
InstallOptionalHaikuImagePackage subversion-1.6.2-x86-gcc2-2009-05-20
: $(baseURL)/subversion-1.6.2-x86-gcc2-2009-05-20.zip
:
;
}