pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/qemu unconditionally install html documentat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de23ccf2fc65
branches:  trunk
changeset: 517731:de23ccf2fc65
user:      dbj <dbj%pkgsrc.org@localhost>
date:      Mon Aug 21 17:29:33 2006 +0000

description:
unconditionally install html documentation, since it comes
with pre-built versions in the distribution.
bump pkgrevision

diffstat:

 emulators/qemu/Makefile         |  4 ++--
 emulators/qemu/PLIST            |  4 +++-
 emulators/qemu/distinfo         |  4 ++--
 emulators/qemu/patches/patch-ak |  9 +++++----
 4 files changed, 12 insertions(+), 9 deletions(-)

diffs (77 lines):

diff -r 6b69a4754839 -r de23ccf2fc65 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile   Mon Aug 21 17:23:52 2006 +0000
+++ b/emulators/qemu/Makefile   Mon Aug 21 17:29:33 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2006/06/12 16:28:07 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2006/08/21 17:29:33 dbj Exp $
 #
 
 DISTNAME=              qemu-0.8.1
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            emulators
 MASTER_SITES=          http://fabrice.bellard.free.fr/qemu/
 
diff -r 6b69a4754839 -r de23ccf2fc65 emulators/qemu/PLIST
--- a/emulators/qemu/PLIST      Mon Aug 21 17:23:52 2006 +0000
+++ b/emulators/qemu/PLIST      Mon Aug 21 17:29:33 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2006/05/06 18:09:53 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.9 2006/08/21 17:29:33 dbj Exp $
 bin/qemu
 bin/qemu-img
 bin/qemu-system-arm
@@ -8,6 +8,8 @@
 bin/qemu-system-sparc
 bin/qemu-system-x86_64
 share/doc/qemu/Makefile.multinode-NetBSD
+share/doc/qemu/qemu-doc.html
+share/doc/qemu/qemu-tech.html
 share/qemu/bios.bin
 share/qemu/keymaps/ar
 share/qemu/keymaps/common
diff -r 6b69a4754839 -r de23ccf2fc65 emulators/qemu/distinfo
--- a/emulators/qemu/distinfo   Mon Aug 21 17:23:52 2006 +0000
+++ b/emulators/qemu/distinfo   Mon Aug 21 17:29:33 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.23 2006/08/21 17:23:52 dbj Exp $
+$NetBSD: distinfo,v 1.24 2006/08/21 17:29:33 dbj Exp $
 
 SHA1 (qemu-0.8.1.tar.gz) = 72c943c24bed6aa066dcc3012b198c20f04aef30
 RMD160 (qemu-0.8.1.tar.gz) = 04d163d4792bbea39fc0b1e52af124cdb7e907dc
@@ -11,7 +11,7 @@
 SHA1 (patch-ah) = 134f47583dbed94e83671ca6197106805b13f759
 SHA1 (patch-ai) = 480cc80a451488a1376f99ed152a917116759cbf
 SHA1 (patch-aj) = a177cd01c32732321d8473d5e5f4489e433fbf8f
-SHA1 (patch-ak) = 2cef84d1d6ead0e8aed3f683001a9772d6cb9ae5
+SHA1 (patch-ak) = 64da6f0a56cfeb0067698a1ad3d51b60bd04dc40
 SHA1 (patch-al) = 440b2ad677fd42dd667035dde13b08ab658be867
 SHA1 (patch-am) = a22a3b23284c377afa8113768d68c8ef40c514f9
 SHA1 (patch-ao) = e92d56f991cf29f83e39464f9e695caa86fe5fe0
diff -r 6b69a4754839 -r de23ccf2fc65 emulators/qemu/patches/patch-ak
--- a/emulators/qemu/patches/patch-ak   Mon Aug 21 17:23:52 2006 +0000
+++ b/emulators/qemu/patches/patch-ak   Mon Aug 21 17:29:33 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-ak,v 1.6 2006/05/06 18:09:53 xtraeme Exp $
+$NetBSD: patch-ak,v 1.7 2006/08/21 17:29:33 dbj Exp $
 
---- Makefile.orig      2006-05-06 19:34:25.000000000 +0200
-+++ Makefile   2006-05-06 19:37:07.000000000 +0200
+--- Makefile.orig      2006-05-03 16:32:58.000000000 -0400
++++ Makefile   2006-07-31 22:18:31.000000000 -0400
 @@ -1,10 +1,10 @@
  include config-host.mak
  
@@ -28,10 +28,11 @@
        $(INSTALL) qemu.1 qemu-img.1 "$(DESTDIR)$(mandir)/man1"
  endif
  
- install: all $(if $(BUILD_DOCS),install-doc)
+-install: all $(if $(BUILD_DOCS),install-doc)
 -      mkdir -p "$(DESTDIR)$(bindir)"
 -      $(INSTALL) -m 755 -s $(TOOLS) "$(DESTDIR)$(bindir)"
 -      mkdir -p "$(DESTDIR)$(datadir)"
++install: all install-doc
 +      $(BSD_INSTALL_PROGRAM_DIR) $(bindir)
 +      $(BSD_INSTALL_PROGRAM) $(TOOLS) $(bindir)
 +      $(BSD_INSTALL_DATA_DIR) $(datadir)



Home | Main Index | Thread Index | Old Index