pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/suse91_linux Print out a warning about the s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7db990b622a8
branches:  trunk
changeset: 477949:7db990b622a8
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Jul 13 10:40:59 2004 +0000

description:
Print out a warning about the state of these packages under NetBSD.

diffstat:

 emulators/suse91_linux/Makefile.common |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 1a91357d79b5 -r 7db990b622a8 emulators/suse91_linux/Makefile.common
--- a/emulators/suse91_linux/Makefile.common    Tue Jul 13 10:35:35 2004 +0000
+++ b/emulators/suse91_linux/Makefile.common    Tue Jul 13 10:40:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2004/07/13 10:31:15 tron Exp $
+# $NetBSD: Makefile.common,v 1.2 2004/07/13 10:40:59 tron Exp $
 
 SUSE_VERSION=          9.1
 
@@ -37,6 +37,16 @@
 RPM2PKGARGS+=          ${DISTDIR}/${DIST_SUBDIR}/${TEMP}
 .endfor
 
+.if ${OPSYS} == "NetBSD"
+pre-fetch:
+       @${ECHO} "======================================================================"
+       @${ECHO} ""
+       @${ECHO} "Warning:"
+       @${ECHO} "NetBSD's Linux emulation doesn't work stable with this package (yet)."
+       @${ECHO} ""
+       @${ECHO} "======================================================================"
+.endif
+
 .if !target(do-install)
 do-install:
        @if [ -f ${PKGDIR}/PLIST ]; then \



Home | Main Index | Thread Index | Old Index