pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/MozillaFirebird-bin-nightly only display the compa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/603faf8f0926
branches:  trunk
changeset: 464876:603faf8f0926
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Dec 17 03:10:42 2003 +0000

description:
only display the compat_linux MESSAGE if we're using the Linux binary
pkg on NetBSD.

fix test for _COMPAT16_LIBSTDCXX.

diffstat:

 www/MozillaFirebird-bin-nightly/MESSAGE.NetBSD       |  10 ----------
 www/MozillaFirebird-bin-nightly/MESSAGE.compat_linux |  10 ++++++++++
 www/MozillaFirebird-bin-nightly/Makefile             |   8 ++++++--
 3 files changed, 16 insertions(+), 12 deletions(-)

diffs (57 lines):

diff -r 70f600c30769 -r 603faf8f0926 www/MozillaFirebird-bin-nightly/MESSAGE.NetBSD
--- a/www/MozillaFirebird-bin-nightly/MESSAGE.NetBSD    Wed Dec 17 03:03:26 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.2 2003/12/14 04:13:01 grant Exp $
-
-       Mozilla Firebird 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).
-       
-===========================================================================
diff -r 70f600c30769 -r 603faf8f0926 www/MozillaFirebird-bin-nightly/MESSAGE.compat_linux
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/MozillaFirebird-bin-nightly/MESSAGE.compat_linux      Wed Dec 17 03:10:42 2003 +0000
@@ -0,0 +1,10 @@
+===========================================================================
+$NetBSD: MESSAGE.compat_linux,v 1.1 2003/12/17 03:10:42 grant Exp $
+
+       Mozilla Firebird 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).
+       
+===========================================================================
diff -r 70f600c30769 -r 603faf8f0926 www/MozillaFirebird-bin-nightly/Makefile
--- a/www/MozillaFirebird-bin-nightly/Makefile  Wed Dec 17 03:03:26 2003 +0000
+++ b/www/MozillaFirebird-bin-nightly/Makefile  Wed Dec 17 03:10:42 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/12/17 02:57:10 grant Exp $
+# $NetBSD: Makefile,v 1.5 2003/12/17 03:10:42 grant Exp $
 #
 
 DISTNAME=              # see Makefile.${OPSYS}.${ARCH}
@@ -39,6 +39,10 @@
 .  include "Makefile.${OPSYS}.${ARCH}"
 .endif
 
+.if ${PLATFORM} == "linux" && ${OPSYS} == "NetBSD"
+MESSAGE_SRC+=  ${PKGDIR}/MESSAGE.compat_linux
+.endif
+
 do-build:
 
 post-build:
@@ -71,7 +75,7 @@
        ${LN} -s libglib.so libglib-1.2.so.0;                           \
        ${LN} -s libgmodule.so libgmodule-1.2.so.0
 .endif
-.if ${_COMPAT16_LIBSTDCXX} == "YES"
+.if defined(_COMPAT16_LIBSTDCXX)
        @cd ${MOZILLA_LIB} && \
        ${LN} -s ${PREFIX}/emul/netbsd16/usr/lib/libstdc++.so* .
 .endif



Home | Main Index | Thread Index | Old Index