summaryrefslogtreecommitdiff
path: root/emulators/vice/files
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-02 22:46:23 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-02 22:46:23 +0000
commit8fdfff45c7ff1d605418ef4b66b1a3d0177c15b0 (patch)
tree1ed4a84e2ffb62980e72d2c2d0f7d6c276d30bba /emulators/vice/files
parentportlint (diff)
Update port to 1.2
Approved by: Maintainer
Notes
Notes: svn path=/head/; revision=25432
Diffstat (limited to 'emulators/vice/files')
-rw-r--r--emulators/vice/files/patch-ac8
-rw-r--r--emulators/vice/files/patch-ad11
-rw-r--r--emulators/vice/files/patch-ae11
-rw-r--r--emulators/vice/files/patch-af11
4 files changed, 37 insertions, 4 deletions
diff --git a/emulators/vice/files/patch-ac b/emulators/vice/files/patch-ac
index d17afdeb082b..ad3b5451992d 100644
--- a/emulators/vice/files/patch-ac
+++ b/emulators/vice/files/patch-ac
@@ -1,11 +1,11 @@
---- ./man/vice.1.orig Sat May 29 11:35:37 1999
-+++ ./man/vice.1 Sat May 29 11:35:49 1999
-@@ -32,7 +32,7 @@
+--- man/vice.1.orig Sun Nov 21 16:25:55 1999
++++ man/vice.1 Wed Feb 2 15:18:42 2000
+@@ -31,7 +31,7 @@
.PP
The whole documentation for these programs is available in HTML
format; the main file should be installed on your system as
-/usr/local/lib/VICE/doc/vice_toc.html.
-+/usr/local/lib/vice/doc/vice_toc.html.
++/usr/local/share/doc/vice/vice_toc.html.
.P
For up to date news about VICE, have a look at the official home page
at
diff --git a/emulators/vice/files/patch-ad b/emulators/vice/files/patch-ad
new file mode 100644
index 000000000000..b7a6e32bbaf9
--- /dev/null
+++ b/emulators/vice/files/patch-ad
@@ -0,0 +1,11 @@
+--- doc/Makefile.in.orig Tue Nov 23 18:42:37 1999
++++ doc/Makefile.in Wed Feb 2 14:30:35 2000
+@@ -108,7 +108,7 @@
+ xpet_LDFLAGS = @xpet_LDFLAGS@
+ xvic_LDFLAGS = @xvic_LDFLAGS@
+
+-docdir = $(prefix)/lib/vice/doc
++docdir = $(prefix)/share/doc/vice
+
+ doc_DATA = 64doc.txt Evaluation PETdoc.txt Readme.dos Win32-Howto.txt cbm_basic_tokens.txt drive_info.txt mnemonics.txt mon.txt serial.txt
+
diff --git a/emulators/vice/files/patch-ae b/emulators/vice/files/patch-ae
new file mode 100644
index 000000000000..97caf9b562e0
--- /dev/null
+++ b/emulators/vice/files/patch-ae
@@ -0,0 +1,11 @@
+--- doc/html/Makefile.in.orig Tue Nov 23 18:42:38 1999
++++ doc/html/Makefile.in Wed Feb 2 14:35:59 2000
+@@ -108,7 +108,7 @@
+ xpet_LDFLAGS = @xpet_LDFLAGS@
+ xvic_LDFLAGS = @xvic_LDFLAGS@
+
+-docdir = $(prefix)/lib/vice/doc
++docdir = $(prefix)/share/doc/vice
+
+ doc_DATA = vice_1.html vice_2.html vice_3.html vice_4.html vice_5.html vice_6.html vice_7.html vice_8.html vice_9.html vice_10.html vice_11.html vice_12.html vice_13.html vice_14.html vice_15.html vice_16.html vice_toc.html
+
diff --git a/emulators/vice/files/patch-af b/emulators/vice/files/patch-af
new file mode 100644
index 000000000000..6a69c94aa23c
--- /dev/null
+++ b/emulators/vice/files/patch-af
@@ -0,0 +1,11 @@
+--- src/arch/unix/archdep.h.orig Tue Nov 16 10:19:50 1999
++++ src/arch/unix/archdep.h Wed Feb 2 15:17:12 2000
+@@ -52,7 +52,7 @@
+
+ /* Define the default system directory (where the ROMs are). */
+ #define LIBDIR PREFIX "/lib/vice"
+-#define DOCDIR LIBDIR "/doc"
++#define DOCDIR PREFIX "/share/doc/vice"
+ #define VICEUSERDIR ".vice"
+
+ extern const char *archdep_home_path(void);