summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-01-08 05:07:36 +0000
committerwiz <wiz@pkgsrc.org>2000-01-08 05:07:36 +0000
commit56f06d023d028de3656bf3b3b53862321afbdfb1 (patch)
treea2079a9bffda7dd000fb97efd7f25189201243dd
parent90ff63d261c6f03161c8fa3a0b63faacb0ee1b9a (diff)
downloadpkgsrc-56f06d023d028de3656bf3b3b53862321afbdfb1.tar.gz
Be more verbose about needing COMPAT_12 in kernel; inspired by
Martin Husemann <martin@rumolt.teuto.de> in pkg/9124.
-rw-r--r--archivers/rar/Makefile4
-rw-r--r--archivers/rar/pkg/MESSAGE2
2 files changed, 5 insertions, 1 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile
index f3b621f4499..7f58abdd020 100644
--- a/archivers/rar/Makefile
+++ b/archivers/rar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 1999/12/23 23:39:57 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2000/01/08 05:07:36 wiz Exp $
# FreeBSD Id: Makefile,v 1.7 1997/08/10 22:31:27 fenner Exp
#
@@ -22,6 +22,8 @@ NO_WRKSUBDIR= yes
EXTRACT_CMD= ${DOWNLOADED_DISTFILE} >/dev/null
pre-extract:
+ @${ECHO} You must have COMPAT_12 enabled in your kernel,
+ @${ECHO} else extraction \(and running the program\) will fail.
@${CHMOD} a+x ${DISTDIR}/${DISTFILES}
do-build:
diff --git a/archivers/rar/pkg/MESSAGE b/archivers/rar/pkg/MESSAGE
new file mode 100644
index 00000000000..9cf3cc051b5
--- /dev/null
+++ b/archivers/rar/pkg/MESSAGE
@@ -0,0 +1,2 @@
+You must have COMPAT_12 as well as a.out support
+compiled into your kernel to use this program.