wok-current rev 21792
Fix ardour & bastet
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 05 12:45:42 2019 +0200 (2019-08-05) |
parents | 04ffefac5707 |
children | 8d84f4f6025a |
files | ardour/receipt bastet/receipt syslinux-tools/receipt vpnc-cert/receipt vpnc/receipt |
line diff
1.1 --- a/ardour/receipt Thu Aug 01 15:16:29 2019 +0200 1.2 +++ b/ardour/receipt Mon Aug 05 12:45:42 2019 +0200 1.3 @@ -23,6 +23,9 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + # glibmm >=2.31 fix 1.8 + grep -lr signal_timeout * | xargs sed -i '1i#include <glibmm/main.h>' 1.9 + 1.10 sed -i 's/uname -m/echo i686/' tools/config.guess 1.11 sed -i '/-O3/d' SConstruct 1.12 mkdir -p $DESTDIR
2.1 --- a/bastet/receipt Thu Aug 01 15:16:29 2019 +0200 2.2 +++ b/bastet/receipt Mon Aug 05 12:45:42 2019 +0200 2.3 @@ -21,6 +21,9 @@ 2.4 { 2.5 cp -a $stuff/bastet* $src 2.6 patch -p1 -i $stuff/install.patch 2.7 + sed -i -e 's|tr1/tr1/unordered_set|unordered_set.hpp|' \ 2.8 + -e '/#include <set>/d' -e 's|std::tr1::|boost::|' \ 2.9 + BastetBlockChooser.hpp 2.10 2.11 make 2>/dev/null && make install 2.12 }
3.1 --- a/syslinux-tools/receipt Thu Aug 01 15:16:29 2019 +0200 3.2 +++ b/syslinux-tools/receipt Mon Aug 05 12:45:42 2019 +0200 3.3 @@ -22,5 +22,6 @@ 3.4 cp -a $src/iso2exe/isohybrid.exe $fs/usr/share/boot 3.5 cp -a $src/iso2exe/meminfo.exe $fs/usr/share/boot 3.6 cp -a $src/iso2exe/tazboot.exe $fs/usr/share/boot 3.7 + cp -a $src/dosutil/eltorito.sys $fs/usr/share/boot 3.8 find $fs/usr -exec chown root.root {} \; 3.9 }
4.1 --- a/vpnc-cert/receipt Thu Aug 01 15:16:29 2019 +0200 4.2 +++ b/vpnc-cert/receipt Mon Aug 05 12:45:42 2019 +0200 4.3 @@ -8,7 +8,7 @@ 4.4 MAINTAINER="pascal.bellard@slitaz.org" 4.5 LICENSE="GPL2" 4.6 TARBALL="$SOURCE-$VERSION.tar.gz" 4.7 -WEB_SITE="https://www.unix-ag.uni-kl.de/~massar/vpnc/" 4.8 +WEB_SITE="https://github.com/streambinder/vpnc" 4.9 WGET_URL="$WEB_SITE$TARBALL" 4.10 CONFIG_FILES="/etc/vpnc" 4.11 TAGS="vpn tunnel" 4.12 @@ -20,7 +20,6 @@ 4.13 # Rules to configure and make the package. 4.14 compile_rules() 4.15 { 4.16 - cd $src 4.17 sed -i 's|^#OPENSSL|OPENSSL|' Makefile # breaks GPL license 4.18 sed -i "s|perl -w .*|&\\n sed -i '/Automatically/,\$\$!d' vpnc-debug.h|" Makefile 4.19 make && make DESTDIR=$DESTDIR install 4.20 @@ -51,4 +50,3 @@ 4.21 ------------- 4.22 EOT 4.23 } 4.24 -
5.1 --- a/vpnc/receipt Thu Aug 01 15:16:29 2019 +0200 5.2 +++ b/vpnc/receipt Mon Aug 05 12:45:42 2019 +0200 5.3 @@ -7,7 +7,7 @@ 5.4 MAINTAINER="pascal.bellard@slitaz.org" 5.5 LICENSE="GPL2" 5.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.7 -WEB_SITE="https://www.unix-ag.uni-kl.de/~massar/vpnc/" 5.8 +WEB_SITE="https://github.com/streambinder/vpnc" 5.9 WGET_URL="$WEB_SITE$TARBALL" 5.10 CONFIG_FILES="/etc/vpnc" 5.11 TAGS="vpn tunnel" 5.12 @@ -18,7 +18,6 @@ 5.13 # Rules to configure and make the package. 5.14 compile_rules() 5.15 { 5.16 - cd $src 5.17 sed -i "s|perl -w .*|&\\n sed -i '/Automatically/,\$\$!d' vpnc-debug.h|" Makefile 5.18 make && make DESTDIR=$DESTDIR install 5.19 install -d -m 755 $DESTDIR/usr/share/man/man1 && 5.20 @@ -48,4 +47,3 @@ 5.21 ------------- 5.22 EOT 5.23 } 5.24 -