pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/ogle add MESSAGE for NetBSD, you may need t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84336aa1b532
branches:  trunk
changeset: 468589:84336aa1b532
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Feb 15 10:02:14 2004 +0000

description:
add MESSAGE for NetBSD, you may need to increase SHMMAXPGS in your
kernel to use ogle.

diffstat:

 multimedia/ogle/MESSAGE.NetBSD |  9 +++++++++
 multimedia/ogle/Makefile       |  4 +++-
 2 files changed, 12 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 07ea243e20a1 -r 84336aa1b532 multimedia/ogle/MESSAGE.NetBSD
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/ogle/MESSAGE.NetBSD    Sun Feb 15 10:02:14 2004 +0000
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD: MESSAGE.NetBSD,v 1.1 2004/02/15 10:02:14 grant Exp $
+
+You may need to increase the value of SHMMAXPGS in your kernel
+configuration to use ${PKGBASE}, e.g.
+
+       options SHMMAXPGS 32768
+
+===========================================================================
diff -r 07ea243e20a1 -r 84336aa1b532 multimedia/ogle/Makefile
--- a/multimedia/ogle/Makefile  Sun Feb 15 09:58:15 2004 +0000
+++ b/multimedia/ogle/Makefile  Sun Feb 15 10:02:14 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/02/14 17:21:45 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/15 10:02:14 grant Exp $
 
 DISTNAME=      ogle-0.9.2
 PKGREVISION=   1
@@ -28,6 +28,8 @@
 
 GCC_REQD+=             2.95.3
 
+MESSAGE_SUBST+=                PKGBASE=${PKGBASE}
+
 .include "../../audio/liba52/buildlink2.mk"
 .include "../../audio/libmad/buildlink2.mk"
 .include "../../devel/binutils/buildlink2.mk"



Home | Main Index | Thread Index | Old Index