diff options
20 files changed, 86 insertions, 73 deletions
diff --git a/app-i18n/aspell-de/aspell-de-20001109.ebuild b/app-i18n/aspell-de/aspell-de-20001109.ebuild index 313a2eba10ea..cc5c9d3804ea 100644 --- a/app-i18n/aspell-de/aspell-de-20001109.ebuild +++ b/app-i18n/aspell-de/aspell-de-20001109.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 Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-de/aspell-de-20001109.ebuild,v 1.2 2001/05/09 04:37:31 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-de/aspell-de-20001109.ebuild,v 1.3 2001/05/28 14:32:32 achim Exp $ P=igerman98-${PV} S=${WORKDIR}/${P} @@ -9,7 +9,9 @@ DESCRIPTION="A german dictionary for ispell" SRC_URI="http://www.suse.de/~bjacke/igerman98/dict/${P}.tar.bz2" HOMEPAGE="http://www.suse.de/~bjacke/igerman98/" -DEPEND="app-text/aspell" +DEPEND="app-text/aspell app-text/ispell" +RDEPEND="app-text/aspell" + src_unpack() { unpack ${A} diff --git a/app-text/aspell-de/aspell-de-20001109.ebuild b/app-text/aspell-de/aspell-de-20001109.ebuild index 1ea26092eca9..325ec1ad50d3 100644 --- a/app-text/aspell-de/aspell-de-20001109.ebuild +++ b/app-text/aspell-de/aspell-de-20001109.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 Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell-de/aspell-de-20001109.ebuild,v 1.2 2001/05/09 04:37:31 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell-de/aspell-de-20001109.ebuild,v 1.3 2001/05/28 14:32:32 achim Exp $ P=igerman98-${PV} S=${WORKDIR}/${P} @@ -9,7 +9,9 @@ DESCRIPTION="A german dictionary for ispell" SRC_URI="http://www.suse.de/~bjacke/igerman98/dict/${P}.tar.bz2" HOMEPAGE="http://www.suse.de/~bjacke/igerman98/" -DEPEND="app-text/aspell" +DEPEND="app-text/aspell app-text/ispell" +RDEPEND="app-text/aspell" + src_unpack() { unpack ${A} diff --git a/app-text/aspell/aspell-0.32.6.ebuild b/app-text/aspell/aspell-0.32.6.ebuild index 209445bc2000..fdf846355147 100644 --- a/app-text/aspell/aspell-0.32.6.ebuild +++ b/app-text/aspell/aspell-0.32.6.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/app-text/aspell/aspell-0.32.6.ebuild,v 1.2 2000/12/01 21:58:44 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.32.6.ebuild,v 1.3 2001/05/28 14:32:32 achim Exp $ A=${PN}-.32.6.tar.gz @@ -14,19 +14,18 @@ DEPEND=">=app-text/pspell-0.11.2" src_compile() { - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} + try ./configure --prefix=/usr --sysconfdir=/etc/aspell --host=${CHOST} try make } src_install () { - cd ${S} try make DESTDIR=${D} install - mv ${D}/usr/doc/aspell ${D}/usr/doc/${P} - mv ${D}/usr/doc/${P}/man-html ${D}/usr/doc/${P}/html - mv ${D}/usr/doc/${P}/man-text ${D}/usr/doc/${P}/aspell + dodir /usr/share/doc + mv ${D}/usr/doc/aspell ${D}/usr/share/doc/${PF} + mv ${D}/usr/share/doc/${PF}/man-html ${D}/usr/share/doc/${PF}/html + mv ${D}/usr/share/doc/${PF}/man-text ${D}/usr/share/doc/${PF}/aspell dodoc README* TODO diff --git a/app-text/aspell/aspell-0.33.ebuild b/app-text/aspell/aspell-0.33.ebuild index b4e6d46017ce..052656694aee 100644 --- a/app-text/aspell/aspell-0.33.ebuild +++ b/app-text/aspell/aspell-0.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.33.ebuild,v 1.1 2001/03/20 05:53:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.33.ebuild,v 1.2 2001/05/28 14:32:32 achim Exp $ A=${PN}-.33.tar.gz @@ -19,7 +19,7 @@ src_compile() { then myldflags="-lgpm" fi - try LDFLAGS=\"$myldflags\" ./configure --prefix=/usr --sysconfdir=/etc --host=${CHOST} --enable-doc-dir=/usr/share/doc/${P} + try LDFLAGS=\"$myldflags\" ./configure --prefix=/usr --sysconfdir=/etc/aspell --host=${CHOST} --enable-doc-dir=/usr/share/doc/${P} try make } diff --git a/app-text/dictd-dicts/dictd-dicts-1.0.ebuild b/app-text/dictd-dicts/dictd-dicts-1.0.ebuild index 55373e216d94..5475960a8b64 100644 --- a/app-text/dictd-dicts/dictd-dicts-1.0.ebuild +++ b/app-text/dictd-dicts/dictd-dicts-1.0.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd-dicts/dictd-dicts-1.0.ebuild,v 1.1 2001/04/28 10:56:55 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd-dicts/dictd-dicts-1.0.ebuild,v 1.2 2001/05/28 14:32:32 achim Exp $ DESCRIPTION="A package to simplify installation of all dictd dictionaries" -DEPEND="app-text/dictd-devils +DEOEND="" + +RDEPEND="app-text/dictd-devils app-text/dictd-elements app-text/dictd-foldoc app-text/dictd-gazetteer diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2.ebuild b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2.ebuild index 7ba62273535f..1699c35fbb2a 100644 --- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2.ebuild +++ b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2.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/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2.ebuild,v 1.1 2001/03/20 05:53:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2.ebuild,v 1.2 2001/05/28 14:32:32 achim Exp $ A="docbkx412.zip" S=${WORKDIR}/${P} @@ -10,8 +10,7 @@ SRC_URI="http://www.oasis-open.org/docbook/xml/${PV}/${A}" HOMEPAGE="http://www.oasis-open.org/docbook/" -DEPEND=">=app-arch/unzip-5.41 - app-text/sgml-common" +DEPEND=">=app-arch/unzip-5.41" src_unpack() { mkdir ${S} diff --git a/app-text/sgml-common/sgml-common-0.6.1.ebuild b/app-text/sgml-common/sgml-common-0.6.1.ebuild index e5e6c0e11eb0..cf2887abe54a 100644 --- a/app-text/sgml-common/sgml-common-0.6.1.ebuild +++ b/app-text/sgml-common/sgml-common-0.6.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/app-text/sgml-common/sgml-common-0.6.1.ebuild,v 1.3 2001/05/16 11:36:45 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.1.ebuild,v 1.4 2001/05/28 14:32:32 achim Exp $ A=${P}.tgz S=${WORKDIR}/${P} @@ -35,6 +35,6 @@ pkg_postinst() { pkg_prerm() { if [ "$ROOT" = "/" ] ; then install-catalog --remove /etc/sgml/sgml-ent.cat /usr/share/sgml/sgml-iso-entities-8879.1986/catalog - install-catalog --add /etc/sgml/sgml-docbook.cat /etc/sgml/sgml-ent.cat + install-catalog --remove /etc/sgml/sgml-docbook.cat /etc/sgml/sgml-ent.cat fi }
\ No newline at end of file diff --git a/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild b/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild index 8ebe7c4a73e4..8df788f6309b 100644 --- a/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild +++ b/app-text/ttf2pt1/ttf2pt1-3.3.3.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/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild,v 1.2 2001/05/28 05:24:13 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild,v 1.3 2001/05/28 14:32:32 achim Exp $ A=${P}.tgz S=${WORKDIR}/${P} @@ -9,8 +9,9 @@ DESCRIPTION="Converts True Type to Type 1 fonts" SRC_URI="http://download.sourceforge.net/ttf2pt1/${A}" HOMEPAGE="http://ttf2pt1.sourceforge.net" -DEPEND="virtual/glibc - =media-libs/freetype-1.3.1-r2" +RDEPEND="virtual/glibc + >=media-libs/freetype-2.0" +DEPEND="$RDEPEND sys-devel/perl" src_unpack() { unpack ${A} diff --git a/media-sound/alsa-utils/alsa-utils-0.5.10.ebuild b/media-sound/alsa-utils/alsa-utils-0.5.10.ebuild index 1d0ab067dfc0..aaab2af4d5a8 100644 --- a/media-sound/alsa-utils/alsa-utils-0.5.10.ebuild +++ b/media-sound/alsa-utils/alsa-utils-0.5.10.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/media-sound/alsa-utils/alsa-utils-0.5.10.ebuild,v 1.1 2001/01/16 07:11:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-0.5.10.ebuild,v 1.2 2001/05/28 14:32:32 achim Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -9,22 +9,17 @@ DESCRIPTION="Advanced Linux Sound Architecture / Utils" SRC_URI="ftp://ftp.alsa-project.org/pub/utils/"${A} HOMEPAGE="http://www.alsa-project.org/" -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/gpm-1.19.3 +DEPEND="virtual/glibc >=sys-libs/ncurses-5.1 >=media-libs/alsa-lib-0.5.10" -src_unpack() { - unpack ${A} -} -src_compile() { - cd ${S} +src_compile() { try ./configure --host=${CHOST} --prefix=/usr try make } -src_install() { +src_install() { cd ${S}/aplay cd aplay cp Makefile Makefile.orig @@ -39,7 +34,6 @@ src_install() { insinto /etc/rc.d/init.d insopts -m0755 doins ${FILESDIR}/alsa - prepman } diff --git a/net-fs/samba-winbind/samba-winbind-20010329.ebuild b/net-fs/samba-winbind/samba-winbind-20010329.ebuild index 96ddb385b6f2..d114bb151f7b 100644 --- a/net-fs/samba-winbind/samba-winbind-20010329.ebuild +++ b/net-fs/samba-winbind/samba-winbind-20010329.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/net-fs/samba-winbind/samba-winbind-20010329.ebuild,v 1.2 2001/04/21 03:09:30 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-winbind/samba-winbind-20010329.ebuild,v 1.3 2001/05/28 14:32:32 achim Exp $ A=samba-tng-cvs-${PV}.tbz2 S=${WORKDIR}/tng @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${A HOMEPAGE="http://www.samba-tng.org" DEPEND="virtual/glibc - >=sys-libs/pam-0.72" + pam? ( >=sys-libs/pam-0.72 )" src_unpack() { unpack ${A} @@ -20,14 +20,22 @@ src_unpack() { src_compile() { + local myconf + if [ "`use pam`" ] + then + myconf="--with-pam" + else + myconf="--without-pam" + fi + cd ${S}/source # We want static versions of winbind and pam_winbind try ./configure --prefix=/usr --host=${CHOST} --enable-static=yes --enable-shared=no \ --sysconfdir=/etc/smb --localstatedir=/var/log --libdir=/etc/smb --sbindir=/usr/sbin \ --without-automount \ - --with-privatedir=/etc/smb/private --with-lockdir=/var/lock + --with-privatedir=/etc/smb/private --with-lockdir=/var/lock $myconf try make - try make nsswitch nsswitch/pam_winbind.so + try make nsswitch nsswitch/pam_winbind.so } diff --git a/net-fs/samba/samba-2.0.9.ebuild b/net-fs/samba/samba-2.0.9.ebuild index 12d44cafb20d..89c0b2bb61a0 100644 --- a/net-fs/samba/samba-2.0.9.ebuild +++ b/net-fs/samba/samba-2.0.9.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/net-fs/samba/samba-2.0.9.ebuild,v 1.1 2001/05/10 01:49:14 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.0.9.ebuild,v 1.2 2001/05/28 14:32:32 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,7 +10,6 @@ SRC_URI="http://us1.samba.org/samba/ftp/${A}" HOMEPAGE="http://www.samba.org" DEPEND="virtual/glibc - >=sys-apps/gawk-3.0.6 >=sys-libs/pam-0.72" #ssl support removed -- it doesn't work... diff --git a/net-fs/samba/samba-2.2.0-r1.ebuild b/net-fs/samba/samba-2.2.0-r1.ebuild index 8ac558dcad5c..620af221acb9 100644 --- a/net-fs/samba/samba-2.2.0-r1.ebuild +++ b/net-fs/samba/samba-2.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.2.0-r1.ebuild,v 1.1 2001/05/24 22:12:34 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.2.0-r1.ebuild,v 1.2 2001/05/28 14:32:32 achim Exp $ S=${WORKDIR}/${P} DESCRIPTION="Samba :)" @@ -28,7 +28,7 @@ src_compile() { # Disabled automout support, because it failed # Added -lncurses for readline detection - try LDFLAGS="-lncurses" ./configure --prefix=/usr \ + try ./configure --prefix=/usr \ --sysconfdir=/etc/smb --localstatedir=/var/log --libdir=/etc/smb --sbindir=/usr/sbin \ --without-automount --with-utmp --without-sambabook --with-netatalk --with-smbmount \ --with-privatedir=/etc/smb/private --with-msdfs --with-vfs --with-spinlocks --with-lockdir=/var/run/smb --with-swatdir=/usr/share/swat \ diff --git a/net-misc/bind/bind-8.2.3.ebuild b/net-misc/bind/bind-8.2.3.ebuild index d1dc5295fe0e..30f53acc1934 100644 --- a/net-misc/bind/bind-8.2.3.ebuild +++ b/net-misc/bind/bind-8.2.3.ebuild @@ -1,7 +1,8 @@ # 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/net-misc/bind/bind-8.2.3.ebuild,v 1.2 2001/02/15 18:17:31 achim Exp $ +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-misc/bind/bind-8.2.3.ebuild,v 1.3 2001/05/28 14:32:32 achim Exp $ A="bind-src.tar.gz bind-doc.tar.gz" S=${WORKDIR}/src @@ -10,9 +11,8 @@ SRC_URI="ftp://ftp.isc.org/isc/bind/src/8.2.3/bind-src.tar.gz ftp://ftp.isc.org/isc/bind/src/8.2.3/bind-doc.tar.gz" HOMEPAGE="http://www.isc.org/products/BIND" -DEPEND=">=sys-apps/bash-2.04 - >=sys-libs/glibc-2.1.3" - +DEPEND="virtual/glibc sys-apps/groff sys-devel/flex" +RDEPEND="virtual/glibc" src_unpack() { unpack ${A} diff --git a/net-misc/bind/bind-9.1.2.ebuild b/net-misc/bind/bind-9.1.2.ebuild index 1ccd79d455f2..5d6acfdef222 100644 --- a/net-misc/bind/bind-9.1.2.ebuild +++ b/net-misc/bind/bind-9.1.2.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/net-misc/bind/bind-9.1.2.ebuild,v 1.1 2001/05/06 14:31:26 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/bind/bind-9.1.2.ebuild,v 1.2 2001/05/28 14:32:32 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,9 +9,8 @@ DESCRIPTION="Name Server" SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${A}" HOMEPAGE="http://www.isc.org/products/BIND" -DEPEND=">=sys-apps/bash-2.04 - >=sys-devel/libtool-1.3.5 - >=sys-libs/glibc-2.1.3" +DEPEND="virtual/glibc sys-apps/groff" +RDEPEND="virtual/glibc" #this service should be upgraded to offer optional supervise support diff --git a/net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild b/net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild index 7f33df3e1a2d..7927ae1a17ba 100644 --- a/net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild +++ b/net-misc/netkit-rsh/netkit-rsh-0.17-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/net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild,v 1.4 2000/11/01 04:44:21 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild,v 1.5 2001/05/28 14:32:32 achim Exp $ P=netkit-rsh-0.17 A=${P}.tar.gz @@ -9,11 +9,14 @@ S=${WORKDIR}/${P} DESCRIPTION="Netkit - rshd" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" -DEPEND=">=sys-libs/glibc-2.1.3 +DEPEND="virtual/glibc + >=sys-libs/ncurses-5.2 >=sys-libs/pam-0.72" src_compile() { - try ./configure + try ./configure + cp MCONFIG MCONFIG.orig + sed -e "s/-pipe -O2/${CFLAGS}/" -e "s:-Wpointer-arith::" MCONFIG.orig > MCONFIG try make } @@ -32,19 +35,19 @@ src_install() { dosbin rexecd/rexecd dosym rexecd /usr/sbin/in.rexecd doman rexecd/rexecd.8 - dosym rexecd.8.gz /usr/man/man8/in.rexecd.8.gz + dosym rexecd.8.gz /usr/share/man/man8/in.rexecd.8.gz dobin rlogin/rlogin doman rlogin/rlogin.1 dosbin rlogind/rlogind dosym rlogind /usr/sbin/in.rlogind doman rlogind/rlogind.8 - dosym rlogind.8.gz /usr/man/man8/in.rlogind.8.gz + dosym rlogind.8.gz /usr/share/man/man8/in.rlogind.8.gz dobin rsh/rsh doman rsh/rsh.1 dosbin rshd/rshd dosym rshd /usr/sbin/in.rshd doman rshd/rshd.8 - dosym rshd.8.gz /usr/man/man8/in.rshd.8.gz + dosym rshd.8.gz /usr/share/man/man8/in.rshd.8.gz dodoc README ChangeLog BUGS newdoc rexec/README README.rexec diff --git a/net-misc/ntp/ntp-4.0.99k-r2.ebuild b/net-misc/ntp/ntp-4.0.99k-r2.ebuild index 6dc2d318b84e..623c0ede3b56 100644 --- a/net-misc/ntp/ntp-4.0.99k-r2.ebuild +++ b/net-misc/ntp/ntp-4.0.99k-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 Jerry Alexandratos <jerry@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.0.99k-r2.ebuild,v 1.1 2001/05/24 21:22:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.0.99k-r2.ebuild,v 1.2 2001/05/28 14:32:32 achim Exp $ A=${P}23.tar.gz S=${WORKDIR}/${P}23 @@ -9,16 +9,19 @@ DESCRIPTION="Network Time Protocol suite/programs" SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${A}" HOMEPAGE="http://www.ntp.org/" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 +DEPEND="virtual/glibc >=sys-libs/readline-4.1" + src_unpack() { unpack ${A} patch -p0 < ${FILESDIR}/${PF}-gentoo.diff } src_compile() { - try LDFLAGS=\"$LDFLAGS -lncurses\" ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} + cp configure configure.orig + sed -e "s:-Wpointer-arith::" configure.orig > configure + + try LDFLAGS=\"$LDFLAGS -lncurses\" ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} --build=${CHOST} try make } diff --git a/net-www/htdig/htdig-3.1.5-r1.ebuild b/net-www/htdig/htdig-3.1.5-r1.ebuild index 75a6d1a64ae2..7614ac50459a 100644 --- a/net-www/htdig/htdig-3.1.5-r1.ebuild +++ b/net-www/htdig/htdig-3.1.5-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/net-www/htdig/htdig-3.1.5-r1.ebuild,v 1.1 2001/04/30 11:43:08 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/htdig/htdig-3.1.5-r1.ebuild,v 1.2 2001/05/28 14:32:32 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,9 +9,8 @@ DESCRIPTION="WWW index and searching system" SRC_URI="http://www.htdig.org/files/${A}" HOMEPAGE="http://www.htdig.org" -DEPEND=">=sys-apps/bash-2.04 - >=sys-devel/gcc-2.95.2 - >=sys-libs/glibc-2.1.3 +DEPEND="virtual/glibc + >=sys-devel/gcc-2.95.2 >=sys-libs/zlib-1.1.3" src_unpack() { diff --git a/net-www/squid/squid-2.3.4s-r3.ebuild b/net-www/squid/squid-2.3.4s-r3.ebuild index efdc8689cdd9..2f4347f994ab 100644 --- a/net-www/squid/squid-2.3.4s-r3.ebuild +++ b/net-www/squid/squid-2.3.4s-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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/squid/squid-2.3.4s-r3.ebuild,v 1.2 2001/05/18 17:01:25 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/squid/squid-2.3.4s-r3.ebuild,v 1.3 2001/05/28 14:32:32 achim Exp $ P=squid-2.3.STABLE4 @@ -23,9 +23,10 @@ SRC_URI="$SRC_URI0/${P}-src.tar.gz HOMEPAGE="http://www.squid-cache.org/" -DEPEND=">=sys-libs/glibc-2.1.3 +RDEPEND="virtual/glibc >=sys-libs/pam-0.72 ldap? ( >=net-nds/openldap-1.2.11 )" +DEPEND="$RDEPEND sys-devel/perl" src_unpack() { unpack ${P}-src.tar.gz diff --git a/sys-devel/bc/bc-1.06-r1.ebuild b/sys-devel/bc/bc-1.06-r1.ebuild index 98fdaf9678b5..513e042b5ec3 100644 --- a/sys-devel/bc/bc-1.06-r1.ebuild +++ b/sys-devel/bc/bc-1.06-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-devel/bc/bc-1.06-r1.ebuild,v 1.2 2001/03/06 05:27:28 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06-r1.ebuild,v 1.3 2001/05/28 14:32:32 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -10,8 +10,9 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/bc/${A} ftp://prep.ai.mit.edu/pub/gnu/bc/${A}" HOMEPAGE="http://www.gnu.org/software/bc/bc.html" -DEPEND="virtual/glibc - readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" +RDEPEND="virtual/glibc + readline? ( >=sys-libs/readline-4.1 )" +DEPEND="$RDEPEND sys-devel/flex" src_compile() { diff --git a/sys-devel/perl/perl-5.6.1.ebuild b/sys-devel/perl/perl-5.6.1.ebuild index c6361386e1aa..0af66b4d94bc 100644 --- a/sys-devel/perl/perl-5.6.1.ebuild +++ b/sys-devel/perl/perl-5.6.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1.ebuild,v 1.2 2001/05/11 14:06:17 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1.ebuild,v 1.3 2001/05/28 14:32:32 achim Exp $ A=${P}.tar.gz @@ -10,12 +10,13 @@ DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language" SRC_URI="ftp://ftp.perl.org/pub/perl/CPAN/src/${A}" HOMEPAGE="http://www.perl.org" -DEPEND="virtual/glibc sys-apps/man - berkdb? ( >=sys-libs/db-3.1.17 ) +DEPEND="virtual/glibc sys-apps/groff + berkdb? ( =sys-libs/db-3.2.3h-r3 + =sys-libs/db-1.85-r1 ) gdbm? ( >=sys-libs/gdbm-1.8.0 )" -RDEPEND="virtual/glibc - berkdb? ( >=sys-libs/db-3.1.17 ) +RDEPEND="virtual/glibc + berkdb? ( =sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 ) gdbm? ( >=sys-libs/gdbm-1.8.0 )" src_compile() { |