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:           Fri May 22 19:54:56 UTC 2020

Modified Files:
        pkgsrc/emulators: Makefile
Removed Files:
        pkgsrc/emulators/wine-devel: DESCR MESSAGE Makefile PLIST.Darwin
            PLIST.Linux PLIST.wine32 PLIST.wine64 buildlink3.mk distinfo
            options.mk
        pkgsrc/emulators/wine-devel/patches: patch-configure.ac
            patch-dlls_wineoss.drv_mmdevdrv.c
            patch-dlls_winepulse.drv_mmdevdrv.c patch-dlls_wininet_http.c
            patch-include_config.h.in patch-include_wine_test.h

Log Message:
emulators: Remove wine-devel

There's not much point to this package right now since emulators/wine
is newer and we can't newer than that without breakage happening. This
package can be brought back when someone feels like fixing and packaging
newer wine devel branches.


To generate a diff of this commit:
cvs rdiff -u -r1.314 -r1.315 pkgsrc/emulators/Makefile
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/emulators/wine-devel/DESCR
cvs rdiff -u -r1.3 -r0 pkgsrc/emulators/wine-devel/MESSAGE \
    pkgsrc/emulators/wine-devel/PLIST.Linux \
    pkgsrc/emulators/wine-devel/PLIST.wine32 \
    pkgsrc/emulators/wine-devel/PLIST.wine64
cvs rdiff -u -r1.86 -r0 pkgsrc/emulators/wine-devel/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/emulators/wine-devel/PLIST.Darwin
cvs rdiff -u -r1.18 -r0 pkgsrc/emulators/wine-devel/buildlink3.mk
cvs rdiff -u -r1.27 -r0 pkgsrc/emulators/wine-devel/distinfo
cvs rdiff -u -r1.13 -r0 pkgsrc/emulators/wine-devel/options.mk
cvs rdiff -u -r1.1 -r0 pkgsrc/emulators/wine-devel/patches/patch-configure.ac \
    pkgsrc/emulators/wine-devel/patches/patch-dlls_winepulse.drv_mmdevdrv.c \
    pkgsrc/emulators/wine-devel/patches/patch-dlls_wininet_http.c \
    pkgsrc/emulators/wine-devel/patches/patch-include_config.h.in \
    pkgsrc/emulators/wine-devel/patches/patch-include_wine_test.h
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/emulators/wine-devel/patches/patch-dlls_wineoss.drv_mmdevdrv.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.314 pkgsrc/emulators/Makefile:1.315
--- pkgsrc/emulators/Makefile:1.314     Fri Mar  6 12:24:26 2020
+++ pkgsrc/emulators/Makefile   Fri May 22 19:54:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.314 2020/03/06 12:24:26 nia Exp $
+# $NetBSD: Makefile,v 1.315 2020/05/22 19:54:55 nia Exp $
 #
 
 COMMENT=       Emulators for other operating systems
@@ -390,7 +390,6 @@ SUBDIR+=    vba
 SUBDIR+=       vice
 SUBDIR+=       vmips
 SUBDIR+=       wine
-SUBDIR+=       wine-devel
 SUBDIR+=       x16-emulator
 SUBDIR+=       x16-rom
 SUBDIR+=       x48



Home | Main Index | Thread Index | Old Index