pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/qemu Added the manual pages to the PLIST. Bu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8270359f18da
branches: trunk
changeset: 518169:8270359f18da
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Sep 02 18:17:40 2006 +0000
description:
Added the manual pages to the PLIST. Bumped PKGREVISION.
diffstat:
emulators/qemu/Makefile | 5 +++--
emulators/qemu/PLIST | 4 +++-
emulators/qemu/distinfo | 4 ++--
emulators/qemu/patches/patch-ag | 4 ++--
4 files changed, 10 insertions(+), 7 deletions(-)
diffs (76 lines):
diff -r 07da6ac3425d -r 8270359f18da emulators/qemu/Makefile
--- a/emulators/qemu/Makefile Sat Sep 02 17:11:18 2006 +0000
+++ b/emulators/qemu/Makefile Sat Sep 02 18:17:40 2006 +0000
@@ -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 @@
GCC_REQD+= 3.0
+CONFIGURE_ENV+= PKGMANDIR=${PKGMANDIR}
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
CONFIGURE_ARGS+= --interp-prefix=${PREFIX:Q}/share/qemu
diff -r 07da6ac3425d -r 8270359f18da emulators/qemu/PLIST
--- a/emulators/qemu/PLIST Sat Sep 02 17:11:18 2006 +0000
+++ b/emulators/qemu/PLIST Sat Sep 02 18:17:40 2006 +0000
@@ -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-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 -r 07da6ac3425d -r 8270359f18da emulators/qemu/distinfo
--- a/emulators/qemu/distinfo Sat Sep 02 17:11:18 2006 +0000
+++ b/emulators/qemu/distinfo Sat Sep 02 18:17:40 2006 +0000
@@ -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-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 -r 07da6ac3425d -r 8270359f18da emulators/qemu/patches/patch-ag
--- a/emulators/qemu/patches/patch-ag Sat Sep 02 17:11:18 2006 +0000
+++ b/emulators/qemu/patches/patch-ag Sat Sep 02 18:17:40 2006 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index