diff options
Diffstat (limited to 'emulators/linux_base-6')
-rw-r--r-- | emulators/linux_base-6/Makefile | 7 | ||||
-rw-r--r-- | emulators/linux_base-6/distinfo | 2 | ||||
-rw-r--r-- | emulators/linux_base-6/pkg-descr | 11 |
3 files changed, 15 insertions, 5 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index d32c8dd..b38ce2e 100644 --- a/emulators/linux_base-6/Makefile +++ b/emulators/linux_base-6/Makefile @@ -3,10 +3,10 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.13 1996/12/04 02:23:58 asami Exp $ +# $Id: Makefile,v 1.14 1996/12/11 17:46:11 erich Exp $ # -DISTNAME= linux_lib-2.3 +DISTNAME= linux_lib-2.4 CATEGORIES= emulators MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ @@ -24,4 +24,7 @@ pre-install: do-install: @zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r) +post-install: + -/compat/linux/sbin/ldconfig + .include <bsd.port.mk> diff --git a/emulators/linux_base-6/distinfo b/emulators/linux_base-6/distinfo index 32ccf47..c294de5 100644 --- a/emulators/linux_base-6/distinfo +++ b/emulators/linux_base-6/distinfo @@ -1 +1 @@ -MD5 (linux_lib-2.3.tar.gz) = e1fc7e528caf89268327378bce8b3032 +MD5 (linux_lib-2.4.tar.gz) = 05e67de1b9ff7f6525ddb570bae4d3f3 diff --git a/emulators/linux_base-6/pkg-descr b/emulators/linux_base-6/pkg-descr index fe3700c..4207170 100644 --- a/emulators/linux_base-6/pkg-descr +++ b/emulators/linux_base-6/pkg-descr @@ -9,8 +9,15 @@ for FreeBSD. To get linux compat working you will need then run the linux binary. -The kernel option `COMPAT_LINUX' is not necessary for -current, or 2.2. -It *is* necessary for -stable, and the RELEASE's. +The kernel option `COMPAT_LINUX' is not necessary for -current, or +2.2-RELEASE or newer. It *is* necessary for -stable, and the +earlier RELEASE's. + +* if you add new libraries, you should run + /compat/linux/sbin/ldconfig to update the caches. + +* if you have libraries you'd like to see included in this + collection, send me mail. eric. erich@FreeBSD.org |