pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators Prevent warnings during bulk dependency tree...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/167e57b921d0
branches:  trunk
changeset: 492576:167e57b921d0
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Apr 15 18:40:50 2005 +0000

description:
Prevent warnings during bulk dependency tree creation for ports that
cannot use these packages.

diffstat:

 emulators/compat12/Makefile        |  4 ++--
 emulators/compat13/Makefile        |  4 ++--
 emulators/compat14-crypto/Makefile |  4 ++--
 emulators/compat14/Makefile        |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r 651e0a641cdc -r 167e57b921d0 emulators/compat12/Makefile
--- a/emulators/compat12/Makefile       Fri Apr 15 17:55:33 2005 +0000
+++ b/emulators/compat12/Makefile       Fri Apr 15 18:40:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2003/08/30 22:51:15 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2005/04/15 18:40:50 kristerw Exp $
 #
 
 DISTNAME=              compat12-${MACHINE_ARCH}
@@ -32,7 +32,7 @@
     (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "sparc")
 EMULSUBDIR=            emul/aout
 COMPAT_LIBDIR=         ${EMULSUBDIR}/usr/lib
-.else
+.elif ${OPSYS} == "NetBSD"
 LOCALBASE=             /usr
 COMPAT_LIBDIR=         lib
 .endif
diff -r 651e0a641cdc -r 167e57b921d0 emulators/compat13/Makefile
--- a/emulators/compat13/Makefile       Fri Apr 15 17:55:33 2005 +0000
+++ b/emulators/compat13/Makefile       Fri Apr 15 18:40:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/02/27 22:42:30 veego Exp $
+# $NetBSD: Makefile,v 1.21 2005/04/15 18:40:50 kristerw Exp $
 #
 
 DISTNAME=              compat13-${MACHINE_ARCH}${PKGMINOR}
@@ -35,7 +35,7 @@
     (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "sparc")
 EMULSUBDIR=            emul/aout
 COMPAT_LIBDIR=         ${EMULSUBDIR}/usr/lib
-.else
+.elif ${OPSYS} == "NetBSD"
 LOCALBASE=             /usr
 COMPAT_LIBDIR=         lib
 .endif
diff -r 651e0a641cdc -r 167e57b921d0 emulators/compat14-crypto/Makefile
--- a/emulators/compat14-crypto/Makefile        Fri Apr 15 17:55:33 2005 +0000
+++ b/emulators/compat14-crypto/Makefile        Fri Apr 15 18:40:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/02/27 22:30:43 veego Exp $
+# $NetBSD: Makefile,v 1.9 2005/04/15 18:40:50 kristerw Exp $
 #
 
 DISTNAME=              compat14-crypto-${MACHINE_ARCH}-${VERSION}
@@ -41,7 +41,7 @@
 EMULSUBDIR=            emul/aout
 COMPAT_LIBDIR=         ${EMULSUBDIR}/usr/lib
 COMPAT_XLIBDIR=                ${EMULSUBDIR}/usr/X11R6/lib
-.else
+.elif ${OPSYS} == "NetBSD"
 LOCALBASE=             /usr
 COMPAT_LIBDIR=         lib
 COMPAT_XLIBDIR=                X11R6/lib
diff -r 651e0a641cdc -r 167e57b921d0 emulators/compat14/Makefile
--- a/emulators/compat14/Makefile       Fri Apr 15 17:55:33 2005 +0000
+++ b/emulators/compat14/Makefile       Fri Apr 15 18:40:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/02/27 22:30:43 veego Exp $
+# $NetBSD: Makefile,v 1.12 2005/04/15 18:40:50 kristerw Exp $
 #
 
 DISTNAME=              compat14-${MACHINE_ARCH}-${VERSION}
@@ -39,7 +39,7 @@
 EMULSUBDIR=            emul/aout
 COMPAT_LIBDIR=         ${EMULSUBDIR}/usr/lib
 COMPAT_XLIBDIR=                ${EMULSUBDIR}/usr/X11R6/lib
-.else
+.elif ${OPSYS} == "NetBSD"
 LOCALBASE=             /usr
 COMPAT_LIBDIR=         lib
 COMPAT_XLIBDIR=                X11R6/lib



Home | Main Index | Thread Index | Old Index