From 395634a0731d2244d86e16338b14f606b8a9d2fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Fri, 21 Apr 2006 23:40:32 +0000 Subject: [PATCH 1/1] - orphaned, outdated Changed files: autoexec.bat -> 1.2 config.sys -> 1.2 dosemu-Oacute.patch -> 1.3 dosemu-dont_build_dvi.patch -> 1.3 dosemu-mfs-pts.patch -> 1.2 dosemum-1.0.0-glibc22.patch -> 1.2 --- autoexec.bat | 4 ---- config.sys | 6 ------ dosemu-Oacute.patch | 13 ------------- dosemu-dont_build_dvi.patch | 11 ----------- dosemu-mfs-pts.patch | 11 ----------- dosemum-1.0.0-glibc22.patch | 19 ------------------- 6 files changed, 64 deletions(-) delete mode 100644 autoexec.bat delete mode 100644 config.sys delete mode 100644 dosemu-Oacute.patch delete mode 100644 dosemu-dont_build_dvi.patch delete mode 100644 dosemu-mfs-pts.patch delete mode 100644 dosemum-1.0.0-glibc22.patch diff --git a/autoexec.bat b/autoexec.bat deleted file mode 100644 index 64b5924..0000000 --- a/autoexec.bat +++ /dev/null @@ -1,4 +0,0 @@ -@echo off -echo Welcome to FreeDOS (http://www.freedos.org)! -path c:\bin;c:\dosemu;c:\vim-5.3 - diff --git a/config.sys b/config.sys deleted file mode 100644 index b777a6f..0000000 --- a/config.sys +++ /dev/null @@ -1,6 +0,0 @@ -files=20 -buffers=20 -screen=0x12 - -device=c:\dosemu\emufs.sys / -device=c:\dosemu\ems.sys diff --git a/dosemu-Oacute.patch b/dosemu-Oacute.patch deleted file mode 100644 index 034a834..0000000 --- a/dosemu-Oacute.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- dosemu-1.1.3/src/plugin/kbd_unicode/serv_xlat.c.orig Thu Jun 20 16:20:54 2002 -+++ dosemu-1.1.3/src/plugin/kbd_unicode/serv_xlat.c Thu Jun 20 19:57:10 2002 -@@ -1723,8 +1723,8 @@ - */ - bios_key = is_accent ? ascii : make_bios_code_r(make, key, ascii, keysym, state); - -- if (bios_key == 0x23e0) /* Cyrillic_er work around */ -- bios_key &= 0x00FF; -+ if (bios_key == 0x23e0 || bios_key == 0x18e0) /* Cyrillic_er work around */ -+ bios_key &= 0x00FF; /* ^^^^^^^^^^^^^^^^^^ Oacute */ - #if 0 - k_printf("translate_key: keysym=%04x bios_key=%04x\n", - keysym, bios_key); diff --git a/dosemu-dont_build_dvi.patch b/dosemu-dont_build_dvi.patch deleted file mode 100644 index 6c0d8a4..0000000 --- a/dosemu-dont_build_dvi.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- dosemu-1.1.3/src/doc/README/Makefile.orig Fri Jun 21 15:06:26 2002 -+++ dosemu-1.1.3/src/doc/README/Makefile Fri Jun 21 15:06:48 2002 -@@ -16,7 +16,7 @@ - HOGTHRESHOLD priv timing pentium DANG-tech mkfatimage mkfatimage16 doc sound-tech \ - dma pic dosdebug serial recover net cpuemu mfsnls - --all: txt html tex -+all: html - - txt: $(TXT) - diff --git a/dosemu-mfs-pts.patch b/dosemu-mfs-pts.patch deleted file mode 100644 index c008ecb..0000000 --- a/dosemu-mfs-pts.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- dosemu-1.1.3/src/dosext/mfs/mfs.c.orig Mon Nov 4 14:29:50 2002 -+++ dosemu-1.1.3/src/dosext/mfs/mfs.c Mon Nov 4 14:31:14 2002 -@@ -497,7 +497,7 @@ - } - - if (!found && check_dpb) { -- dd = sft_device_info(sft) & 0x0f1f; -+ dd = sft_device_info(sft) & 0x1f; - /* 11/20/95 by RGPP: - Some Novell applications seem to trash the sft_device_info - in such a way that it looks like an existing DOSEMU re- diff --git a/dosemum-1.0.0-glibc22.patch b/dosemum-1.0.0-glibc22.patch deleted file mode 100644 index b1d696f..0000000 --- a/dosemum-1.0.0-glibc22.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- dosemu-1.0.0/base-configure.than Sat May 27 11:36:48 2000 -+++ dosemu-1.0.0/base-configure Sat May 27 11:37:12 2000 -@@ -3924,14 +3924,14 @@ - GCC_VERSION_CODE="-DGCC_VERSION_CODE=$GCC_VERSION_CODE" - - echo -n "checking for glibc..." -- major=`echo '#include ' |${CC-cc} -E -dM -|awk '/#define.+__GLIBC__/{print $3}'` -+ major=`echo '#include ' |${CC-cc} -E -dM -|awk '/#define __GLIBC__ /{print $3}'` - if test "$major" = ""; then - echo "no" - else - if test "$(( $major > 1 ))" = "1"; then - GLIBCFLAGS="-D_XOPEN_SOURCE" - fi -- minor=`echo '#include ' |${CC-cc} -E -dM -|awk '/#define.+__GLIBC_MINOR__/{print $3}'` -+ minor=`echo '#include ' |${CC-cc} -E -dM -|awk '/#define __GLIBC_MINOR__/{print $3}'` - if test "$minor" = ""; then - minor=0; - fi -- 2.44.0