summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-build/bash/bash-2.04-r1.ebuild4
-rw-r--r--sys-build/bison/bison-1.28-r1.ebuild5
-rw-r--r--sys-build/file/file-3.33.ebuild6
-rw-r--r--sys-build/fileutils/fileutils-4.0.36-r1.ebuild6
-rw-r--r--sys-build/findutils/findutils-4.1-r3.ebuild6
-rw-r--r--sys-build/flex/flex-2.5.4a-r1.ebuild9
-rw-r--r--sys-build/gawk/gawk-3.0.6-r1.ebuild3
-rw-r--r--sys-build/gcc/files/digest-gcc-2.95.2.12
-rw-r--r--sys-build/glibc/glibc-2.2.1.ebuild7
-rw-r--r--sys-build/gzip/gzip-1.2.4a-r1.ebuild5
-rw-r--r--sys-build/make/make-3.79.1-r1.ebuild3
-rw-r--r--sys-build/patch/patch-2.5.4-r1.ebuild3
-rw-r--r--sys-build/sed/sed-3.02.80.ebuild3
-rw-r--r--sys-build/sh-utils/sh-utils-2.0j-r1.ebuild5
-rw-r--r--sys-build/spython/spython-2.0-r1.ebuild5
-rw-r--r--sys-build/tar/tar-1.13.18-r1.ebuild6
-rw-r--r--sys-build/textutils/textutils-2.0.10.ebuild14
-rw-r--r--sys-devel/gettext/gettext-0.10.35-r2.ebuild4
-rw-r--r--x11-base/xfree/xfree-4.0.2-r2.ebuild8
-rw-r--r--x11-libs/openmotif/files/site.def1
20 files changed, 35 insertions, 70 deletions
diff --git a/sys-build/bash/bash-2.04-r1.ebuild b/sys-build/bash/bash-2.04-r1.ebuild
index 20770ae64090..c86fe16e5200 100644
--- a/sys-build/bash/bash-2.04-r1.ebuild
+++ b/sys-build/bash/bash-2.04-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-build/bash/bash-2.04-r1.ebuild,v 1.2 2001/02/01 19:30:33 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-build/bash/bash-2.04-r1.ebuild,v 1.3 2001/02/15 18:17:31 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -11,8 +11,6 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/bash/${A}
HOMEPAGE="http://www.gnu.org/software/bash/bash.html"
-PROVIDE="virtual/bash"
-
src_compile() {
cd ${S}
diff --git a/sys-build/bison/bison-1.28-r1.ebuild b/sys-build/bison/bison-1.28-r1.ebuild
index d0c33e388b6d..19a20f43fc99 100644
--- a/sys-build/bison/bison-1.28-r1.ebuild
+++ b/sys-build/bison/bison-1.28-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-build/bison/bison-1.28-r1.ebuild,v 1.2 2001/02/01 19:30:33 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-build/bison/bison-1.28-r1.ebuild,v 1.3 2001/02/15 18:17:31 achim Exp $
P=bison-1.28
A=${P}.tar.gz
@@ -11,8 +11,7 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/bison/${A}
ftp://prep.ai.mit.edu/gnu/bison/${A}"
HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
-PROVIDE="virtual/bison"
-DEPEND="virtual/glibc"
+
src_compile() {
try ./configure --prefix=/usr --datadir=/usr/share/bison --host=${CHOST} --disable-nls
diff --git a/sys-build/file/file-3.33.ebuild b/sys-build/file/file-3.33.ebuild
index 586f66308c99..69957b8100be 100644
--- a/sys-build/file/file-3.33.ebuild
+++ b/sys-build/file/file-3.33.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-build/file/file-3.33.ebuild,v 1.1 2001/01/27 09:47:20 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-build/file/file-3.33.ebuild,v 1.2 2001/02/15 18:17:31 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -11,9 +11,7 @@ DESCRIPTION="Program to identify a file's format by scanning binary data for pat
#on cvs.gentoo.org
SRC_URI="ftp://ftp.astron.com/pub/file/${A}"
-DEPEND=">=sys-libs/glibc-2.1.3"
-
-src_compile() {
+src_compile() {
try ./configure --prefix=/usr --datadir=/etc --host=${CHOST}
try pmake LDFLAGS=-static
}
diff --git a/sys-build/fileutils/fileutils-4.0.36-r1.ebuild b/sys-build/fileutils/fileutils-4.0.36-r1.ebuild
index 808d5eca3669..af20ade0c866 100644
--- a/sys-build/fileutils/fileutils-4.0.36-r1.ebuild
+++ b/sys-build/fileutils/fileutils-4.0.36-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-build/fileutils/fileutils-4.0.36-r1.ebuild,v 1.1 2001/02/01 19:38:09 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-build/fileutils/fileutils-4.0.36-r1.ebuild,v 1.2 2001/02/15 18:17:31 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,9 +9,7 @@ DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls, etc)"
SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}"
HOMEPAGE="http://www.gnu.org/software/fileutils/fileutils.html"
-DEPEND=">=sys-libs/glibc-2.1.3"
-
-src_compile() {
+src_compile() {
try ./configure --prefix=/usr --host=${CHOST} --disable-nls
try make ${MAKEOPTS} LDFLAGS=-static
}
diff --git a/sys-build/findutils/findutils-4.1-r3.ebuild b/sys-build/findutils/findutils-4.1-r3.ebuild
index 8bb1233fb613..4399f03b93eb 100644
--- a/sys-build/findutils/findutils-4.1-r3.ebuild
+++ b/sys-build/findutils/findutils-4.1-r3.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-build/findutils/findutils-4.1-r3.ebuild,v 1.1 2001/01/27 09:47:20 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-build/findutils/findutils-4.1-r3.ebuild,v 1.2 2001/02/15 18:17:31 achim Exp $
P=findutils-4.1
A=${P}.tar.gz
@@ -11,10 +11,6 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/findutils/${A}
ftp://prep.ai.mit.edu/gnu/findutils/${A}"
HOMEPAGE="http://www.gnu.org/software/findutils/findutils.html"
-DEPEND=">=sys-libs/glibc-2.1.3"
-RDEPEND="$DEPEND
- >=sys-apps/bash-2.04"
-
src_compile() {
try ./configure --prefix=/usr --host=${CHOST}
# do not use pmake recursive
diff --git a/sys-build/flex/flex-2.5.4a-r1.ebuild b/sys-build/flex/flex-2.5.4a-r1.ebuild
index bcf7af61f40f..44c2c1a321f6 100644
--- a/sys-build/flex/flex-2.5.4a-r1.ebuild
+++ b/sys-build/flex/flex-2.5.4a-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-build/flex/flex-2.5.4a-r1.ebuild,v 1.2 2001/02/01 19:30:33 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-build/flex/flex-2.5.4a-r1.ebuild,v 1.3 2001/02/15 18:17:31 achim Exp $
P=flex-2.5.4a
A=${P}.tar.gz
@@ -11,13 +11,6 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/non-gnu/flex/${A}
ftp://prep.ai.mit.edu/non-gnu/flex/${A}"
HOMEPAGE="http://www.gnu.org/software/flex/flex.html"
-PROVIDE="virtual/flex"
-
-DEPEND="virtual/glibc
- sys-devel/bison"
-
-RDEPEND="virtual/glibc"
-
src_compile() {
try ./configure --prefix=/usr --host=${CHOST} --disable-nls
try make ${MAKEOPTS} LDFLAGS=-static
diff --git a/sys-build/gawk/gawk-3.0.6-r1.ebuild b/sys-build/gawk/gawk-3.0.6-r1.ebuild
index 2ad1a34179ef..a4d1063d949c 100644
--- a/sys-build/gawk/gawk-3.0.6-r1.ebuild
+++ b/sys-build/gawk/gawk-3.0.6-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-build/gawk/gawk-3.0.6-r1.ebuild,v 1.1 2001/01/27 09:47:20 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-build/gawk/gawk-3.0.6-r1.ebuild,v 1.2 2001/02/15 18:17:31 achim Exp $
P=gawk-3.0.6
A=${P}.tar.gz
@@ -10,7 +10,6 @@ DESCRIPTION="GNU awk pattern-matching language"
SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gawk/${A}
ftp://prep.ai.mit.edu/gnu/gawk/${A}"
HOMEPAGE="http://www.gnu.org/software/gawk/gawk.html"
-DEPEND=">=sys-libs/glibc-2.1.3"
src_compile() {
try ./configure --prefix=/usr --libexecdir=/usr/lib/awk --host=${CHOST}
diff --git a/sys-build/gcc/files/digest-gcc-2.95.2.1 b/sys-build/gcc/files/digest-gcc-2.95.2.1
new file mode 100644
index 000000000000..06cfc0edf8a6
--- /dev/null
+++ b/sys-build/gcc/files/digest-gcc-2.95.2.1
@@ -0,0 +1,2 @@
+MD5 0e36957d734286e242e9697fd2806c4f gcc-2.95.2.tar.gz
+MD5 e89e684a145a55d442b09436edef4427 gcc-2.95.2-2.95.2.1.diff.gz
diff --git a/sys-build/glibc/glibc-2.2.1.ebuild b/sys-build/glibc/glibc-2.2.1.ebuild
index a4dd19411f9a..6a2f04810547 100644
--- a/sys-build/glibc/glibc-2.2.1.ebuild
+++ b/sys-build/glibc/glibc-2.2.1.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-build/glibc/glibc-2.2.1.ebuild,v 1.3 2001/01/27 22:04:24 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-build/glibc/glibc-2.2.1.ebuild,v 1.4 2001/02/15 18:17:31 achim Exp $
A="$P.tar.gz glibc-linuxthreads-${PV}.tar.gz"
S=${WORKDIR}/${P}
@@ -19,7 +19,7 @@ RDEPEND="$DEPEND
>=sys-devel/perl-5.6"
PROVIDE="virtual/glibc"
-src_compile() {
+src_compile() {
rm -rf buildhere
mkdir buildhere
@@ -27,6 +27,7 @@ src_compile() {
try ../configure --host=${CHOST} --without-cvs \
--enable-add-ons=linuxthreads \
--disable-profile --prefix=/usr \
+ --libexecdir=/usr/lib/misc
--enable-kernel=2.4.0 \
--with-headers=${ROOT}/usr/include
cp config.make config.orig
@@ -46,7 +47,7 @@ src_install() {
cd ${S}
try make install_root=${D} install -C buildhere
# try make install_root=${D} localedata/install-locales -C buildhere
- chmod 755 ${D}/usr/libexec/pt_chown
+ chmod 755 ${D}/usr/lib/misc/pt_chown
rm -rf ${D}/usr/info
}
diff --git a/sys-build/gzip/gzip-1.2.4a-r1.ebuild b/sys-build/gzip/gzip-1.2.4a-r1.ebuild
index c08ed4ef407d..d3bf5e31b7c1 100644
--- a/sys-build/gzip/gzip-1.2.4a-r1.ebuild
+++ b/sys-build/gzip/gzip-1.2.4a-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-build/gzip/gzip-1.2.4a-r1.ebuild,v 1.1 2001/01/25 18:00:26 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-build/gzip/gzip-1.2.4a-r1.ebuild,v 1.2 2001/02/15 18:17:31 achim Exp $
P=gzip-1.2.4a
A=${P}.tar.gz
@@ -10,9 +10,6 @@ DESCRIPTION="Standard GNU compressor"
SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gzip/${A}
ftp://prep.ai.mit.edu/gnu/gzip/${A}"
HOMEPAGE="http://www.gnu.org/software/gzip/gzip.html"
-DEPEND=">=sys-libs/glibc-2.1.3"
-RDEPEND="$DEPEND
- >=sys-apps/bash-2.04"
src_compile() {
try ./configure --host=${CHOST} --prefix=/usr --disable-nls
diff --git a/sys-build/make/make-3.79.1-r1.ebuild b/sys-build/make/make-3.79.1-r1.ebuild
index 57167d9487c6..a411e503384c 100644
--- a/sys-build/make/make-3.79.1-r1.ebuild
+++ b/sys-build/make/make-3.79.1-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-build/make/make-3.79.1-r1.ebuild,v 1.1 2001/01/25 18:00:26 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-build/make/make-3.79.1-r1.ebuild,v 1.2 2001/02/15 18:17:32 achim Exp $
P=make-3.79.1
A=${P}.tar.gz
@@ -10,7 +10,6 @@ DESCRIPTION="Standard tool to compile source trees"
SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/make/${A}
ftp://prep.ai.mit.edu/gnu/make/${A}"
HOMEPAGE="http://www.gnu.org/software/make/make.html"
-DEPEND=">=sys-libs/glibc-2.1.3"
src_compile() {
try ./configure --prefix=/usr --host=${CHOST} --disable-nls
diff --git a/sys-build/patch/patch-2.5.4-r1.ebuild b/sys-build/patch/patch-2.5.4-r1.ebuild
index 41e28665ba4a..71b6bb6e6618 100644
--- a/sys-build/patch/patch-2.5.4-r1.ebuild
+++ b/sys-build/patch/patch-2.5.4-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-build/patch/patch-2.5.4-r1.ebuild,v 1.1 2001/01/27 22:04:24 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-build/patch/patch-2.5.4-r1.ebuild,v 1.2 2001/02/15 18:17:32 achim Exp $
P=patch-2.5.4
A=${P}.tar.gz
@@ -10,7 +10,6 @@ DESCRIPTION="Utility to apply diffs to files"
SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/patch/${A}
ftp://ftp.gnu.org/gnu/patch/${A}"
HOMEPAGE="http://www.gnu.org/software/patch/patch.html"
-DEPEND="virtual/glibc"
src_compile() {
try ./configure --host=${CHOST} --prefix=/usr
diff --git a/sys-build/sed/sed-3.02.80.ebuild b/sys-build/sed/sed-3.02.80.ebuild
index 2801c442e565..5f6e0c8e25cf 100644
--- a/sys-build/sed/sed-3.02.80.ebuild
+++ b/sys-build/sed/sed-3.02.80.ebuild
@@ -1,13 +1,12 @@
# 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-build/sed/sed-3.02.80.ebuild,v 1.1 2001/01/25 18:00:27 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-build/sed/sed-3.02.80.ebuild,v 1.2 2001/02/15 18:17:32 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Super-useful stream editor"
SRC_URI="ftp://alpha.gnu.org/pub/gnu/sed/${A}"
-DEPEND=">=sys-libs/glibc-2.1.3"
src_compile() {
try ./configure --prefix=/usr --host=${CHOST} --disable-nls
diff --git a/sys-build/sh-utils/sh-utils-2.0j-r1.ebuild b/sys-build/sh-utils/sh-utils-2.0j-r1.ebuild
index b5ad9c820bfd..eacff1bee925 100644
--- a/sys-build/sh-utils/sh-utils-2.0j-r1.ebuild
+++ b/sys-build/sh-utils/sh-utils-2.0j-r1.ebuild
@@ -2,16 +2,13 @@
# 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-build/sh-utils/sh-utils-2.0j-r1.ebuild,v 1.2 2001/01/27 22:04:24 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-build/sh-utils/sh-utils-2.0j-r1.ebuild,v 1.3 2001/02/15 18:17:32 achim Exp $
P=sh-utils-2.0j
A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Your standard GNU shell utilities"
SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}"
-DEPEND=">=sys-libs/glibc-2.1.3"
-RDEPEND="$DEPEND
- >=sys-apps/bash-2.04"
src_unpack() {
unpack ${A}
diff --git a/sys-build/spython/spython-2.0-r1.ebuild b/sys-build/spython/spython-2.0-r1.ebuild
index 5eba3fd1c894..9a1ee0306cce 100644
--- a/sys-build/spython/spython-2.0-r1.ebuild
+++ b/sys-build/spython/spython-2.0-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-build/spython/spython-2.0-r1.ebuild,v 1.1 2001/01/25 18:00:27 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-build/spython/spython-2.0-r1.ebuild,v 1.2 2001/02/15 18:17:32 achim Exp $
S=${WORKDIR}/Python-2.0
S2=${WORKDIR}/python-fchksum-1.1
@@ -10,9 +10,6 @@ SRC_URI="http://www.python.org/ftp/python/src/BeOpen-Python-2.0.tar.bz2
http://www.azstarnet.com/~donut/programs/fchksum/python-fchksum-1.1.tar.gz"
HOMEPAGE="http://www.python.org http://www.azstarnet.com/~donut/programs/fchksum/"
-DEPEND=">=sys-libs/gpm-1.19.3"
-RDEPEND="$DEPEND >=sys-apps/bash-2.04"
-PROVIDE="virtual/python-2.0"
src_unpack() {
unpack BeOpen-Python-2.0.tar.bz2
diff --git a/sys-build/tar/tar-1.13.18-r1.ebuild b/sys-build/tar/tar-1.13.18-r1.ebuild
index eecd378eb7cf..90cebd4a9752 100644
--- a/sys-build/tar/tar-1.13.18-r1.ebuild
+++ b/sys-build/tar/tar-1.13.18-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-build/tar/tar-1.13.18-r1.ebuild,v 1.1 2001/01/25 18:00:27 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-build/tar/tar-1.13.18-r1.ebuild,v 1.2 2001/02/15 18:17:32 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,9 +9,9 @@ S=${WORKDIR}/${P}
DESCRIPTION="Use this to try make tarballs :)"
SRC_URI="ftp://alpha.gnu.org/gnu/tar/"${A}
HOMEPAGE="http://www.gnu.org/software/tar/"
-DEPEND=">=sys-libs/glibc-2.1.3"
+
src_compile() {
- try ./configure --prefix=/usr --libexecdir=/usr/libexec/misc \
+ try ./configure --prefix=/usr --libexecdir=/usr/lib/misc \
--host=${CHOST} --disable-nls
try make ${MAKEOPTS} LDFLAGS=-static
}
diff --git a/sys-build/textutils/textutils-2.0.10.ebuild b/sys-build/textutils/textutils-2.0.10.ebuild
index c64a7fb870da..1b1545f0f8d0 100644
--- a/sys-build/textutils/textutils-2.0.10.ebuild
+++ b/sys-build/textutils/textutils-2.0.10.ebuild
@@ -1,14 +1,13 @@
# 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-build/textutils/textutils-2.0.10.ebuild,v 1.1 2001/01/25 18:00:27 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-build/textutils/textutils-2.0.10.ebuild,v 1.2 2001/02/15 18:17:32 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Standard GNU text utilities"
SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}"
-DEPEND=">=sys-libs/glibc-2.1.3"
src_compile() {
try ./configure --prefix=/usr --host=${CHOST} \
@@ -16,17 +15,8 @@ src_compile() {
try make ${MAKEOPTS} LDFLAGS=-static
}
-src_unpack() {
- unpack ${A}
- cd ${S}/src
-# mv tr.c tr.c.orig
-# sed -e "234d" tr.c.orig > tr.c
-# cp sys2.h sys2.h.orig
-# sed -e "s:^char \*strndup://:" sys2.h.orig > sys2.h
-}
-src_install() {
- cd ${S}
+src_install() {
try make prefix=${D}/usr install
dodir /bin
dosym /usr/bin/cat /bin/cat
diff --git a/sys-devel/gettext/gettext-0.10.35-r2.ebuild b/sys-devel/gettext/gettext-0.10.35-r2.ebuild
index 6b4cfd3ecf80..22383c70ffe8 100644
--- a/sys-devel/gettext/gettext-0.10.35-r2.ebuild
+++ b/sys-devel/gettext/gettext-0.10.35-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-devel/gettext/gettext-0.10.35-r2.ebuild,v 1.1 2001/02/07 16:05:19 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.10.35-r2.ebuild,v 1.2 2001/02/15 18:17:32 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -15,7 +15,7 @@ DEPEND="virtual/glibc"
src_compile() {
try ./configure --prefix=/usr --infodir=/usr/share/info \
- --with-included-gettext --host=${CHOST}
+ --with-included-gettext --enable-shared --host=${CHOST}
try make ${MAKEOPTS}
}
diff --git a/x11-base/xfree/xfree-4.0.2-r2.ebuild b/x11-base/xfree/xfree-4.0.2-r2.ebuild
index 3a9f2bb74e8c..0d59fccbd9f1 100644
--- a/x11-base/xfree/xfree-4.0.2-r2.ebuild
+++ b/x11-base/xfree/xfree-4.0.2-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 Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.0.2-r2.ebuild,v 1.1 2001/02/10 11:24:50 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.0.2-r2.ebuild,v 1.2 2001/02/15 18:17:32 achim Exp $
A="X402src-1.tgz X402src-2.tgz X402src-3.tgz truetype.tar.gz gatos.tar.gz"
S=${WORKDIR}/xc
@@ -17,8 +17,10 @@ HOMEPAGE="http://www.xfree.org
http://www.linuxvideo.org/gatos/"
DEPEND=">=media-libs/freetype-2.0.1
- >=sys-libs/glibc-2.1.3
- >=sys-libs/ncurses-5.1"
+ >=sys-libs/ncurses-5.1
+ >=sys-libs/zlib-1.1.3-r2
+ >=sys-devel/flex-2.5.4a-r2
+ sys-devel/perl"
src_unpack () {
diff --git a/x11-libs/openmotif/files/site.def b/x11-libs/openmotif/files/site.def
index 8d46b4af9f09..ee7667250687 100644
--- a/x11-libs/openmotif/files/site.def
+++ b/x11-libs/openmotif/files/site.def
@@ -72,5 +72,6 @@ XCOMM site: $TOG: site.def /main/12 1997/07/02 17:52:18 samborn $
# define DefaultUserPath /bin:/usr/bin:$(BINDIR):/usr/ucb:/usr/local/bin:/usr/local/bin/mh:/site/local/scripts
#endif /* AfterVendorCF */
+#define YaccCmd bison --yacc