summaryrefslogtreecommitdiff
path: root/emulators/vice
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vice')
-rw-r--r--emulators/vice/Makefile4
-rw-r--r--emulators/vice/PLIST5
-rw-r--r--emulators/vice/distinfo12
-rw-r--r--emulators/vice/patches/patch-aa8
-rw-r--r--emulators/vice/patches/patch-ad8
5 files changed, 20 insertions, 17 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index bbf667bf569..8f28cb640f4 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.72 2007/02/07 19:43:29 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2007/04/15 19:13:08 wiz Exp $
#
-DISTNAME= vice-1.20
+DISTNAME= vice-1.21
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/ \
http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/
diff --git a/emulators/vice/PLIST b/emulators/vice/PLIST
index fa9bf7c0afa..7770f0314ff 100644
--- a/emulators/vice/PLIST
+++ b/emulators/vice/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2007/02/07 19:43:29 wiz Exp $
+@comment $NetBSD: PLIST,v 1.19 2007/04/15 19:13:08 wiz Exp $
bin/c1541
bin/cartconv
bin/petcat
@@ -29,6 +29,7 @@ share/doc/vice/TODO
share/doc/vice/Walkthrough-Howto.txt
share/doc/vice/Win32-Howto.txt
share/doc/vice/amigaos.html
+share/doc/vice/beos.html
share/doc/vice/cartconv.txt
share/doc/vice/cbm_basic_tokens.txt
share/doc/vice/drive_info.txt
@@ -36,6 +37,7 @@ share/doc/vice/iec-bus.txt
share/doc/vice/index.html
share/doc/vice/mon.txt
share/doc/vice/new.gif
+share/doc/vice/openGLsync-howto.txt
share/doc/vice/serial.txt
share/doc/vice/solaris.html
share/doc/vice/vice-logo.jpg
@@ -58,6 +60,7 @@ share/doc/vice/vice_9.html
share/doc/vice/vice_toc.html
share/locale/de/LC_MESSAGES/vice.mo
share/locale/fr/LC_MESSAGES/vice.mo
+share/locale/hu/LC_MESSAGES/vice.mo
share/locale/it/LC_MESSAGES/vice.mo
share/locale/nl/LC_MESSAGES/vice.mo
share/locale/pl/LC_MESSAGES/vice.mo
diff --git a/emulators/vice/distinfo b/emulators/vice/distinfo
index 026ec57eb5d..94e6ab934b5 100644
--- a/emulators/vice/distinfo
+++ b/emulators/vice/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.29 2007/02/07 19:43:29 wiz Exp $
+$NetBSD: distinfo,v 1.30 2007/04/15 19:13:08 wiz Exp $
-SHA1 (vice-1.20.tar.gz) = ab24d4cda34e93eb8663337af127402cc6ccaa6a
-RMD160 (vice-1.20.tar.gz) = b4f7a50257cbdd6338d4e685760e99c07ad14adb
-Size (vice-1.20.tar.gz) = 5183757 bytes
-SHA1 (patch-aa) = dffd85c1be1f311508eddbbe559ad2bf73f9974d
+SHA1 (vice-1.21.tar.gz) = a4915ae85dc562208bed5766d2c17481244b157d
+RMD160 (vice-1.21.tar.gz) = 1384cb4d80be6801de603c0424b3a5e5dd18de15
+Size (vice-1.21.tar.gz) = 5725833 bytes
+SHA1 (patch-aa) = d773e84bef7bc735e765c8f0f8f086f5daee8493
SHA1 (patch-ab) = 12657561998b724c39699c380290e7333365d300
SHA1 (patch-ac) = 32d10e8d63e0031a099062e34cd918531aae5692
-SHA1 (patch-ad) = 608d170e8b5745c239c98408e8fe216768951c6c
+SHA1 (patch-ad) = eb6cfb24cd81b15aeb0a9d3b75291aee6267beea
SHA1 (patch-af) = 524913b7bc753dafde909bb26ace8f0500be14d5
SHA1 (patch-ag) = 293114fe28b7b3832ad0087d89da1d1a37066bbc
diff --git a/emulators/vice/patches/patch-aa b/emulators/vice/patches/patch-aa
index 6621ab5c7f2..cfb67194bee 100644
--- a/emulators/vice/patches/patch-aa
+++ b/emulators/vice/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.6 2007/02/07 19:43:29 wiz Exp $
+$NetBSD: patch-aa,v 1.7 2007/04/15 19:13:09 wiz Exp $
---- doc/Makefile.in.orig 2007-01-21 01:53:08.000000000 +0000
+--- doc/Makefile.in.orig 2007-03-04 22:06:04.000000000 +0000
+++ doc/Makefile.in
-@@ -245,7 +245,7 @@ xcbm2_LDFLAGS = @xcbm2_LDFLAGS@
+@@ -295,7 +295,7 @@ xcbm2_LDFLAGS = @xcbm2_LDFLAGS@
xpet_LDFLAGS = @xpet_LDFLAGS@
xplus4_LDFLAGS = @xplus4_LDFLAGS@
xvic_LDFLAGS = @xvic_LDFLAGS@
-docdir = $(VICEDIR)/doc
+docdir = $(datadir)/doc/vice
-
doc_DATA = \
+ Minix-Howto.txt \
MSDOS-Ethernet-Howto.txt \
diff --git a/emulators/vice/patches/patch-ad b/emulators/vice/patches/patch-ad
index a2e0261e7f0..3b61822a421 100644
--- a/emulators/vice/patches/patch-ad
+++ b/emulators/vice/patches/patch-ad
@@ -1,13 +1,13 @@
-$NetBSD: patch-ad,v 1.11 2007/02/07 19:43:29 wiz Exp $
+$NetBSD: patch-ad,v 1.12 2007/04/15 19:13:09 wiz Exp $
---- doc/html/Makefile.in.orig 2007-01-21 01:53:08.000000000 +0000
+--- doc/html/Makefile.in.orig 2007-03-04 22:06:04.000000000 +0000
+++ doc/html/Makefile.in
-@@ -245,7 +245,7 @@ xcbm2_LDFLAGS = @xcbm2_LDFLAGS@
+@@ -274,7 +274,7 @@ xcbm2_LDFLAGS = @xcbm2_LDFLAGS@
xpet_LDFLAGS = @xpet_LDFLAGS@
xplus4_LDFLAGS = @xplus4_LDFLAGS@
xvic_LDFLAGS = @xvic_LDFLAGS@
-docdir = $(VICEDIR)/doc
+docdir = $(datadir)/doc/vice
-
doc_DATA = \
amigaos.html \
+ beos.html \