# HG changeset patch # User Pascal Bellard # Date 1594811888 0 # Node ID 3d9966aceee9dd0a9f8dba1239a1a40006b289fa # Parent 4de5da0680288bb406ecd287cead60e33f91019a ntl, sdcc: update bdeps diff -r 4de5da068028 -r 3d9966aceee9 ntl/receipt --- a/ntl/receipt Tue Jul 14 19:24:33 2020 +0000 +++ b/ntl/receipt Wed Jul 15 11:18:08 2020 +0000 @@ -12,12 +12,11 @@ WGET_URL="$WEB_SITE/$TARBALL" DEPENDS="" -BUILD_DEPENDS="gcc83 gf2x-dev glibc-dev gmp-dev libtool perl" +BUILD_DEPENDS="gcc83 gcc83-lib-base gf2x-dev glibc-dev gmp-dev libtool perl" # Rules to configure and make the package. compile_rules() { - cd src export CFLAGS="-march=$ARCH -Os -pipe -fomit-frame-pointer" ./configure \ diff -r 4de5da068028 -r 3d9966aceee9 python-dnspython/receipt --- a/python-dnspython/receipt Tue Jul 14 19:24:33 2020 +0000 +++ b/python-dnspython/receipt Wed Jul 15 11:18:08 2020 +0000 @@ -6,11 +6,11 @@ SHORT_DESC="A DNS toolkit for Python." MAINTAINER="monghitri@aruba.it" LICENSE="BSD" -WEB_SITE="http://www.dnspython.org/" +WEB_SITE="https://www.dnspython.org/" SOURCE="dnspython" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://www.dnspython.org/kits/$VERSION/$TARBALL" +WGET_URL="https://www.dnspython.org/kits/$VERSION/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-setuptools" diff -r 4de5da068028 -r 3d9966aceee9 sdcc/receipt --- a/sdcc/receipt Tue Jul 14 19:24:33 2020 +0000 +++ b/sdcc/receipt Wed Jul 15 11:18:08 2020 +0000 @@ -13,7 +13,7 @@ WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" DEPENDS="gcc83-lib-base" -BUILD_DEPENDS="automake flex gcc83 gputils libboost-graph-dev texinfo" +BUILD_DEPENDS="automake flex gcc83 gcc83-lib-base gputils libboost-graph-dev texinfo" # Rules to configure and make the package. compile_rules()