wok rev 24988
Fix perl-gd & tcptrack
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 12 11:01:25 2022 +0000 (2022-05-12) |
parents | 85fdef900d06 |
children | a3c074272684 |
files | perl-gd/receipt smbbox/receipt tcptrack/receipt |
line diff
1.1 --- a/perl-gd/receipt Thu May 12 07:08:39 2022 +0000 1.2 +++ b/perl-gd/receipt Thu May 12 11:01:25 2022 +0000 1.3 @@ -13,7 +13,7 @@ 1.4 WGET_URL="https://cpan.metacpan.org/authors/id/R/RU/RURBAN/$TARBALL" 1.5 1.6 DEPENDS="libgd perl" 1.7 -BUILD_DEPENDS="libgd libgd-dev perl" 1.8 +BUILD_DEPENDS="libgd libgd-dev perl perl-extutils-pkgconfig" 1.9 1.10 current_version() 1.11 { 1.12 @@ -24,7 +24,7 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - perl Makefile.PL && 1.17 + yes '' | perl Makefile.PL && 1.18 make && 1.19 make DESTDIR=$DESTDIR install 1.20 }
2.1 --- a/smbbox/receipt Thu May 12 07:08:39 2022 +0000 2.2 +++ b/smbbox/receipt Thu May 12 11:01:25 2022 +0000 2.3 @@ -8,8 +8,8 @@ 2.4 LICENSE="GPL2" 2.5 SOURCE="smbbox" 2.6 TARBALL="$SOURCE-$VERSION.tar.gz" 2.7 -WGET_URL="http://smbbox.balinor.net/src/$TARBALL" 2.8 WEB_SITE="http://smbbox.free.fr/" 2.9 +WGET_URL="http://smbbox.free.fr/src/$TARBALL" 2.10 2.11 DEPENDS="smbclient cifs-utils" 2.12
3.1 --- a/tcptrack/receipt Thu May 12 07:08:39 2022 +0000 3.2 +++ b/tcptrack/receipt Thu May 12 11:01:25 2022 +0000 3.3 @@ -26,6 +26,8 @@ 3.4 { 3.5 export LDFLAGS="$LDFLAGS -ltinfo" 3.6 3.7 + sed -i 's|d[smh]",ic->getIdleSeconds|l&|' src/TextUI.cc 3.8 + 3.9 ./configure \ 3.10 --prefix=/usr \ 3.11 --mandir=/usr/share/man \