# HG changeset patch # User Pascal Bellard # Date 1551624284 -3600 # Node ID 63cdeb5a1e77407ac144abfaab3202be1aff12f7 # Parent 3150873c02fa970fde9d4a3e901a83a793458ae6 Update some WEB_SITE diff -r 3150873c02fa -r 63cdeb5a1e77 file/receipt --- a/file/receipt Sun Mar 03 15:14:54 2019 +0100 +++ b/file/receipt Sun Mar 03 15:44:44 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="Determines file type using 'magic' numbers." MAINTAINER="erjo@slitaz.org" LICENSE="BSD" -WEB_SITE="https://darwinsys.com/file/" +WEB_SITE="https://github.com/file/file" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="ftp://ftp.astron.com/pub/file/$TARBALL" diff -r 3150873c02fa -r 63cdeb5a1e77 fusecloop/stuff/fusecloop.u --- a/fusecloop/stuff/fusecloop.u Sun Mar 03 15:14:54 2019 +0100 +++ b/fusecloop/stuff/fusecloop.u Sun Mar 03 15:44:44 2019 +0100 @@ -196,7 +196,7 @@ - unsigned long destlen = ntohl(head.block_size); - loff_t offset[2]; - unsigned int size; -+ if (num_blocks == (unsigned long) -1) { ++ if (num_blocks == 0xFFFFFFFF) { + void *table; + struct cloop_tail tail; + unsigned long len, table_size; diff -r 3150873c02fa -r 63cdeb5a1e77 gnet-dev/receipt --- a/gnet-dev/receipt Sun Mar 03 15:14:54 2019 +0100 +++ b/gnet-dev/receipt Sun Mar 03 15:44:44 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" LICENSE="LGPL" WANTED="gnet" -WEB_SITE="https://github.com/GNOME/gnet" +WEB_SITE="https://wiki.gnome.org/Projects/GNetLibrary" DEPENDS="pkg-config" diff -r 3150873c02fa -r 63cdeb5a1e77 gnet/receipt --- a/gnet/receipt Sun Mar 03 15:14:54 2019 +0100 +++ b/gnet/receipt Sun Mar 03 15:44:44 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" LICENSE="LGPL" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="https://github.com/GNOME/gnet" +WEB_SITE="https://wiki.gnome.org/Projects/GNetLibrary" WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/gnet/${VERSION%.*}/$TARBALL" DEPENDS="glib" diff -r 3150873c02fa -r 63cdeb5a1e77 hardinfo/receipt --- a/hardinfo/receipt Sun Mar 03 15:14:54 2019 +0100 +++ b/hardinfo/receipt Sun Mar 03 15:44:44 2019 +0100 @@ -16,7 +16,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src while read file; do [ -f done.$file ] && continue patch -p0 < $stuff/$file || return 1 @@ -25,6 +24,7 @@ languages.patch os.patch EOT + sed i 's|uname -m|echo i686|' configure ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && diff -r 3150873c02fa -r 63cdeb5a1e77 libIDL/receipt --- a/libIDL/receipt Sun Mar 03 15:14:54 2019 +0100 +++ b/libIDL/receipt Sun Mar 03 15:44:44 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" LICENSE="LGPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="https://github.com/GNOME/libIDL" +WEB_SITE="http://freshmeat.sourceforge.net/projects/libidl" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" CROSS="bug: can not run test program" diff -r 3150873c02fa -r 63cdeb5a1e77 libmagic-dev/receipt --- a/libmagic-dev/receipt Sun Mar 03 15:14:54 2019 +0100 +++ b/libmagic-dev/receipt Sun Mar 03 15:44:44 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="File type determination library using 'magic' numbers (development)." MAINTAINER="erjo@slitaz.org" LICENSE="BSD" -WEB_SITE="https://darwinsys.com/file/" +WEB_SITE="https://github.com/file/file" WANTED="file" DEPENDS="libmagic" diff -r 3150873c02fa -r 63cdeb5a1e77 libmagic/receipt --- a/libmagic/receipt Sun Mar 03 15:14:54 2019 +0100 +++ b/libmagic/receipt Sun Mar 03 15:44:44 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="File type determination library using 'magic' numbers." MAINTAINER="erjo@slitaz.org" LICENSE="BSD" -WEB_SITE="https://darwinsys.com/file/" +WEB_SITE="https://github.com/file/file" WANTED="file" DEPENDS="zlib" diff -r 3150873c02fa -r 63cdeb5a1e77 python-magic/receipt --- a/python-magic/receipt Sun Mar 03 15:14:54 2019 +0100 +++ b/python-magic/receipt Sun Mar 03 15:44:44 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="File type determination library using 'magic' numbers (Python bindings)." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" -WEB_SITE="https://darwinsys.com/file/" +WEB_SITE="https://github.com/file/file" WANTED="file" DEPENDS="file python" diff -r 3150873c02fa -r 63cdeb5a1e77 qtpanel/receipt --- a/qtpanel/receipt Sun Mar 03 15:14:54 2019 +0100 +++ b/qtpanel/receipt Sun Mar 03 15:44:44 2019 +0100 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Patched: size, scroll wheel min/max taskbar items. virt.desktops NOT supported" LICENSE="GPL" -WEB_SITE="https://gitorious.org/qtpanel/qtpanel" +WEB_SITE="https://web.archive.org/web/20121024232140/https://gitorious.org/qtpanel/qtpanel" MAINTAINER="psychomaniak@xakep.ru" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" diff -r 3150873c02fa -r 63cdeb5a1e77 quarry/receipt --- a/quarry/receipt Sun Mar 03 15:14:54 2019 +0100 +++ b/quarry/receipt Sun Mar 03 15:44:44 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://gitorious.org/quarry/quarry/" +WEB_SITE="https://web.archive.org/web/20170506152503/http://home.gna.org/quarry/" WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL" SUGGESTED="gnugo"