diff options
author | kei <kei> | 2000-12-14 14:39:44 +0000 |
---|---|---|
committer | kei <kei> | 2000-12-14 14:39:44 +0000 |
commit | becc5fda24a1d80f3d5edf0f9e7d29a045b14ccf (patch) | |
tree | f4c994649f0cabc056ef61b59660baff3b74cfdf /emulators/bochs/patches | |
parent | 4fe01a5aaa3af79cd81066f53c5e550f79f3056b (diff) | |
download | pkgsrc-becc5fda24a1d80f3d5edf0f9e7d29a045b14ccf.tar.gz |
Updated "bochs" package to 2000.03.25a. it is now distributed under the LGPL.
Diffstat (limited to 'emulators/bochs/patches')
-rw-r--r-- | emulators/bochs/patches/patch-ag | 13 | ||||
-rw-r--r-- | emulators/bochs/patches/patch-ah | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/emulators/bochs/patches/patch-ag b/emulators/bochs/patches/patch-ag new file mode 100644 index 00000000000..e9df704e2a5 --- /dev/null +++ b/emulators/bochs/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2000/12/14 14:39:45 kei Exp $ + +--- docs-html/index.html.orig Wed Dec 6 01:30:21 2000 ++++ docs-html/index.html Wed Dec 6 01:30:43 2000 +@@ -26,7 +26,7 @@ + <br><A HREF="whatisbochs.html">What is Bochs</A> + <br><A HREF="faq.html#license">Licensing</A> + <br><A HREF="developers.html">Developers email-list</A> +-<br><A HREF="ftp://bochs.com/pub/">FTP site</A> ++<br><A HREF="ftp://bochs.com/bochs/">FTP site</A> + <br><A HREF="install.html">Compile/Install</A> + <br><A HREF="configure.html">Using ./configure and it's options</A> + <br><A HREF="whatisbochs.html#Platforms">Platforms</A> diff --git a/emulators/bochs/patches/patch-ah b/emulators/bochs/patches/patch-ah new file mode 100644 index 00000000000..cf57279c1c4 --- /dev/null +++ b/emulators/bochs/patches/patch-ah @@ -0,0 +1,13 @@ +$NetBSD: patch-ah,v 1.1 2000/12/14 14:39:45 kei Exp $ + +--- docs-html/install.html.orig Wed Dec 6 01:30:26 2000 ++++ docs-html/install.html Wed Dec 6 01:30:49 2000 +@@ -35,7 +35,7 @@ + <A NAME="Getting current source code"></A>Getting current source code + </H2> + Source code for Bochs, is available via anonymous FTP at +-<A HREF="ftp://bochs.com/pub/">ftp://bochs.com/pub/</A>. ++<A HREF="ftp://bochs.com/bochs/">ftp://bochs.com/bochs/</A>. + Release names are of the format bochs-YYMMDD.tar.gz. Log in as <I>anonymous</I> + and use your email as the password. + |