summaryrefslogtreecommitdiff
path: root/emulators/linux_base
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1997-04-14 19:03:13 +0000
committerEric L. Hernes <erich@FreeBSD.org>1997-04-14 19:03:13 +0000
commit721d6de63fd426d5c3715706d4f70677e810bb1f (patch)
treeb052228322bd9195193d105d4056b9d082f75fc4 /emulators/linux_base
parentUpgrade to 1.2b8 (diff)
linux_lib 2.4, with a new libc for StarOffice
Notes
Notes: svn path=/head/; revision=6207
Diffstat (limited to 'emulators/linux_base')
-rw-r--r--emulators/linux_base/Makefile7
-rw-r--r--emulators/linux_base/distinfo2
-rw-r--r--emulators/linux_base/pkg-descr11
3 files changed, 15 insertions, 5 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile
index d32c8dda8ccf..b38ce2e9d765 100644
--- a/emulators/linux_base/Makefile
+++ b/emulators/linux_base/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/distinfo b/emulators/linux_base/distinfo
index 32ccf47fccf7..c294de56ea9c 100644
--- a/emulators/linux_base/distinfo
+++ b/emulators/linux_base/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/pkg-descr b/emulators/linux_base/pkg-descr
index fe3700ccae8c..42071707a3d0 100644
--- a/emulators/linux_base/pkg-descr
+++ b/emulators/linux_base/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