pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/bochs Remove information from MESSAGE about ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0646204e0fc8
branches:  trunk
changeset: 488908:0646204e0fc8
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri Feb 11 22:28:42 2005 +0000

description:
Remove information from MESSAGE about the HTML documentation.
And remove references of it from Makefile.
The HTML documentation is not installed in the first place.

TODO: maybe make a bochs-docs package that builds the documentation
from the docbook source.

Bump PKGREVISION (I also updated DESCR in previous commmit too).

diffstat:

 emulators/bochs/MESSAGE  |  7 +------
 emulators/bochs/Makefile |  7 ++-----
 2 files changed, 3 insertions(+), 11 deletions(-)

diffs (41 lines):

diff -r 8b2ba11d07ed -r 0646204e0fc8 emulators/bochs/MESSAGE
--- a/emulators/bochs/MESSAGE   Fri Feb 11 22:26:21 2005 +0000
+++ b/emulators/bochs/MESSAGE   Fri Feb 11 22:28:42 2005 +0000
@@ -1,13 +1,8 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.3 2004/02/12 00:10:30 hubertf Exp $
+$NetBSD: MESSAGE,v 1.4 2005/02/11 22:28:42 reed Exp $
 
 You need to copy the ${PREFIX}/share/doc/bochs/bochsrc-sample.txt
 file to your home directory and name it .bochsrc.  Then edit it to
 your tastes defining the hard drives and floppies as needed.  
 
-Documentation is available on the website, and a copy of that
-website is in ${BOCHS_DOCDIR}.  The file install.html
-will assist you in creating a HD "file" (a raw disk partition or
-ISO file can be used as well)
-
 ===========================================================================
diff -r 8b2ba11d07ed -r 0646204e0fc8 emulators/bochs/Makefile
--- a/emulators/bochs/Makefile  Fri Feb 11 22:26:21 2005 +0000
+++ b/emulators/bochs/Makefile  Fri Feb 11 22:28:42 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2004/11/13 22:04:52 jlam Exp $
+# $NetBSD: Makefile,v 1.38 2005/02/11 22:28:42 reed Exp $
 
 DISTNAME=              bochs-2.1.1
+PKGREVISION=           1
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=bochs/}
 
@@ -56,10 +57,6 @@
 BOCHS_MAINDIR=         ${PREFIX}/share/bochs
 BOCHS_BIOSDIR=         ${BOCHS_MAINDIR}/bios
 BOCHS_FONTDIR=         ${BOCHS_MAINDIR}/xfonts
-BOCHS_DOCDIR=          ${PREFIX}/share/doc/html/bochs
-MESSAGE_SUBST+=                BOCHS_MAINDIR=${BOCHS_MAINDIR} \
-                       BOCHS_FONTDIR=${BOCHS_FONTDIR} \
-                       BOCHS_DOCDIR=${BOCHS_DOCDIR}
 
 post-configure:
        ${MV} ${WRKSRC}/.bochsrc ${WRKSRC}/.bochsrc.BAK



Home | Main Index | Thread Index | Old Index