summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-09-02 18:17:40 +0000
committerrillig <rillig@pkgsrc.org>2006-09-02 18:17:40 +0000
commit994b8f9d691529d55aee03a501009355c7f8b596 (patch)
treef13f270b05ee36452945493cebb22e6d4eca1953 /emulators
parent09a823abb975d03cd16aa45d882636a30d9219de (diff)
downloadpkgsrc-994b8f9d691529d55aee03a501009355c7f8b596.tar.gz
Added the manual pages to the PLIST. Bumped PKGREVISION.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu/Makefile5
-rw-r--r--emulators/qemu/PLIST4
-rw-r--r--emulators/qemu/distinfo4
-rw-r--r--emulators/qemu/patches/patch-ag4
4 files changed, 10 insertions, 7 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 6d8dd2a7635..47d181a3ece 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2006/08/21 17:29:33 dbj Exp $
+# $NetBSD: Makefile,v 1.34 2006/09/02 18:17:40 rillig Exp $
#
DISTNAME= qemu-0.8.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= emulators
MASTER_SITES= http://fabrice.bellard.free.fr/qemu/
@@ -18,6 +18,7 @@ HAS_CONFIGURE= yes
GCC_REQD+= 3.0
+CONFIGURE_ENV+= PKGMANDIR=${PKGMANDIR}
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
CONFIGURE_ARGS+= --interp-prefix=${PREFIX:Q}/share/qemu
diff --git a/emulators/qemu/PLIST b/emulators/qemu/PLIST
index 1995d1df39f..e7355935cb8 100644
--- a/emulators/qemu/PLIST
+++ b/emulators/qemu/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2006/08/21 17:29:33 dbj Exp $
+@comment $NetBSD: PLIST,v 1.10 2006/09/02 18:17:40 rillig Exp $
bin/qemu
bin/qemu-img
bin/qemu-system-arm
@@ -7,6 +7,8 @@ bin/qemu-system-mipsel
bin/qemu-system-ppc
bin/qemu-system-sparc
bin/qemu-system-x86_64
+man/man1/qemu-img.1
+man/man1/qemu.1
share/doc/qemu/Makefile.multinode-NetBSD
share/doc/qemu/qemu-doc.html
share/doc/qemu/qemu-tech.html
diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo
index ad4d6869cf9..cb2d94437f6 100644
--- a/emulators/qemu/distinfo
+++ b/emulators/qemu/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.24 2006/08/21 17:29:33 dbj Exp $
+$NetBSD: distinfo,v 1.25 2006/09/02 18:17:40 rillig Exp $
SHA1 (qemu-0.8.1.tar.gz) = 72c943c24bed6aa066dcc3012b198c20f04aef30
RMD160 (qemu-0.8.1.tar.gz) = 04d163d4792bbea39fc0b1e52af124cdb7e907dc
@@ -7,7 +7,7 @@ SHA1 (patch-aa) = 455575215bad8864da285e1979da9ff7d8476a24
SHA1 (patch-ab) = 12838d78eed85c575214f4ce632a4b6694c6f97f
SHA1 (patch-ac) = f1231bcfde687ebe7a7ea4898593cd3818f03142
SHA1 (patch-af) = 221d6d85aa898cb27462806faab58ee2a9871a1c
-SHA1 (patch-ag) = 86df0bb94e71d87cf61d19404b53e3572384874e
+SHA1 (patch-ag) = 197b8f35dc62369d42236e37662eebbdb1a55974
SHA1 (patch-ah) = 134f47583dbed94e83671ca6197106805b13f759
SHA1 (patch-ai) = 480cc80a451488a1376f99ed152a917116759cbf
SHA1 (patch-aj) = a177cd01c32732321d8473d5e5f4489e433fbf8f
diff --git a/emulators/qemu/patches/patch-ag b/emulators/qemu/patches/patch-ag
index dd55f0b3a45..f41e2e8258a 100644
--- a/emulators/qemu/patches/patch-ag
+++ b/emulators/qemu/patches/patch-ag
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.4 2005/12/11 09:40:39 wiz Exp $
+$NetBSD: patch-ag,v 1.5 2006/09/02 18:17:40 rillig Exp $
--- configure.orig 2005-09-04 17:11:31.000000000 +0000
+++ configure
@@ -7,7 +7,7 @@ $NetBSD: patch-ag,v 1.4 2005/12/11 09:40:39 wiz Exp $
prefix="/usr/local"
fi
-mandir="$prefix/share/man"
-+mandir="$prefix/man"
++mandir="$prefix/$PKGMANDIR"
datadir="$prefix/share/qemu"
docdir="$prefix/share/doc/qemu"
bindir="$prefix/bin"