pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Nov 14 18:03:43 UTC 2023

Modified Files:
        pkgsrc/emulators: Makefile
Removed Files:
        pkgsrc/emulators/pcsxr: DESCR MESSAGE.NetBSD Makefile PLIST distinfo
        pkgsrc/emulators/pcsxr/patches: patch-CMakeLists.txt
            patch-doc_CMakeLists.txt
            patch-libpcsxcore_ix86__64_ix86__cpudetect.c
            patch-libpcsxcore_misc.c patch-plugins_bladesio1_gui.c
            patch-plugins_dfcdrom_cdr.c patch-plugins_dfinput_pad.c
            patch-plugins_dfsound_cfg.c patch-plugins_dfxvideo_cfg.c

Log Message:
Remove emulators/pcsxr (use mednafen or duckstation-qt instead)

Too much code rot means this no longer runs games.


To generate a diff of this commit:
cvs rdiff -u -r1.353 -r1.354 pkgsrc/emulators/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/emulators/pcsxr/DESCR \
    pkgsrc/emulators/pcsxr/PLIST
cvs rdiff -u -r1.2 -r0 pkgsrc/emulators/pcsxr/MESSAGE.NetBSD
cvs rdiff -u -r1.16 -r0 pkgsrc/emulators/pcsxr/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/emulators/pcsxr/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/emulators/pcsxr/patches/patch-CMakeLists.txt \
    pkgsrc/emulators/pcsxr/patches/patch-doc_CMakeLists.txt \
    pkgsrc/emulators/pcsxr/patches/patch-libpcsxcore_ix86__64_ix86__cpudetect.c \
    pkgsrc/emulators/pcsxr/patches/patch-libpcsxcore_misc.c \
    pkgsrc/emulators/pcsxr/patches/patch-plugins_bladesio1_gui.c \
    pkgsrc/emulators/pcsxr/patches/patch-plugins_dfcdrom_cdr.c \
    pkgsrc/emulators/pcsxr/patches/patch-plugins_dfinput_pad.c \
    pkgsrc/emulators/pcsxr/patches/patch-plugins_dfsound_cfg.c \
    pkgsrc/emulators/pcsxr/patches/patch-plugins_dfxvideo_cfg.c

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

Modified files:

Index: pkgsrc/emulators/Makefile
diff -u pkgsrc/emulators/Makefile:1.353 pkgsrc/emulators/Makefile:1.354
--- pkgsrc/emulators/Makefile:1.353     Tue Nov 14 17:57:40 2023
+++ pkgsrc/emulators/Makefile   Tue Nov 14 18:03:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.353 2023/11/14 17:57:40 nia Exp $
+# $NetBSD: Makefile,v 1.354 2023/11/14 18:03:43 nia Exp $
 #
 
 COMMENT=       Emulators for other machines and systems
@@ -175,7 +175,6 @@ SUBDIR+=    osf1_lib
 SUBDIR+=       p11
 SUBDIR+=       palmosemulator
 SUBDIR+=       pcemu
-SUBDIR+=       pcsxr
 SUBDIR+=       pearpc
 SUBDIR+=       py-keystone
 SUBDIR+=       py-unicorn



Home | Main Index | Thread Index | Old Index