Merge branch '2.7' into 2.8

This commit is contained in:
Juergen Daubert 2012-09-20 12:36:33 +02:00
commit 46c7700a79
8 changed files with 15 additions and 22 deletions

View File

@ -1 +1 @@
0df082825f8f41087eb70c5088f4515e automake-1.12.3.tar.xz
7395a0420ecb5c9bc43e5fcf4824df36 automake-1.12.4.tar.xz

View File

@ -4,7 +4,7 @@
# Depends on: gawk, perl, autoconf
name=automake
version=1.12.3
version=1.12.4
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)

View File

@ -6,11 +6,11 @@
name=bash
version=4.2.37
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-${version::3}.tar.gz \
source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \
$name-$version.patch.gz profile)
build() {
cd $name-${version::3}
cd $name-${version:0:3}
gunzip -c $SRC/$name-$version.patch.gz | patch -p0

View File

@ -1,2 +1,2 @@
faa600a1b0349fe78b0eb463cab444df httpup
2c36fc594ba4b565763ba7314b14c729 httpup-0.4.0k.tar.gz
c0e2973f0dbd7655dcbb5e5979ddc199 httpup-0.4.0l.tar.gz

View File

@ -4,20 +4,13 @@
# Depends on: curl
name=httpup
version=0.4.0k
release=2
source=(http://jw.tks6.net/files/crux/${name}-$version.tar.gz httpup)
version=0.4.0l
release=1
source=(http://jw.smts.ch/files/crux/$name-$version.tar.gz httpup)
build() {
cd $name-$version
# FS#824
sed -i '15i#include <unistd.h>' main.cpp
make
mkdir -p $PKG/usr/{bin,man/man8}
cp httpup httpup-repgen $PKG/usr/bin
make DESTDIR=$PKG prefix=/usr install
install -D -m 755 $SRC/httpup $PKG/etc/ports/drivers/httpup
cp *.8 $PKG/usr/man/man8
}

View File

@ -6,11 +6,11 @@
name=readline
version=6.2.4
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-${version::3}.tar.gz \
source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \
$name-$version.patch.gz inputrc)
build() {
cd $name-${version::3}
cd $name-${version:0:3}
gunzip -c $SRC/$name-$version.patch.gz | patch -p0
@ -23,8 +23,8 @@ build() {
install -d $PKG/lib
mv $PKG/usr/lib/lib*.so.* $PKG/lib
ln -sf ../../lib/libhistory.so.${version::3} $PKG/usr/lib/libhistory.so
ln -sf ../../lib/libreadline.so.${version::3} $PKG/usr/lib/libreadline.so
ln -sf ../../lib/libhistory.so.${version:0:3} $PKG/usr/lib/libhistory.so
ln -sf ../../lib/libreadline.so.${version:0:3} $PKG/usr/lib/libreadline.so
install -D -m 644 $SRC/inputrc $PKG/etc/inputrc
rm -r $PKG/usr/share/info

View File

@ -1 +1 @@
036314b442491474f66e69289cc3ef55 sudo-1.8.6p1.tar.gz
a7b5c39a904721956eccddd30689250f sudo-1.8.6p3.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: zlib
name=sudo
version=1.8.6p1
version=1.8.6p3
release=1
source=(http://www.sudo.ws/$name/dist/$name-$version.tar.gz)