wok-current rev 20688
mke2fs: no 64bits feature for /boot
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 29 18:11:07 2019 +0100 (2019-01-29) |
parents | 04434444ef20 |
children | c49ffc024a6c |
files | asciiquarium/receipt cinepaint/receipt e2fsprogs/receipt ovz-web-panel/receipt yaffs2utils/receipt |
line diff
1.1 --- a/asciiquarium/receipt Tue Jan 29 09:55:27 2019 +0100 1.2 +++ b/asciiquarium/receipt Tue Jan 29 18:11:07 2019 +0100 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Text console screensaver." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="GPL2" 1.7 -WEB_SITE="https://robobunny.com/projects/asciiquarium/html/" 1.8 +WEB_SITE="https://robobunny.com/projects/asciiquarium/html/index.cgi" 1.9 TARBALL="${PACKAGE}_${VERSION}.tar.gz" 1.10 WGET_URL="https://robobunny.com/projects/asciiquarium/$TARBALL" 1.11 TAGS="screensaver"
2.1 --- a/cinepaint/receipt Tue Jan 29 09:55:27 2019 +0100 2.2 +++ b/cinepaint/receipt Tue Jan 29 18:11:07 2019 +0100 2.3 @@ -7,7 +7,7 @@ 2.4 MAINTAINER="slaxemulator@gmail.com" 2.5 LICENSE="MIT GPL LGPL" 2.6 TARBALL="$PACKAGE-$VERSION.tgz" 2.7 -WEB_SITE="http://www.cinepaint.org/" 2.8 +WEB_SITE="http://www.cinepaint.org/index.php" 2.9 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.10 2.11 DEPENDS="desktop-file-utils gtk+ lcms tiff jpeg fltk ftgl xorg-libXmu xorg-libXpm \
3.1 --- a/e2fsprogs/receipt Tue Jan 29 09:55:27 2019 +0100 3.2 +++ b/e2fsprogs/receipt Tue Jan 29 18:11:07 2019 +0100 3.3 @@ -40,6 +40,8 @@ 3.4 cp -a $install/sbin $fs 3.5 cp -a $install/lib $fs 3.6 cp -a $install/etc $fs 3.7 + # legacy grub & syslinux don't support 64bit feature 3.8 + sed -i 's|small = {|&\n\t\tfeatures = ^64bit|' $fs/etc/mke2fs.conf 3.9 cp -a $install/usr/bin $fs/usr 3.10 cp -a $install/usr/sbin $fs/usr 3.11 ( cd $fs ; for i in lib/*.so.?; do ln -s /$i usr/$i ; done )
4.1 --- a/ovz-web-panel/receipt Tue Jan 29 09:55:27 2019 +0100 4.2 +++ b/ovz-web-panel/receipt Tue Jan 29 18:11:07 2019 +0100 4.3 @@ -7,7 +7,7 @@ 4.4 MAINTAINER="erjo@slitaz.org" 4.5 LICENSE="GPL2" 4.6 TARBALL="${PACKAGE}-${VERSION}.tgz" 4.7 -WEB_SITE="https://code.google.com/archive/p/ovz-web-panel/" 4.8 +WEB_SITE="http://owp.softunity.com.ru/" 4.9 WGET_URL="http://ovz-web-panel.googlecode.com/files/$TARBALL" 4.10 4.11 DEPENDS="ruby-enterprise sqlite3-ruby"
5.1 --- a/yaffs2utils/receipt Tue Jan 29 09:55:27 2019 +0100 5.2 +++ b/yaffs2utils/receipt Tue Jan 29 18:11:07 2019 +0100 5.3 @@ -7,7 +7,7 @@ 5.4 MAINTAINER="pascal.bellard@slitaz.org" 5.5 LICENSE="GPL2" 5.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.7 -WEB_SITE="https://code.google.com/archive/p/yaffs2utils/" 5.8 +WEB_SITE="https://github.com/justsoso8/yaffs2utils" 5.9 WGET_URL="http://yaffs2utils.googlecode.com/files/$VERSION.tar.gz" 5.10 5.11 DEPENDS=""