diff options
24 files changed, 70 insertions, 25 deletions
diff --git a/sys-apps/at/at-3.1.8-r2.ebuild b/sys-apps/at/at-3.1.8-r2.ebuild index f363889500c7..0e8b95eaea6f 100644 --- a/sys-apps/at/at-3.1.8-r2.ebuild +++ b/sys-apps/at/at-3.1.8-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/sys-apps/at/at-3.1.8-r2.ebuild,v 1.1 2001/02/07 15:51:27 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/at/at-3.1.8-r2.ebuild,v 1.2 2001/02/27 12:11:44 achim Exp $ A="${P}.tar.bz2 ${P}.dif" S=${WORKDIR}/${P} @@ -20,7 +20,9 @@ src_unpack() { unpack ${P}.tar.bz2 cd ${S} patch -p0 < ${DISTDIR}/${P}.dif - + cp configure.in configure.orig + patch -p0 < ${FILESDIR}/${P}-configure.in-sendmail-gentoo.diff + autoconf } src_compile() { diff --git a/sys-apps/at/files/at-3.1.8-configure.in-sendmail-gentoo.diff b/sys-apps/at/files/at-3.1.8-configure.in-sendmail-gentoo.diff new file mode 100644 index 000000000000..e2ec93910b1a --- /dev/null +++ b/sys-apps/at/files/at-3.1.8-configure.in-sendmail-gentoo.diff @@ -0,0 +1,23 @@ +--- configure.orig Tue Feb 27 14:08:13 2001 ++++ configure.in Tue Feb 27 14:09:50 2001 +@@ -101,6 +101,9 @@ + if test "$ac_cv_path_SENDMAIL" != "" ; then + AC_DEFINE_UNQUOTED(SENDMAIL,"$ac_cv_path_SENDMAIL") + MAIL_CMD="$ac_cv_path_SENDMAIL" ++else ++AC_DEFINE_UNQUOTED(SENDMAIL,"/usr/sbin/snedmail") ++MAIL_CMD="/usr/sbin/sendmail" + fi + + AC_SUBST(MAIL_CMD) +@@ -152,7 +155,9 @@ + AC_DEFINE(SPOOLDIR, "/usr/spool/cron") + AC_MSG_RESULT(/usr/spool/cron) + else +- AC_ERROR(Cannot determine value for spool directory) ++ sp=/var/spool/cron ++ AC_DEFINE(SPOOLDIR, "/var/spool/cron") ++ AC_MSG_RESULT(/var/spool/cron) + fi + + AC_MSG_CHECKING(jobdir) diff --git a/sys-apps/baselayout/files/00basic b/sys-apps/baselayout/files/00basic index 09f9ed8e66e4..3c3b94fb169b 100644 --- a/sys-apps/baselayout/files/00basic +++ b/sys-apps/baselayout/files/00basic @@ -1,7 +1,7 @@ -PATH=/bin:/usr/bin:/usr/local/bin -ROOTPATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin -LDPATH=/usr/local/lib:/usr/lib/gcc-lib/i486-pc-linux-gnu/2.95.2 -MANPATH=/usr/man -INFODIR=/usr/info +PATH=/usr/local/bin +ROOTPATH=/usr/local/bin +LDPATH=/usr/local/lib +MANPATH=/usr/share/man +INFODIR=/usr/share/info CVS_RSH=ssh PAGER=/usr/bin/most diff --git a/sys-apps/baselayout/files/pam.d/useradd b/sys-apps/baselayout/files/pam.d/useradd deleted file mode 100644 index f28b525c8547..000000000000 --- a/sys-apps/baselayout/files/pam.d/useradd +++ /dev/null @@ -1,5 +0,0 @@ -auth required pam_pwdb.so nullok -account required pam_pwdb.so -password required pam_pwdb.so -session required pam_pwdb.so - diff --git a/sys-apps/baselayout/files/profile b/sys-apps/baselayout/files/profile index 19d825571303..f19e57a70561 100644 --- a/sys-apps/baselayout/files/profile +++ b/sys-apps/baselayout/files/profile @@ -4,12 +4,16 @@ alias d="ls --color" alias ls="ls --color=auto" alias ll="ls --color -l" -source /etc/profile.env +if [ -e "/etc/profile.env" ] +then + source /etc/profile.env +fi if [ `/usr/bin/whoami` == 'root' ] ; then export PS1='\[\033[01;31;40m\]\h \[\033[01;34;40m\]\W > \[\033[00m\]' - export PATH=${ROOTPATH} + export PATH=/bin:/sbin:/usr/bin:/usr/sbin:${ROOTPATH} else export PS1='\[\033[01;32;40m\]\u@\h \[\033[01;34;40m\]\W > \[\033[00m\]' - unset ROOTPATH + export PATH=/bin:/usr/bin:${PATH} fi +unset ROOTPATH diff --git a/sys-apps/bash/files/digest-bash-2.04-r3 b/sys-apps/bash/files/digest-bash-2.04-r3 new file mode 100644 index 000000000000..2357c32167ec --- /dev/null +++ b/sys-apps/bash/files/digest-bash-2.04-r3 @@ -0,0 +1 @@ +MD5 49b548a8b72a4c925ff26930e4c31c6c bash-2.04.tar.gz diff --git a/sys-apps/bzip2/files/digest-bzip2-1.0.1-r2 b/sys-apps/bzip2/files/digest-bzip2-1.0.1-r2 new file mode 100644 index 000000000000..4a2d8e5861de --- /dev/null +++ b/sys-apps/bzip2/files/digest-bzip2-1.0.1-r2 @@ -0,0 +1 @@ +MD5 770135dc94369cb3eb6013ed505c8dc5 bzip2-1.0.1.tar.gz diff --git a/sys-apps/bzip2/files/digest-bzip2-1.0.1-r3 b/sys-apps/bzip2/files/digest-bzip2-1.0.1-r3 new file mode 100644 index 000000000000..4a2d8e5861de --- /dev/null +++ b/sys-apps/bzip2/files/digest-bzip2-1.0.1-r3 @@ -0,0 +1 @@ +MD5 770135dc94369cb3eb6013ed505c8dc5 bzip2-1.0.1.tar.gz diff --git a/sys-apps/daemontools/daemontools-0.70-r1.ebuild b/sys-apps/daemontools/daemontools-0.70-r1.ebuild index 1255fbbf9a9c..4edb5bc571c9 100644 --- a/sys-apps/daemontools/daemontools-0.70-r1.ebuild +++ b/sys-apps/daemontools/daemontools-0.70-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-apps/daemontools/daemontools-0.70-r1.ebuild,v 1.1 2001/02/07 15:51:27 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/daemontools/daemontools-0.70-r1.ebuild,v 1.2 2001/02/27 12:11:44 achim Exp $ S=${WORKDIR}/${P} @@ -16,6 +16,7 @@ src_unpack() { unpack ${A} cd ${S} + patch -p1 < ${FILESDIR}/tai64nlocal-glibc-2.2.2.diff echo "gcc ${CFLAGS}" > conf-cc echo "gcc" > conf-ld diff --git a/sys-apps/debianutils/files/digest-debianutils-1.13.3-r3 b/sys-apps/debianutils/files/digest-debianutils-1.13.3-r3 new file mode 100644 index 000000000000..30079b8cc3cd --- /dev/null +++ b/sys-apps/debianutils/files/digest-debianutils-1.13.3-r3 @@ -0,0 +1 @@ +MD5 91511bc2eec9beebb23cf22fb57a202e debianutils_1.13.3.tar.gz diff --git a/sys-apps/diffutils/files/digest-diffutils-2.7-r3 b/sys-apps/diffutils/files/digest-diffutils-2.7-r3 new file mode 100644 index 000000000000..d4b1dc7fc3ff --- /dev/null +++ b/sys-apps/diffutils/files/digest-diffutils-2.7-r3 @@ -0,0 +1 @@ +MD5 300d86a0566afee1c3756828f6c9538a diffutils-2.7.tar.gz diff --git a/sys-apps/file/files/digest-file-3.33-r2 b/sys-apps/file/files/digest-file-3.33-r2 new file mode 100644 index 000000000000..9a0e1f33e262 --- /dev/null +++ b/sys-apps/file/files/digest-file-3.33-r2 @@ -0,0 +1 @@ +MD5 3b8e32ed3a79774bd92f0052fa07ca04 file-3.33.tar.gz diff --git a/sys-apps/fileutils/files/digest-fileutils-4.0.36-r3 b/sys-apps/fileutils/files/digest-fileutils-4.0.36-r3 new file mode 100644 index 000000000000..44878ba266d7 --- /dev/null +++ b/sys-apps/fileutils/files/digest-fileutils-4.0.36-r3 @@ -0,0 +1 @@ +MD5 c603c20eedd5b964b1b429efe8103159 fileutils-4.0.36.tar.gz diff --git a/sys-apps/findutils/files/digest-findutils-4.1-r5 b/sys-apps/findutils/files/digest-findutils-4.1-r5 new file mode 100644 index 000000000000..d959da1b7872 --- /dev/null +++ b/sys-apps/findutils/files/digest-findutils-4.1-r5 @@ -0,0 +1 @@ +MD5 3ea8fe58ef5386da75f6c707713aa059 findutils-4.1.tar.gz diff --git a/sys-apps/findutils/findutils-4.1-r3.ebuild b/sys-apps/findutils/findutils-4.1-r3.ebuild index 45f14ba6c813..3630cec10f56 100644 --- a/sys-apps/findutils/findutils-4.1-r3.ebuild +++ b/sys-apps/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-apps/findutils/findutils-4.1-r3.ebuild,v 1.2 2001/01/31 20:49:07 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1-r3.ebuild,v 1.3 2001/02/27 12:11:44 achim Exp $ P=findutils-4.1 A=${P}.tar.gz @@ -12,8 +12,8 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/findutils/${A} HOMEPAGE="http://www.gnu.org/software/findutils/findutils.html" DEPEND="virtual/glibc" -RDEPEND="virtual/glibc - sys-apps/bash" +RDEPEND="virtual/glibc" + src_compile() { try ./configure --prefix=/usr --host=${CHOST} diff --git a/sys-apps/gawk/files/digest-gawk-3.0.6-r3 b/sys-apps/gawk/files/digest-gawk-3.0.6-r3 new file mode 100644 index 000000000000..55f7d10d4a37 --- /dev/null +++ b/sys-apps/gawk/files/digest-gawk-3.0.6-r3 @@ -0,0 +1 @@ +MD5 b5ba21c033f5a9737455458d94954609 gawk-3.0.6.tar.gz diff --git a/sys-apps/grep/files/digest-grep-2.4.2-r3 b/sys-apps/grep/files/digest-grep-2.4.2-r3 new file mode 100644 index 000000000000..10f2f727a071 --- /dev/null +++ b/sys-apps/grep/files/digest-grep-2.4.2-r3 @@ -0,0 +1 @@ +MD5 8ec9a2e875cd3aaa89896a8f39249f58 grep-2.4.2.tar.gz diff --git a/sys-apps/gzip/files/digest-gzip-1.2.4a-r3 b/sys-apps/gzip/files/digest-gzip-1.2.4a-r3 new file mode 100644 index 000000000000..60ae475bc42e --- /dev/null +++ b/sys-apps/gzip/files/digest-gzip-1.2.4a-r3 @@ -0,0 +1 @@ +MD5 39053e044b18ecd0627f80fbe7cfeaad gzip-1.2.4a.tar.gz diff --git a/sys-apps/portage/portage-1.5_pre6.ebuild b/sys-apps/portage/portage-1.5_pre6.ebuild index 0cb6e9113d9f..e90915588203 100644 --- a/sys-apps/portage/portage-1.5_pre6.ebuild +++ b/sys-apps/portage/portage-1.5_pre6.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2001 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-apps/portage/portage-1.5_pre6.ebuild,v 1.1 2001/02/22 19:18:04 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-1.5_pre6.ebuild,v 1.2 2001/02/27 12:11:44 achim Exp $ S=${WORKDIR}/${P} DESCRIPTION="Portage autobuild system" SRC_URI="" HOMEPAGE="http://www.gentoo.org" -RDEPEND="sys-devel/perl sys-devel/spython" +RDEPEND="sys-devel/spython" PPV=1.5 src_unpack() { diff --git a/sys-apps/sed/files/digest-sed-3.02.80-r2 b/sys-apps/sed/files/digest-sed-3.02.80-r2 new file mode 100644 index 000000000000..c2922128b256 --- /dev/null +++ b/sys-apps/sed/files/digest-sed-3.02.80-r2 @@ -0,0 +1 @@ +MD5 3bf4f42bc0a5f9345a7586a73be3df79 sed-3.02.80.tar.gz diff --git a/sys-apps/sh-utils/files/digest-sh-utils-2.0j-r3 b/sys-apps/sh-utils/files/digest-sh-utils-2.0j-r3 new file mode 100644 index 000000000000..bc4f2b097953 --- /dev/null +++ b/sys-apps/sh-utils/files/digest-sh-utils-2.0j-r3 @@ -0,0 +1 @@ +MD5 82087d6cc313189c312a0cf8ef875a2c sh-utils-2.0j.tar.gz diff --git a/sys-apps/tar/files/digest-tar-1.13.18-r3 b/sys-apps/tar/files/digest-tar-1.13.18-r3 new file mode 100644 index 000000000000..49952d6234f7 --- /dev/null +++ b/sys-apps/tar/files/digest-tar-1.13.18-r3 @@ -0,0 +1 @@ +MD5 fd76b10a8e57cb944f0b2c9cb8bf742b tar-1.13.18.tar.gz diff --git a/sys-apps/texinfo/texinfo-4.0-r2.ebuild b/sys-apps/texinfo/texinfo-4.0-r2.ebuild index e2eed3d5ca12..738cd7ed1867 100644 --- a/sys-apps/texinfo/texinfo-4.0-r2.ebuild +++ b/sys-apps/texinfo/texinfo-4.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.0-r2.ebuild,v 1.1 2001/02/07 15:51:28 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.0-r2.ebuild,v 1.2 2001/02/27 12:11:44 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,13 +10,18 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/texinfo/${A} ftp://ftp.gnu.org/pub/gnu/texinfo/${A}" DEPEND=">=sys-libs/ncurses-5.2-r2 - >=sys-devel/gettext-0.10.35-r2" + nls? ( sys-devel/gettext )" RDEPEND=">=sys-libs/ncurses-5.2-r2" src_compile() { - - try ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info + local myconf + if [ -z "`use nls`" ] + then + myconf="--disable-nls" + fi + try ./configure --host=${CHOST} --prefix=/usr ${myconf} \ + --mandir=/usr/share/man --infodir=/usr/share/info try make ${MAKEOPTS} } diff --git a/sys-apps/textutils/files/digest-textutils-2.0.10-r2 b/sys-apps/textutils/files/digest-textutils-2.0.10-r2 new file mode 100644 index 000000000000..1c652739479f --- /dev/null +++ b/sys-apps/textutils/files/digest-textutils-2.0.10-r2 @@ -0,0 +1 @@ +MD5 420a7cd54d4ce4b44c412af1318f7c83 textutils-2.0.10.tar.gz |