wok rev 20475
Typos in receipt variable names
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 17 10:43:04 2018 +0200 (2018-10-17) |
parents | 8c864718b7b3 |
children | 485540f15da6 |
files | coova-chilli/receipt dnsmasq/receipt fpc/receipt frox/receipt gnome-alsamixer/receipt linld/stuff/src/JUMP.ASM logrotate/receipt minidlna/receipt python-invoice2data/receipt rosegarden/receipt sysfsutils/receipt |
line diff
1.1 --- a/coova-chilli/receipt Wed Oct 17 05:16:53 2018 +0300 1.2 +++ b/coova-chilli/receipt Wed Oct 17 10:43:04 2018 +0200 1.3 @@ -10,7 +10,7 @@ 1.4 WEB_SITE="http://www.coova.org/CoovaChilli" 1.5 WGET_URL="http://ap.coova.org/chilli/$TARBALL" 1.6 1.7 -DEBENDS="libssl curl libidn" 1.8 +DEPENDS="libssl curl libidn" 1.9 BUILD_DEPENDS="openssl-dev curl-dev" 1.10 1.11 # Rules to configure and make the package.
2.1 --- a/dnsmasq/receipt Wed Oct 17 05:16:53 2018 +0300 2.2 +++ b/dnsmasq/receipt Wed Oct 17 10:43:04 2018 +0200 2.3 @@ -9,7 +9,7 @@ 2.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.5 WEB_SITE="http://www.thekelleys.org.uk/dnsmasq/doc.html" 2.6 WGET_URL="http://www.thekelleys.org.uk/$PACKAGE/$TARBALL" 2.7 -CONFIG_FILE="/etc/dnsmasq.conf" 2.8 +CONFIG_FILES="/etc/dnsmasq.conf" 2.9 HOST_ARCH="i486 arm" 2.10 2.11 # Rules to configure and make the package. 2.12 @@ -29,4 +29,3 @@ 2.13 cp -a $install/etc $fs 2.14 cp -a $stuff/* $fs 2.15 } 2.16 -
3.1 --- a/fpc/receipt Wed Oct 17 05:16:53 2018 +0300 3.2 +++ b/fpc/receipt Wed Oct 17 10:43:04 2018 +0200 3.3 @@ -10,7 +10,7 @@ 3.4 TARBALL="$SOURCE-$VERSION.tar.gz" 3.5 WEB_SITE="http://www.freepascal.org/" 3.6 WGET_URL="ftp://ftp.freepascal.org/pub/fpc/dist/$VERSION/source/$TARBALL" 3.7 -CONFIG_FILE="/etc/fpc.cfg" 3.8 +CONFIG_FILES="/etc/fpc.cfg" 3.9 TAGS="compiler pascal" 3.10 3.11 CROSS_BUGS="arm-slitaz-gnueabi-as: Command not found"
4.1 --- a/frox/receipt Wed Oct 17 05:16:53 2018 +0300 4.2 +++ b/frox/receipt Wed Oct 17 10:43:04 2018 +0200 4.3 @@ -10,7 +10,7 @@ 4.4 WEB_SITE="http://frox.sourceforge.net/" 4.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 4.6 CONFIG_FILES="/etc/frox.conf" 4.7 -TAG="ftp" 4.8 +TAGS="ftp" 4.9 4.10 # Rules to configure and make the package. 4.11 compile_rules()
5.1 --- a/gnome-alsamixer/receipt Wed Oct 17 05:16:53 2018 +0300 5.2 +++ b/gnome-alsamixer/receipt Wed Oct 17 10:43:04 2018 +0200 5.3 @@ -10,6 +10,7 @@ 5.4 TARBALL="${PACKAGE}_$VERSION.orig.tar.gz" 5.5 WGET_URL="http://http.debian.net/debian/pool/main/g/$PACKAGE/$TARBALL" 5.6 EXTRA_URL="${WGET_URL/.orig/-5.debian}" 5.7 +EXTRA_SOURCE_FILES="$(basename $EXTRA_URL)" 5.8 5.9 DEPENDS="gtk+ libgnomeui libgnome-keyring" 5.10 BUILD_DEPENDS="automake autoconf glib dbus-dev libgnomeui-dev libgnome-dev \
6.1 --- a/linld/stuff/src/JUMP.ASM Wed Oct 17 05:16:53 2018 +0300 6.2 +++ b/linld/stuff/src/JUMP.ASM Wed Oct 17 10:43:04 2018 +0200 6.3 @@ -97,9 +97,12 @@ 6.4 6.5 p8086 6.6 extrn _heap_top:word 6.7 + global sssp 6.8 ifdef NO386 6.9 +sssp: 6.10 extrn _topseg:near 6.11 call near _topseg 6.12 + mov [word sssp+2],ax 6.13 xchg ax,bx 6.14 mov ax,[_heap_top] 6.15 inc ah 6.16 @@ -107,18 +110,19 @@ 6.17 shr ax,cl 6.18 else 6.19 p386 6.20 - mov bx,9000h 6.21 mov ax,[_heap_top] 6.22 inc ah 6.23 - shr ax,4 6.24 + ;shr ax,4 6.25 + db 0C1h,0E8h 6.26 +sssp: 6.27 + db 4 6.28 + mov bx,9000h 6.29 endif 6.30 mov es,bx 6.31 mov dx,cs 6.32 add ax,dx 6.33 cmp ax,bx 6.34 jb @@nooverflow 6.35 - global sssp 6.36 -sssp: 6.37 ; Oops! We can stomp on our toes... better stop now 6.38 mov bx,offset overflow 6.39 extrn die:near 6.40 @@ -128,7 +132,6 @@ 6.41 push es 6.42 pop ss 6.43 mov sp,0A000h 6.44 - mov [word sssp+2],ss 6.45 extrn _csip:dword 6.46 push [dword _csip] 6.47 extrn _rm_size:word 6.48 @@ -175,19 +178,17 @@ 6.49 push ax 6.50 push es 6.51 dos_shutdown ; clear bx 6.52 - call near @@doretf ; pop cs 6.53 - push cs 6.54 - pop ds 6.55 + call near @@isbzimage ; pop cs ; ds=es=ss 6.56 ;in al,70h 6.57 ;or al,80h ; disable NMI 6.58 ;out 70h,al 6.59 pop dx 6.60 ; move zImage pm 6.61 mov ax,8 6.62 - cmp dx,ax 6.63 + cmp dx,ax ; buf > 80000h ? 6.64 ja @@bufhigh 6.65 sub ax,dx 6.66 - inc ax 6.67 + inc ax ; up to 90000h-1 6.68 @@bufhigh: 6.69 push ax 6.70 push bx ; size=up to 512k 6.71 @@ -207,8 +208,6 @@ 6.72 add sp,14 6.73 6.74 ifndef noelks 6.75 - push ss 6.76 - pop ds 6.77 ifndef NO386 6.78 cmp [dword 1E6h],'SKLE' 6.79 jne @@notelks 6.80 @@ -222,29 +221,29 @@ 6.81 cmp [word 1E8h],'SK' 6.82 jne @@notelks 6.83 endif 6.84 - ifdef NO386 6.85 - mov cx,120h ; CS=0120 6.86 - push cx 6.87 - mov cl,0h ; DS=ES=SS=0100 6.88 - push cx 6.89 - else 6.90 - push 120h ; CS=0120 6.91 - push 100h ; DS=ES=SS=0100 6.92 - endif 6.93 - pop es 6.94 + mov cx,100h ; DS=ES=SS=0100 6.95 + mov es,cx 6.96 + mov ch,05h ; 500h mini 6.97 xor si,si 6.98 xor di,di 6.99 - mov ch,05h ; 500h mini 6.100 rep 6.101 movsw 6.102 push es 6.103 pop ss 6.104 + ifdef NO386 6.105 + mov ax,120h ; CS=0120 6.106 + push ax 6.107 + else 6.108 + push 120h ; CS=0120 6.109 + endif 6.110 push cx ; IP=0000 6.111 @@notelks: 6.112 endif 6.113 @@isbzimage: 6.114 push ss 6.115 pop ds 6.116 + push ss 6.117 + pop es 6.118 ifndef NO386 6.119 push ss 6.120 pop fs 6.121 @@ -253,9 +252,6 @@ 6.122 endif 6.123 assume nothing 6.124 assume cs:DGROUP 6.125 -@@doretf: 6.126 - push ss 6.127 - pop es 6.128 retf 6.129 6.130 step19code
7.1 --- a/logrotate/receipt Wed Oct 17 05:16:53 2018 +0300 7.2 +++ b/logrotate/receipt Wed Oct 17 10:43:04 2018 +0200 7.3 @@ -9,7 +9,7 @@ 7.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 7.5 WEB_SITE="https://fedorahosted.org/logrotate/" 7.6 WGET_URL="https://fedorahosted.org/releases/l/o/logrotate/$TARBALL" 7.7 -CONFIG_FILE="/etc/logrotate.conf" 7.8 +CONFIG_FILES="/etc/logrotate.conf" 7.9 7.10 DEPENDS="popt" 7.11 BUILD_DEPENDS="popt-dev wget" 7.12 @@ -46,4 +46,3 @@ 7.13 sed -i s!.*logrotate.*!! "$1/var/spool/cron/crontabs/root" 7.14 fi 7.15 } 7.16 -
8.1 --- a/minidlna/receipt Wed Oct 17 05:16:53 2018 +0300 8.2 +++ b/minidlna/receipt Wed Oct 17 10:43:04 2018 +0200 8.3 @@ -9,7 +9,7 @@ 8.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 8.5 WEB_SITE="http://minidlna.sourceforge.net/" 8.6 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 8.7 -CONFIGFILES="/etc/minidlna.conf" 8.8 +CONFIG_FILES="/etc/minidlna.conf" 8.9 8.10 DEPENDS="ffmpeg jpeg libsqlite libexif libid3tag libogg libvorbis flac" 8.11 BUILD_DEPENDS="ffmpeg-dev jpeg-dev sqlite-dev libexif-dev libid3tag-dev \
9.1 --- a/python-invoice2data/receipt Wed Oct 17 05:16:53 2018 +0300 9.2 +++ b/python-invoice2data/receipt Wed Oct 17 10:43:04 2018 +0200 9.3 @@ -9,7 +9,7 @@ 9.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 9.5 WEB_SITE="https://github.com/m3nu/invoice2data" 9.6 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 9.7 -TAGES="pdf" 9.8 +TAGS="pdf" 9.9 9.10 DEPENDS="python poppler-apps" 9.11 BUILD_DEPENDS="python setuptools"
10.1 --- a/rosegarden/receipt Wed Oct 17 05:16:53 2018 +0300 10.2 +++ b/rosegarden/receipt Wed Oct 17 10:43:04 2018 +0200 10.3 @@ -9,7 +9,7 @@ 10.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 10.5 WEB_SITE="http://www.rosegardenmusic.com/" 10.6 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 10.7 -TAG="midi" 10.8 +TAGS="midi" 10.9 10.10 DEPENDS="libQtGui libQtXml libQtNetwork libQtCore jack-audio-connection-kit \ 10.11 libsndfile liblrdf fftw libsamplerate alsa-lib xorg-libX11 zlib gcc-lib-base \
11.1 --- a/sysfsutils/receipt Wed Oct 17 05:16:53 2018 +0300 11.2 +++ b/sysfsutils/receipt Wed Oct 17 10:43:04 2018 +0200 11.3 @@ -11,12 +11,10 @@ 11.4 WGET_URL="$SF_MIRROR/linux-diag/$TARBALL" 11.5 11.6 DEPENDS="linux" 11.7 -BLUID_DEPENDS="sysfsutils" 11.8 11.9 # Rules to configure and make the package. 11.10 compile_rules() 11.11 { 11.12 - cd $src 11.13 ./configure --prefix=/usr --infodir=/usr/share/info \ 11.14 --mandir=/usr/share/man $CONFIGURE_ARGS 11.15 make