summaryrefslogtreecommitdiff
path: root/emulators/linux_base-suse-9.3
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1996-03-29 14:46:46 +0000
committerEric L. Hernes <erich@FreeBSD.org>1996-03-29 14:46:46 +0000
commitf32277e025acdd602cf34fbe0a3b49c52c778865 (patch)
tree34b1c54ba17f949d96e330ac237d5980ab894f0f /emulators/linux_base-suse-9.3
parentAdd missing newline at end. (diff)
now provides a.out and ELF libraries.
Notes
Notes: svn path=/head/; revision=2908
Diffstat (limited to 'emulators/linux_base-suse-9.3')
-rw-r--r--emulators/linux_base-suse-9.3/Makefile8
-rw-r--r--emulators/linux_base-suse-9.3/distinfo2
-rw-r--r--emulators/linux_base-suse-9.3/pkg-descr7
3 files changed, 8 insertions, 9 deletions
diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile
index 05854bb3a9e0..6e050926e3b7 100644
--- a/emulators/linux_base-suse-9.3/Makefile
+++ b/emulators/linux_base-suse-9.3/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: linux_lib
-# Version required: 1.0
+# Version required: 2.0
# Date created:
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.6 1995/11/17 17:10:16 asami Exp $
+# $Id: Makefile,v 1.7 1995/11/22 11:48:12 asami Exp $
#
-DISTNAME= linux_lib
-PKGNAME= linux_lib-1.0
+DISTNAME= linux_lib-2.0
+PKGNAME= linux_lib-2.0
CATEGORIES= emulators
MAINTAINER= erich@FreeBSD.org
diff --git a/emulators/linux_base-suse-9.3/distinfo b/emulators/linux_base-suse-9.3/distinfo
index 37e5e0fcd07e..a769f0fde5e4 100644
--- a/emulators/linux_base-suse-9.3/distinfo
+++ b/emulators/linux_base-suse-9.3/distinfo
@@ -1 +1 @@
-MD5 (linux_lib.tar.gz) = 6fc3a99a8f12c50761ab2a3a68e6e0d3
+MD5 (linux_lib-2.0.tar.gz) = c933a1f049b65a0de89f2333ac6910de
diff --git a/emulators/linux_base-suse-9.3/pkg-descr b/emulators/linux_base-suse-9.3/pkg-descr
index 43ef7d4722e7..3604f3173678 100644
--- a/emulators/linux_base-suse-9.3/pkg-descr
+++ b/emulators/linux_base-suse-9.3/pkg-descr
@@ -3,14 +3,13 @@ for FreeBSD. To get linux compat working you will need
1) A linux binary such as doom, Wingz, or maple
-2) a kernel with ``options LINUX_COMPAT'' in the config file
+2) these libraries
-3) these libraries
-
-4) the linux compat lkm (ie run /usr/bin/linux)
+3) the linux compat lkm (ie run /usr/bin/linux)
then run the linux binary.
+the kernel option `COMAPT_LINUX' is not necessary anymore.
eric.
erich@FreeBSD.org