diff options
author | erich <erich@FreeBSD.org> | 1997-04-15 03:03:13 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1997-04-15 03:03:13 +0800 |
commit | ff34e4ac1b51f8a6d026f654dfb59489dbc5ac3c (patch) | |
tree | d216c3184b60012b3adfc2f99bd8ee50c8ce96af /emulators | |
parent | b9f2f6f83df69036ff7a0da3e47f207a61a21f50 (diff) | |
download | freebsd-ports-gnome-ff34e4ac1b51f8a6d026f654dfb59489dbc5ac3c.tar.gz freebsd-ports-gnome-ff34e4ac1b51f8a6d026f654dfb59489dbc5ac3c.tar.zst freebsd-ports-gnome-ff34e4ac1b51f8a6d026f654dfb59489dbc5ac3c.zip |
linux_lib 2.4, with a new libc for StarOffice
Diffstat (limited to 'emulators')
24 files changed, 120 insertions, 40 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index d32c8dda8ccf..b38ce2e9d765 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 32ccf47fccf7..c294de56ea9c 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 fe3700ccae8c..42071707a3d0 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 diff --git a/emulators/linux_base-62/Makefile b/emulators/linux_base-62/Makefile index d32c8dda8ccf..b38ce2e9d765 100644 --- a/emulators/linux_base-62/Makefile +++ b/emulators/linux_base-62/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-62/distinfo b/emulators/linux_base-62/distinfo index 32ccf47fccf7..c294de56ea9c 100644 --- a/emulators/linux_base-62/distinfo +++ b/emulators/linux_base-62/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-62/pkg-descr b/emulators/linux_base-62/pkg-descr index fe3700ccae8c..42071707a3d0 100644 --- a/emulators/linux_base-62/pkg-descr +++ b/emulators/linux_base-62/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 diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index d32c8dda8ccf..b38ce2e9d765 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/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-8/distinfo b/emulators/linux_base-8/distinfo index 32ccf47fccf7..c294de56ea9c 100644 --- a/emulators/linux_base-8/distinfo +++ b/emulators/linux_base-8/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-8/pkg-descr b/emulators/linux_base-8/pkg-descr index fe3700ccae8c..42071707a3d0 100644 --- a/emulators/linux_base-8/pkg-descr +++ b/emulators/linux_base-8/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 diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile index d32c8dda8ccf..b38ce2e9d765 100644 --- a/emulators/linux_base-rh-9/Makefile +++ b/emulators/linux_base-rh-9/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-rh-9/distinfo b/emulators/linux_base-rh-9/distinfo index 32ccf47fccf7..c294de56ea9c 100644 --- a/emulators/linux_base-rh-9/distinfo +++ b/emulators/linux_base-rh-9/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-rh-9/pkg-descr b/emulators/linux_base-rh-9/pkg-descr index fe3700ccae8c..42071707a3d0 100644 --- a/emulators/linux_base-rh-9/pkg-descr +++ b/emulators/linux_base-rh-9/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 diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile index d32c8dda8ccf..b38ce2e9d765 100644 --- a/emulators/linux_base-suse-9.1/Makefile +++ b/emulators/linux_base-suse-9.1/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-suse-9.1/distinfo b/emulators/linux_base-suse-9.1/distinfo index 32ccf47fccf7..c294de56ea9c 100644 --- a/emulators/linux_base-suse-9.1/distinfo +++ b/emulators/linux_base-suse-9.1/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-suse-9.1/pkg-descr b/emulators/linux_base-suse-9.1/pkg-descr index fe3700ccae8c..42071707a3d0 100644 --- a/emulators/linux_base-suse-9.1/pkg-descr +++ b/emulators/linux_base-suse-9.1/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 diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile index d32c8dda8ccf..b38ce2e9d765 100644 --- a/emulators/linux_base-suse-9.2/Makefile +++ b/emulators/linux_base-suse-9.2/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-suse-9.2/distinfo b/emulators/linux_base-suse-9.2/distinfo index 32ccf47fccf7..c294de56ea9c 100644 --- a/emulators/linux_base-suse-9.2/distinfo +++ b/emulators/linux_base-suse-9.2/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-suse-9.2/pkg-descr b/emulators/linux_base-suse-9.2/pkg-descr index fe3700ccae8c..42071707a3d0 100644 --- a/emulators/linux_base-suse-9.2/pkg-descr +++ b/emulators/linux_base-suse-9.2/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 diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile index d32c8dda8ccf..b38ce2e9d765 100644 --- a/emulators/linux_base-suse-9.3/Makefile +++ b/emulators/linux_base-suse-9.3/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-suse-9.3/distinfo b/emulators/linux_base-suse-9.3/distinfo index 32ccf47fccf7..c294de56ea9c 100644 --- a/emulators/linux_base-suse-9.3/distinfo +++ b/emulators/linux_base-suse-9.3/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-suse-9.3/pkg-descr b/emulators/linux_base-suse-9.3/pkg-descr index fe3700ccae8c..42071707a3d0 100644 --- a/emulators/linux_base-suse-9.3/pkg-descr +++ b/emulators/linux_base-suse-9.3/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 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 |