summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-03-06 05:27:28 +0000
committerAchim Gottinger <achim@gentoo.org>2001-03-06 05:27:28 +0000
commite7d052192f29b94296dd5ebd017702d5cd9e0dd2 (patch)
tree521105daacc2e86d23edd2427a93fb6acc79f38c /sys-libs
parent*** empty log message *** (diff)
downloadhistorical-e7d052192f29b94296dd5ebd017702d5cd9e0dd2.tar.gz
historical-e7d052192f29b94296dd5ebd017702d5cd9e0dd2.tar.bz2
historical-e7d052192f29b94296dd5ebd017702d5cd9e0dd2.zip
*** empty log message ***
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/db/db-1.85-r1.ebuild7
-rw-r--r--sys-libs/db/db-3.2.3h-r1.ebuild4
-rw-r--r--sys-libs/db/db-3.2.3h.ebuild3
-rw-r--r--sys-libs/gdbm/gdbm-1.8.0-r2.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.2.2-r1.ebuild16
-rw-r--r--sys-libs/gpm/gpm-1.19.3-r2.ebuild8
-rw-r--r--sys-libs/pam/pam-0.73-r1.ebuild10
-rw-r--r--sys-libs/readline/readline-4.1-r2.ebuild3
-rw-r--r--sys-libs/slang/files/digest-slang-1.4.41
9 files changed, 35 insertions, 21 deletions
diff --git a/sys-libs/db/db-1.85-r1.ebuild b/sys-libs/db/db-1.85-r1.ebuild
index 4fc53a238017..8868feae1e1b 100644
--- a/sys-libs/db/db-1.85-r1.ebuild
+++ b/sys-libs/db/db-1.85-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild,v 1.1 2001/02/07 16:10:52 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild,v 1.2 2001/03/06 05:27:28 achim Exp $
A=db.${PV}.tar.gz
S=${WORKDIR}/db.${PV}
@@ -42,8 +42,9 @@ src_install () {
dodir /usr/include/db1
insinto /usr/include/db1
doins include/db.h include/mpool.h
- insinto /usr/include
- doins include/ndbm.h
+
+ insinto /usr/include
+ doins include/ndbm.h
dosed "s:<db.h>:<db1/db.h>:" /usr/include/ndbm.h
cp db_dump185 db1_dump185
diff --git a/sys-libs/db/db-3.2.3h-r1.ebuild b/sys-libs/db/db-3.2.3h-r1.ebuild
index df7d2e2756d2..4d90f3742634 100644
--- a/sys-libs/db/db-3.2.3h-r1.ebuild
+++ b/sys-libs/db/db-3.2.3h-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.3h-r1.ebuild,v 1.2 2001/02/11 20:08:41 pete Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.3h-r1.ebuild,v 1.3 2001/03/06 05:27:28 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}/build_unix
@@ -18,7 +18,7 @@ src_compile() {
try ../dist/configure \
--enable-compat185 --enable-dump185 \
- --prefix=/usr --host=${CHOST} \
+ --prefix=/usr --host=${CHOST} --target=${CHOST} --build=${CHOST} \
--enable-shared --enable-static \
--enable-cxx
#--enable-rpc does not work
diff --git a/sys-libs/db/db-3.2.3h.ebuild b/sys-libs/db/db-3.2.3h.ebuild
index c8c5642312e6..fc1c9381d9c1 100644
--- a/sys-libs/db/db-3.2.3h.ebuild
+++ b/sys-libs/db/db-3.2.3h.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.3h.ebuild,v 1.3 2001/01/31 20:49:07 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.3h.ebuild,v 1.4 2001/03/06 05:27:28 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}/build_unix
@@ -12,6 +12,7 @@ HOMEPAGE="http://www.mysql.com"
RDEPEND="virtual/glibc"
DEPEND="$RDEPEND
=sys-libs/db-1.85"
+
src_compile() {
cd ${S}
diff --git a/sys-libs/gdbm/gdbm-1.8.0-r2.ebuild b/sys-libs/gdbm/gdbm-1.8.0-r2.ebuild
index 103a8a6fd163..85cb62641494 100644
--- a/sys-libs/gdbm/gdbm-1.8.0-r2.ebuild
+++ b/sys-libs/gdbm/gdbm-1.8.0-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.0-r2.ebuild,v 1.2 2001/02/08 08:01:00 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.0-r2.ebuild,v 1.3 2001/03/06 05:27:28 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -25,7 +25,7 @@ src_compile() {
src_install() {
try make prefix=${D}/usr man3dir=${D}/usr/share/man/man3 \
- infodir=${D}/usr/share/info install
+ infodir=${D}/usr/share/info install
dodoc COPYING ChangeLog NEWS README
}
diff --git a/sys-libs/glibc/glibc-2.2.2-r1.ebuild b/sys-libs/glibc/glibc-2.2.2-r1.ebuild
index 00c4eb2f7d70..a2bed99c11ab 100644
--- a/sys-libs/glibc/glibc-2.2.2-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.2.2-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.2-r1.ebuild,v 1.4 2001/02/27 19:07:22 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.2-r1.ebuild,v 1.5 2001/03/06 05:27:28 achim Exp $
A="$P.tar.gz glibc-linuxthreads-${PV}.tar.gz"
S=${WORKDIR}/${P}
@@ -14,7 +14,7 @@ SRC_URI="ftp://sourceware.cygnus.com/pub/glibc/releases/glibc-${PV}.tar.gz
ftp://ftp.gnu.org/pub/gnu/glibc/glibc-linuxthreads-${PV}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
-DEPEND="sys-devel/gettext gd? ( media-libs/libgd )"
+DEPEND="nls? ( sys-devel/gettext ) gd? ( media-libs/libgd )"
RDEPEND="gd? ( sys-libs/zlib media-libs/libpng )"
@@ -25,14 +25,14 @@ src_unpack() {
unpack glibc-${PV}.tar.gz
cd ${S}
unpack glibc-linuxthreads-${PV}.tar.gz
- for i in mtrace-perl mtrace-tst-loading-perl configure.in configure
+ for i in mtrace-perl mtrace-tst-loading-perl posix-bug-regex2-mem-perl configure.in configure
do
echo "Applying $i patch..."
patch -p0 < ${FILESDIR}/glibc-2.2.2-${i}.diff
done
cd io
patch -p0 < ${FILESDIR}/glibc-2.2.2-test-lfs-timeout.patch
-
+
}
@@ -50,7 +50,11 @@ src_compile() {
else
myconf="${myconf} --with-gd=no"
fi
- rm -rf buildhere
+ if [ -z "`use nls`" ]
+ then
+ myconf="${myconf} --disable-nls"
+ fi
+ rm -rf buildhere
mkdir buildhere
cd buildhere
try ../configure --host=${CHOST} --without-cvs \
@@ -91,7 +95,7 @@ src_install() {
dodoc BUGS ChangeLog* CONFORMANCE COPYING* FAQ INTERFACE NEWS NOTES \
PROJECTS README*
else
- rm -rf ${D}/usr/share/{man,info}
+ rm -rf ${D}/usr/share/{man,info,zoneinfo}
fi
rm ${D}/lib/ld-linux.so.2
diff --git a/sys-libs/gpm/gpm-1.19.3-r2.ebuild b/sys-libs/gpm/gpm-1.19.3-r2.ebuild
index 585445d0015d..236e95ffcd37 100644
--- a/sys-libs/gpm/gpm-1.19.3-r2.ebuild
+++ b/sys-libs/gpm/gpm-1.19.3-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.19.3-r2.ebuild,v 1.1 2001/02/07 16:10:52 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.19.3-r2.ebuild,v 1.2 2001/03/06 05:27:28 achim Exp $
P=gpm-1.19.3
A="${P}.tar.gz devfs.patch"
@@ -11,9 +11,10 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/mouse/${A}
ftp://ftp.prosa.it/pub/gpm/patches/devfs.patch"
DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.2-r2
tex? ( app-text/tetex )"
+RDEPEND="virtual/glibc"
+
src_unpack() {
unpack ${P}.tar.gz
@@ -25,7 +26,8 @@ src_unpack() {
src_compile() {
- try ./configure --prefix=/usr --sysconfdir=/etc/gpm
+ try ./configure --prefix=/usr --sysconfdir=/etc/gpm --without-curses
+ # without-curses is required to avoid cyclic dependencies to ncurses
cp Makefile Makefile.orig
if [ -z "`use tex`" ]
then
diff --git a/sys-libs/pam/pam-0.73-r1.ebuild b/sys-libs/pam/pam-0.73-r1.ebuild
index 89e8914e6d99..6ccc517abafa 100644
--- a/sys-libs/pam/pam-0.73-r1.ebuild
+++ b/sys-libs/pam/pam-0.73-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.73-r1.ebuild,v 1.2 2001/02/07 21:04:43 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.73-r1.ebuild,v 1.3 2001/03/06 05:27:28 achim Exp $
P=pam-${PV}
A=Linux-PAM-${PV}.tar.gz
@@ -14,6 +14,12 @@ DEPEND=">=sys-libs/cracklib-2.7-r2
>=sys-libs/pwdb-0.61-r3
berkdb? ( =sys-libs/db-1.85-r1 )"
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ patch -p0 < ${FILESDIR}/pam-0.73-pam_issue.diff
+}
+
src_compile() {
try ./configure --prefix= --host=${CHOST} \
@@ -23,7 +29,7 @@ src_compile() {
cp Makefile Makefile.orig
- sed -e "s:libpam_misc doc examples:libpam_misc doc:" \
+ sed -e "s:libpam_misc doc examples:libpam_misc:" \
Makefile.orig > Makefile
cp Make.Rules Make.orig
diff --git a/sys-libs/readline/readline-4.1-r2.ebuild b/sys-libs/readline/readline-4.1-r2.ebuild
index 73c43d1eaa35..7e1e072b5111 100644
--- a/sys-libs/readline/readline-4.1-r2.ebuild
+++ b/sys-libs/readline/readline-4.1-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.1-r2.ebuild,v 1.1 2001/02/07 16:10:52 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.1-r2.ebuild,v 1.2 2001/03/06 05:27:28 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -14,7 +14,6 @@ DEPEND="virtual/glibc
RDEPEND="virtual/glibc"
-
src_compile() {
try ./configure --host=${CHOST} --with-curses \
diff --git a/sys-libs/slang/files/digest-slang-1.4.4 b/sys-libs/slang/files/digest-slang-1.4.4
new file mode 100644
index 000000000000..a4b735e7b0cc
--- /dev/null
+++ b/sys-libs/slang/files/digest-slang-1.4.4
@@ -0,0 +1 @@
+MD5 111f8d2b8d7bc9bbb4d0593538553618 slang-1.4.4.tar.gz