# HG changeset patch # User Pascal Bellard # Date 1555766778 -7200 # Node ID 15e8d94fc34faf8f8f1cb771bb7f300cad2d2e7d # Parent e44d58e5e7e8e0ee7fd4a352297341024111de99 cherokee fix build diff -r e44d58e5e7e8 -r 15e8d94fc34f cherokee/receipt --- a/cherokee/receipt Sat Apr 20 14:21:52 2019 +0100 +++ b/cherokee/receipt Sat Apr 20 15:26:18 2019 +0200 @@ -12,7 +12,8 @@ PROVIDE="lighttpd" DEPENDS="pcre cyrus-sasl openssl python libmysqlclient libldap ffmpeg" -BUILD_DEPENDS="pcre-dev cyrus-sasl-dev openssl-dev openldap-dev python-dev pam-dev libmysqlclient ffmpeg-dev gettext autoconf automake" +BUILD_DEPENDS="pcre-dev cyrus-sasl-dev openssl-dev openldap-dev python-dev \ +pam-dev libmysqlclient ffmpeg-dev gettext autoconf automake libtool" # Rules to configure and make the package. compile_rules() @@ -23,7 +24,7 @@ # Use subdirectory for logs sed -i -r 's|(%localstatedir%/log)|\1/cherokee|' cherokee.conf.sample.pre - autoreconf -v + autoreconf -vfi ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --with-wwwroot=/var/www/cherokee --disable-static \ --with-wwwuser=www --with-wwwgroup=www \ diff -r e44d58e5e7e8 -r 15e8d94fc34f icon-naming-utils/receipt --- a/icon-naming-utils/receipt Sat Apr 20 14:21:52 2019 +0100 +++ b/icon-naming-utils/receipt Sat Apr 20 15:26:18 2019 +0200 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://tango.freedesktop.org/" +WEB_SITE="http://tango-project.org/" WGET_URL="http://tango.freedesktop.org/releases/$TARBALL" DEPENDS="perl perl-xml-simple" diff -r e44d58e5e7e8 -r 15e8d94fc34f linld/stuff/src/JUMP.ASM --- a/linld/stuff/src/JUMP.ASM Sat Apr 20 14:21:52 2019 +0100 +++ b/linld/stuff/src/JUMP.ASM Sat Apr 20 15:26:18 2019 +0200 @@ -34,28 +34,28 @@ ;*************************************************************** macro dos_shutdown - xor di,di - mov ds,di + xor si,si + mov ds,si ifndef NO386 - push [dword di+4] ; save step - mov [word di+4],offset step19 + push [dword si+4] ; save step + mov [word si+4],offset step19 else mov ax,offset step19 - xchg ax,[word di+4] - push [word di+6] + xchg ax,[word si+4] + push [word si+6] push ax ; save step endif mov [word cs:sssp],sp - ;cmp [byte di+7],0F0h + ;cmp [byte si+7],0F0h ;jnc notdos - mov [di+6],cs + mov [si+6],cs pushf pushf pop ax inc ah ; set TF push ax popf - call [dword di+4*19h] + call [dword si+4*19h] notdos: ifndef NO386 lss sp,[dword cs:sssp] @@ -65,19 +65,19 @@ pop ss xchg ax,sp endif - xor di,di - mov ds,di - pop [dword di+4] ; restore step + xor si,si + mov ds,si + pop [dword si+4] ; restore step endm macro step19code step19: - push di + push si push ds - mov di,sp - lds di,[dword ss:di+4] ; read cs:ip - cmp [word di],19CDh ; int 19h ? + mov si,sp + lds si,[dword ss:si+4] ; read cs:ip + cmp [word si],19CDh ; int 19h ? pop ds - pop di + pop si je notdos iret endm @@ -164,7 +164,7 @@ @@isipxe: push cs call @last_ditch$qv - dos_shutdown ; clear di; ds=0 + dos_shutdown ; clear si; ds=0 push cs pop ds @@notzimage: @@ -177,7 +177,7 @@ jne @@isbzimage extrn gdt_data mov cx,offset gdt_data+8 - xor si,si ; A000 -9000 -0800(>movedend) + xor di,di ; A000 -9000 -0800(>movedend) rep movsb mov ax,[word _imgs+2+2] ; get pm->fallback high word diff -r e44d58e5e7e8 -r 15e8d94fc34f slitaz-tango-icon/receipt --- a/slitaz-tango-icon/receipt Sat Apr 20 14:21:52 2019 +0100 +++ b/slitaz-tango-icon/receipt Sat Apr 20 15:26:18 2019 +0200 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://tango.freedesktop.org/" +WEB_SITE="http://tango-project.org/" WGET_URL="http://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL" # Rules to gen a SliTaz package suitable for Tazpkg.