# HG changeset patch # User Pascal Bellard # Date 1548781867 -3600 # Node ID 3232bb7236785528de19c8ad65239ff7bf607497 # Parent 04434444ef201f733332870ad6ca1251c3222ca9 mke2fs: no 64bits feature for /boot diff -r 04434444ef20 -r 3232bb723678 asciiquarium/receipt --- a/asciiquarium/receipt Tue Jan 29 09:55:27 2019 +0100 +++ b/asciiquarium/receipt Tue Jan 29 18:11:07 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="Text console screensaver." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://robobunny.com/projects/asciiquarium/html/" +WEB_SITE="https://robobunny.com/projects/asciiquarium/html/index.cgi" TARBALL="${PACKAGE}_${VERSION}.tar.gz" WGET_URL="https://robobunny.com/projects/asciiquarium/$TARBALL" TAGS="screensaver" diff -r 04434444ef20 -r 3232bb723678 cinepaint/receipt --- a/cinepaint/receipt Tue Jan 29 09:55:27 2019 +0100 +++ b/cinepaint/receipt Tue Jan 29 18:11:07 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="slaxemulator@gmail.com" LICENSE="MIT GPL LGPL" TARBALL="$PACKAGE-$VERSION.tgz" -WEB_SITE="http://www.cinepaint.org/" +WEB_SITE="http://www.cinepaint.org/index.php" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="desktop-file-utils gtk+ lcms tiff jpeg fltk ftgl xorg-libXmu xorg-libXpm \ diff -r 04434444ef20 -r 3232bb723678 e2fsprogs/receipt --- a/e2fsprogs/receipt Tue Jan 29 09:55:27 2019 +0100 +++ b/e2fsprogs/receipt Tue Jan 29 18:11:07 2019 +0100 @@ -40,6 +40,8 @@ cp -a $install/sbin $fs cp -a $install/lib $fs cp -a $install/etc $fs + # legacy grub & syslinux don't support 64bit feature + sed -i 's|small = {|&\n\t\tfeatures = ^64bit|' $fs/etc/mke2fs.conf cp -a $install/usr/bin $fs/usr cp -a $install/usr/sbin $fs/usr ( cd $fs ; for i in lib/*.so.?; do ln -s /$i usr/$i ; done ) diff -r 04434444ef20 -r 3232bb723678 ovz-web-panel/receipt --- a/ovz-web-panel/receipt Tue Jan 29 09:55:27 2019 +0100 +++ b/ovz-web-panel/receipt Tue Jan 29 18:11:07 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" TARBALL="${PACKAGE}-${VERSION}.tgz" -WEB_SITE="https://code.google.com/archive/p/ovz-web-panel/" +WEB_SITE="http://owp.softunity.com.ru/" WGET_URL="http://ovz-web-panel.googlecode.com/files/$TARBALL" DEPENDS="ruby-enterprise sqlite3-ruby" diff -r 04434444ef20 -r 3232bb723678 yaffs2utils/receipt --- a/yaffs2utils/receipt Tue Jan 29 09:55:27 2019 +0100 +++ b/yaffs2utils/receipt Tue Jan 29 18:11:07 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://code.google.com/archive/p/yaffs2utils/" +WEB_SITE="https://github.com/justsoso8/yaffs2utils" WGET_URL="http://yaffs2utils.googlecode.com/files/$VERSION.tar.gz" DEPENDS=""