pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/mozilla-bin use PKGBASE instead of "Mozilla Firebird"



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ed944aeb16a
branches:  trunk
changeset: 467992:7ed944aeb16a
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Feb 09 10:48:48 2004 +0000

description:
use PKGBASE instead of "Mozilla Firebird"

diffstat:

 www/mozilla-bin/MESSAGE.compat_linux |  10 +++++-----
 www/mozilla-bin/Makefile.common      |   3 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r 00cb80fc8cc5 -r 7ed944aeb16a www/mozilla-bin/MESSAGE.compat_linux
--- a/www/mozilla-bin/MESSAGE.compat_linux      Mon Feb 09 10:42:39 2004 +0000
+++ b/www/mozilla-bin/MESSAGE.compat_linux      Mon Feb 09 10:48:48 2004 +0000
@@ -1,10 +1,10 @@
 ===========================================================================
-$NetBSD: MESSAGE.compat_linux,v 1.1 2004/01/04 05:01:02 grant Exp $
+$NetBSD: MESSAGE.compat_linux,v 1.2 2004/02/09 10:48:48 grant Exp $
 
-       Mozilla Firebird requires your kernel to include 'COMPAT_LINUX'
-       (plus in NetBSD systems before 1.5 'EXEC_ELF32').
+${PKGBASE} requires your kernel to include 'COMPAT_LINUX'
+(plus in NetBSD systems before 1.5 'EXEC_ELF32').
 
-       Please note that if you have INET6 enabled in your kernel, you
-       will need to set net.inet6.ip6.v6only=0, using sysctl(8).
+Please note that if you have INET6 enabled in your kernel, you will need
+to set net.inet6.ip6.v6only=0, using sysctl(8).
        
 ===========================================================================
diff -r 00cb80fc8cc5 -r 7ed944aeb16a www/mozilla-bin/Makefile.common
--- a/www/mozilla-bin/Makefile.common   Mon Feb 09 10:42:39 2004 +0000
+++ b/www/mozilla-bin/Makefile.common   Mon Feb 09 10:48:48 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2004/02/09 10:39:37 grant Exp $
+# $NetBSD: Makefile.common,v 1.9 2004/02/09 10:48:48 grant Exp $
 #
 
 DISTNAME=              # see Makefile.${OPSYS}.${ARCH}
@@ -53,6 +53,7 @@
 FILES_SUBST+=  MOZILLA=${MOZILLA}
 FILES_SUBST+=  MOZ_EXTRA=${MOZ_EXTRA}
 FILES_SUBST+=  MOZ_PLATFORM=${MOZ_PLATFORM}
+MESSAGE_SUBST+=        PKGBASE=${PKGBASE}
 PLIST_SRC=     ${WRKDIR}/PLIST_DYNAMIC
 
 # protect against MOZ_PLATFORM being undefined so we don't bomb, but



Home | Main Index | Thread Index | Old Index