# HG changeset patch # User Pascal Bellard # Date 1586883361 0 # Node ID d443265acbc1ff65e2256a8996d098180c8c3fbe # Parent 753eb9a63b99aaa5eb625fe70d428516ea0a65ae Update some bdeps diff -r 753eb9a63b99 -r d443265acbc1 blktrace/receipt --- a/blktrace/receipt Tue Apr 14 16:13:04 2020 +0100 +++ b/blktrace/receipt Tue Apr 14 16:56:01 2020 +0000 @@ -19,7 +19,7 @@ { sed -i 's|/usr/local|/usr|' Makefile - make DESTDIR=$DESTDIR install + make -j 1 DESTDIR=$DESTDIR install mkdir -p $install/usr/share mv $install/usr/man $install/usr/share diff -r 753eb9a63b99 -r d443265acbc1 dotconf/receipt --- a/dotconf/receipt Tue Apr 14 16:13:04 2020 +0100 +++ b/dotconf/receipt Tue Apr 14 16:56:01 2020 +0000 @@ -12,7 +12,7 @@ WGET_URL="$[WEB_SITE}archive/v${VERSION%}/$TARBALL" DEPENDS="" -BUILD_DEPENDS="automake" +BUILD_DEPENDS="libtool" # Rules to configure and make the package. compile_rules() diff -r 753eb9a63b99 -r d443265acbc1 pcmciautils/receipt --- a/pcmciautils/receipt Tue Apr 14 16:13:04 2020 +0100 +++ b/pcmciautils/receipt Tue Apr 14 16:56:01 2020 +0000 @@ -18,7 +18,7 @@ compile_rules() { # We need lex... - make + make -j 1 } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 753eb9a63b99 -r d443265acbc1 pekwm/receipt --- a/pekwm/receipt Tue Apr 14 16:13:04 2020 +0100 +++ b/pekwm/receipt Tue Apr 14 16:56:01 2020 +0000 @@ -14,7 +14,7 @@ SUGGESTED="hsetroot tint2 lxpanel wbar xorg-xprop xorg-xev xdotool wmctrl" DEPENDS="xorg-libX11 xorg-libXinerama xorg-libXft xorg-libXrandr xorg-libXpm" -BUILD_DEPENDS="automake xorg-dev xorg-dev-proto zlib-dev" +BUILD_DEPENDS="libtool xorg-dev xorg-dev-proto zlib-dev" # Rules to configure and make the package. compile_rules() diff -r 753eb9a63b99 -r d443265acbc1 screen-pam/receipt --- a/screen-pam/receipt Tue Apr 14 16:13:04 2020 +0100 +++ b/screen-pam/receipt Tue Apr 14 16:56:01 2020 +0000 @@ -17,7 +17,7 @@ SUGGESTED="screen-terminfo" PROVIDE="screen:pam" DEPENDS="elfutils pam" -BUILD_DEPENDS="ncursesw-extra" +BUILD_DEPENDS="ncursesw-extra texinfo" # Rules to configure and make the package. compile_rules() diff -r 753eb9a63b99 -r d443265acbc1 screen/receipt --- a/screen/receipt Tue Apr 14 16:13:04 2020 +0100 +++ b/screen/receipt Tue Apr 14 16:56:01 2020 +0000 @@ -15,7 +15,7 @@ SUGGESTED="screen-terminfo" DEPENDS="elfutils" -BUILD_DEPENDS="ncursesw-extra" +BUILD_DEPENDS="ncursesw-extra texinfo" # Rules to configure and make the package. compile_rules() diff -r 753eb9a63b99 -r d443265acbc1 sipsak/receipt --- a/sipsak/receipt Tue Apr 14 16:13:04 2020 +0100 +++ b/sipsak/receipt Tue Apr 14 16:56:01 2020 +0000 @@ -12,7 +12,7 @@ WGET_URL="${WEB_SITE}archive/$VERSION.tar.gz" DEPENDS="gnutls libcrypto zlib" -BUILD_DEPENDS="autoconf libcrypto libcrypto-dev" +BUILD_DEPENDS="libtool libcrypto libcrypto-dev" # Rules to configure and make the package. compile_rules() diff -r 753eb9a63b99 -r d443265acbc1 slitaz-boot-scripts/receipt --- a/slitaz-boot-scripts/receipt Tue Apr 14 16:13:04 2020 +0100 +++ b/slitaz-boot-scripts/receipt Tue Apr 14 16:56:01 2020 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="slitaz-boot-scripts" -VERSION="459" +VERSION="460" CATEGORY="base-system" SHORT_DESC="Provide all the initialisation scripts used at boot time." MAINTAINER="pankso@slitaz.org" diff -r 753eb9a63b99 -r d443265acbc1 sslscan/receipt --- a/sslscan/receipt Tue Apr 14 16:13:04 2020 +0100 +++ b/sslscan/receipt Tue Apr 14 16:56:01 2020 +0000 @@ -12,7 +12,7 @@ WGET_URL="$WEB_SITE/archive/$VERSION-rbsec.tar.gz" DEPENDS="libssl zlib" -BUILD_DEPENDS="openssl-dev zlib-dev" +BUILD_DEPENDS="openssl-dev zlib-dev git" # Rules to configure and make the package. compile_rules() diff -r 753eb9a63b99 -r d443265acbc1 tazpkg/receipt --- a/tazpkg/receipt Tue Apr 14 16:13:04 2020 +0100 +++ b/tazpkg/receipt Tue Apr 14 16:56:01 2020 +0000 @@ -49,12 +49,12 @@ post_install() { # Apply a fix to config file /etc/slitaz/slitaz.conf - [ -f /etc/slitaz/slitaz.conf ] && \ - sed -i 's/LOCAL_STATE/LOCALSTATE/' /etc/slitaz/slitaz.conf + [ -f $1/etc/slitaz/slitaz.conf ] && \ + sed -i 's/LOCAL_STATE/LOCALSTATE/' $1/etc/slitaz/slitaz.conf # Make sure new config is present - if ! grep -q ^NOTIFY_GEOM "$root/etc/slitaz/tazpkg.conf"; then - cat >> "$root/etc/slitaz/tazpkg.conf" << "EOT" + if ! grep -q ^NOTIFY_GEOM "$1/etc/slitaz/tazpkg.conf"; then + cat >> "$1/etc/slitaz/tazpkg.conf" << "EOT" # The geometry of the desktop notification NOTIFY_GEOM="360x80-0+24" diff -r 753eb9a63b99 -r d443265acbc1 wavpack/receipt --- a/wavpack/receipt Tue Apr 14 16:13:04 2020 +0100 +++ b/wavpack/receipt Tue Apr 14 16:56:01 2020 +0000 @@ -12,7 +12,7 @@ WGET_URL="https://github.com/dbry/WavPack/archive/$VERSION.tar.gz" DEPENDS="glibc-base" -BUILD_DEPENDS="autoconf" +BUILD_DEPENDS="libtool" # Rules to configure and make the package. compile_rules() diff -r 753eb9a63b99 -r d443265acbc1 wifidog/receipt --- a/wifidog/receipt Tue Apr 14 16:13:04 2020 +0100 +++ b/wifidog/receipt Tue Apr 14 16:56:01 2020 +0000 @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/$PACKAGE/wifidog-gateway/archive/$VERSION.tar.gz" -BUILD_DEPENDS="autoconf" +BUILD_DEPENDS="libtool" CONFIG_FILES="/etc/wifidog.conf" diff -r 753eb9a63b99 -r d443265acbc1 xdg-user-dirs/receipt --- a/xdg-user-dirs/receipt Tue Apr 14 16:13:04 2020 +0100 +++ b/xdg-user-dirs/receipt Tue Apr 14 16:56:01 2020 +0000 @@ -12,7 +12,7 @@ WGET_URL="https://user-dirs.freedesktop.org/releases/$TARBALL" DEPENDS="" -BUILD_DEPENDS="autoconf gawk" +BUILD_DEPENDS="libtool gawk" # Rules to configure and make the package. compile_rules() diff -r 753eb9a63b99 -r d443265acbc1 yp-tools/receipt --- a/yp-tools/receipt Tue Apr 14 16:13:04 2020 +0100 +++ b/yp-tools/receipt Tue Apr 14 16:56:01 2020 +0000 @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" -BUILD_DEPENDS="autoconf" +BUILD_DEPENDS="libtool" # Rules to configure and make the package. compile_rules()