diff options
author | erich <erich@FreeBSD.org> | 1996-03-29 14:46:46 +0000 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-03-29 14:46:46 +0000 |
commit | 7ab26206346f7783437034a85bcbdf39b9be133d (patch) | |
tree | 383d600320de4c2cde69b89b597aadd15a7a9120 /emulators/linux_base-6 | |
parent | fcdb86d9da99b84db5d31106d1e2e24b50be0bf0 (diff) | |
download | FreeBSD-ports-7ab26206346f7783437034a85bcbdf39b9be133d.zip FreeBSD-ports-7ab26206346f7783437034a85bcbdf39b9be133d.tar.gz |
now provides a.out and ELF libraries.
Diffstat (limited to 'emulators/linux_base-6')
-rw-r--r-- | emulators/linux_base-6/Makefile | 8 | ||||
-rw-r--r-- | emulators/linux_base-6/distinfo | 2 | ||||
-rw-r--r-- | emulators/linux_base-6/pkg-descr | 7 |
3 files changed, 8 insertions, 9 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index 05854bb..6e05092 100644 --- a/emulators/linux_base-6/Makefile +++ b/emulators/linux_base-6/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-6/distinfo b/emulators/linux_base-6/distinfo index 37e5e0f..a769f0f 100644 --- a/emulators/linux_base-6/distinfo +++ b/emulators/linux_base-6/distinfo @@ -1 +1 @@ -MD5 (linux_lib.tar.gz) = 6fc3a99a8f12c50761ab2a3a68e6e0d3 +MD5 (linux_lib-2.0.tar.gz) = c933a1f049b65a0de89f2333ac6910de diff --git a/emulators/linux_base-6/pkg-descr b/emulators/linux_base-6/pkg-descr index 43ef7d4..3604f31 100644 --- a/emulators/linux_base-6/pkg-descr +++ b/emulators/linux_base-6/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 |