diff options
author | kristerw <kristerw@pkgsrc.org> | 2003-12-04 00:42:04 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2003-12-04 00:42:04 +0000 |
commit | 238ff8954eb8411a076666b0d0d421e27f1cdefd (patch) | |
tree | b626533c8dbba4da3710a1c8abeead08a23435c9 /emulators/vice/patches | |
parent | edfa3a8764e2b05383cf366034de177a9408f7bc (diff) | |
download | pkgsrc-238ff8954eb8411a076666b0d0d421e27f1cdefd.tar.gz |
The 4064, SX-64, and C64 Game System dist files have been removed
from the FTP. Remove them from the package too.
PKGREVISION++
Diffstat (limited to 'emulators/vice/patches')
-rw-r--r-- | emulators/vice/patches/patch-ad | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/emulators/vice/patches/patch-ad b/emulators/vice/patches/patch-ad deleted file mode 100644 index ba86496bfb4..00000000000 --- a/emulators/vice/patches/patch-ad +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-ad,v 1.7 2003/02/21 14:25:15 wiz Exp $ - ---- src/arch/unix/c64ui.c.orig Tue Dec 31 18:29:18 2002 -+++ src/arch/unix/c64ui.c -@@ -278,6 +278,15 @@ - { N_("Load default ROMs"), - (ui_callback_t)ui_set_romset, - (ui_callback_data_t)"default.vrs", NULL }, -+ { N_("C64 Game System (GS)"), -+ (ui_callback_t)ui_set_romset, -+ (ui_callback_data_t)"64gs.vrs", NULL }, -+ { N_("Educator 64 (4064)"), -+ (ui_callback_t)ui_set_romset, -+ (ui_callback_data_t)"4064.vrs", NULL }, -+ { N_("SX-64"), -+ (ui_callback_t)ui_set_romset, -+ (ui_callback_data_t)"sx64.vrs", NULL }, - { "--" }, - { N_("Load new kernal ROM"), - (ui_callback_t)ui_load_rom_file, |