summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authordbj <dbj>2006-08-21 17:29:33 +0000
committerdbj <dbj>2006-08-21 17:29:33 +0000
commit9b8a0f3fb8d525aaeef42cd1d1c2602da9940693 (patch)
treef5303c46833aa7e799c6a2e94f3a63bf2cdbb2b6 /emulators
parent47d603645e6b325a89d96d5a4f4d9db9323f1f77 (diff)
downloadpkgsrc-9b8a0f3fb8d525aaeef42cd1d1c2602da9940693.tar.gz
unconditionally install html documentation, since it comes
with pre-built versions in the distribution. bump pkgrevision
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu/Makefile4
-rw-r--r--emulators/qemu/PLIST4
-rw-r--r--emulators/qemu/distinfo4
-rw-r--r--emulators/qemu/patches/patch-ak9
4 files changed, 12 insertions, 9 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index edee7d83aa2..6d8dd2a7635 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -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 --git a/emulators/qemu/PLIST b/emulators/qemu/PLIST
index 6f6805c7895..1995d1df39f 100644
--- a/emulators/qemu/PLIST
+++ b/emulators/qemu/PLIST
@@ -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-ppc
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 --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo
index fbcf200caa8..ad4d6869cf9 100644
--- a/emulators/qemu/distinfo
+++ b/emulators/qemu/distinfo
@@ -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-ag) = 86df0bb94e71d87cf61d19404b53e3572384874e
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 --git a/emulators/qemu/patches/patch-ak b/emulators/qemu/patches/patch-ak
index b2fc953f020..31088df0093 100644
--- a/emulators/qemu/patches/patch-ak
+++ b/emulators/qemu/patches/patch-ak
@@ -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 @@ $NetBSD: patch-ak,v 1.6 2006/05/06 18:09:53 xtraeme Exp $
$(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)