pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/dosbox-x



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Feb  5 13:57:40 UTC 2020

Modified Files:
        pkgsrc/emulators/dosbox-x: Makefile distinfo

Log Message:
dosbox-x: Update to 0.82.26

0.82.26
  - Debugger console window fixed to choose a smaller
    default size in Windows builds.
  - Debugger console window now resizes properly
    in Windows builds.
  - Using F10 (step over) in the debugger to step
    over INT 21h when a breakpoint for INT 21h is
    set now works correctly, instead of letting the
    instruction pointer "stick" there without moving.
  - Debugger interface now shows (running/watching)
    while RUNWATCH is active.
  - Debugger interface now correctly shows (running)
    status when F5 is used to resume emulation.
  - Debugger toggle reverts back to debugger interface
    instead of running state if triggered during a
    RUNWATCH command.
  - Fixed RUWNATCH command, which was broken by another
    fix sometime back designed to stop PIC event
    processing while in the debugger.
  - Debugger interface fixed to keep the SDL event
    handling going during the "pager" routine to
    prevent Windows from graying out the main window
    as "not responding" in Windows 7/8/10.
  - Direct3D support has been fixed to properly render
    pixel shaders again that were already written for
    other forks.
  - Added "Rescan all drives" menu command and mapper
    shortcut (Issue #1379 requested by saintfrater)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/emulators/dosbox-x/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/dosbox-x/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/dosbox-x/Makefile
diff -u pkgsrc/emulators/dosbox-x/Makefile:1.8 pkgsrc/emulators/dosbox-x/Makefile:1.9
--- pkgsrc/emulators/dosbox-x/Makefile:1.8      Sat Jan  4 11:54:51 2020
+++ pkgsrc/emulators/dosbox-x/Makefile  Wed Feb  5 13:57:40 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/01/04 11:54:51 nia Exp $
+# $NetBSD: Makefile,v 1.9 2020/02/05 13:57:40 nia Exp $
 
-DISTNAME=      dosbox-x-0.82.25
+DISTNAME=      dosbox-x-0.82.26
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=joncampbell123/}
 GITHUB_TAG=    dosbox-x-v${PKGVERSION_NOREV}

Index: pkgsrc/emulators/dosbox-x/distinfo
diff -u pkgsrc/emulators/dosbox-x/distinfo:1.5 pkgsrc/emulators/dosbox-x/distinfo:1.6
--- pkgsrc/emulators/dosbox-x/distinfo:1.5      Sat Jan  4 11:54:51 2020
+++ pkgsrc/emulators/dosbox-x/distinfo  Wed Feb  5 13:57:40 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.5 2020/01/04 11:54:51 nia Exp $
+$NetBSD: distinfo,v 1.6 2020/02/05 13:57:40 nia Exp $
 
-SHA1 (dosbox-x-0.82.25.tar.gz) = a6c80cb141131b9885e9482239d2315567e25de6
-RMD160 (dosbox-x-0.82.25.tar.gz) = dbb9c4a2bc49e7be9ce73e93d4c9b013ac9358ef
-SHA512 (dosbox-x-0.82.25.tar.gz) = 9aaeb2a10e94223dbdad9442fd277a19e224a2b6806d6109c217db6c5b417323694eb77a6a10c5f138da191a8c6fbf27260737f1f4939139f043ee19446dffab
-Size (dosbox-x-0.82.25.tar.gz) = 35805339 bytes
+SHA1 (dosbox-x-0.82.26.tar.gz) = 831813f86e73599e8d49df0dd742bcb9bbaa7a5a
+RMD160 (dosbox-x-0.82.26.tar.gz) = e19fea27b36406486e09ff65c8464d169f843bd8
+SHA512 (dosbox-x-0.82.26.tar.gz) = ee4fb2c7a163bd905ae66770718360554682ab4081a0099d590bedd174ded1ffc3a59fcc5c1e03dc67be4f9efae6c96e2f384e4dabbaf59641be8c43e688d825
+Size (dosbox-x-0.82.26.tar.gz) = 35807557 bytes
 SHA1 (patch-configure.ac) = 12028b528aa1f4b4d13a25c144954d9f69755e6b
 SHA1 (patch-include_byteorder.h) = 86eccfbc2318ddc8d71a6de8723947a48d98a126
 SHA1 (patch-include_dos__inc.h) = 26ba2b11dcfa923085f3745b0f8aca542f5dc692



Home | Main Index | Thread Index | Old Index