Updated sed to got into /boot/system as libtool has issue when sed is in /boot/common, updated python 2.6.5 files, and updated openssh's .opd file

This commit is contained in:
Scott McCreary
2010-03-21 07:01:14 +00:00
parent bf1c68c2a7
commit 828dc5e9dd
5 changed files with 42 additions and 42 deletions

View File

@@ -1,12 +1,12 @@
DESCRIPTION="python - An interpreted, interactive, object-oriented programming language"
HOMEPAGE="http://www.python.org"
SRC_URI="http://www.python.org/ftp/python/2.6.5/Python-2.6.5rc2.tgz"
CHECKSUM_MD5="fbb10a1610fc1bdea7df2e63c18f177d"
SRC_URI="http://www.python.org/ftp/python/2.6.5/Python-2.6.5.tgz"
CHECKSUM_MD5="cd04b5b9383b6c1fccdaa991af762cf4"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd Python-2.6.5rc2/Modules/_ctypes/libffi
cd Python-2.6.5/Modules/_ctypes/libffi
libtoolize --force --copy --install
cd ../../..
echo "AC_CONFIG_MACRO_DIR([m4])" >> configure.in
@@ -18,6 +18,6 @@ BUILD {
}
INSTALL {
cd Python-2.6.5rc2
cd Python-2.6.5
make install
}