diff options
author | 2000-09-15 20:09:30 +0000 | |
---|---|---|
committer | 2000-09-15 20:09:30 +0000 | |
commit | 1ee722fd191fd39a3e13c5231281041f1b4e9f2a (patch) | |
tree | be23a54b8f07b0186bac806e4aa577c1393451e2 /net-www | |
parent | oops :) (diff) | |
download | gentoo-2-1ee722fd191fd39a3e13c5231281041f1b4e9f2a.tar.gz gentoo-2-1ee722fd191fd39a3e13c5231281041f1b4e9f2a.tar.bz2 gentoo-2-1ee722fd191fd39a3e13c5231281041f1b4e9f2a.zip |
added try syntax
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/apache-ssl/apache-ssl-1.3.12.2.6.6.ebuild | 10 | ||||
-rw-r--r-- | net-www/lynx/lynx-2.8.3-r1.ebuild | 8 | ||||
-rw-r--r-- | net-www/squid/squid-2.3.4s-r1.ebuild | 18 | ||||
-rw-r--r-- | net-www/w3m/w3m-0.1.10-r1.ebuild | 8 |
4 files changed, 22 insertions, 22 deletions
diff --git a/net-www/apache-ssl/apache-ssl-1.3.12.2.6.6.ebuild b/net-www/apache-ssl/apache-ssl-1.3.12.2.6.6.ebuild index 17b0dd1e6525..2bee8d9ddccd 100644 --- a/net-www/apache-ssl/apache-ssl-1.3.12.2.6.6.ebuild +++ b/net-www/apache-ssl/apache-ssl-1.3.12.2.6.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/net-www/apache-ssl/apache-ssl-1.3.12.2.6.6.ebuild,v 1.3 2000/08/28 03:01:54 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache-ssl/apache-ssl-1.3.12.2.6.6.ebuild,v 1.4 2000/09/15 20:09:16 drobbins Exp $ P=apache-ssl-1.3.12-2.6.6 A="apache_1.3.12.tar.gz mod_ssl-2.6.6-1.3.12.tar.gz" @@ -15,9 +15,9 @@ HOMEPAGE="http://www.apache.org http://www.modssl.org" src_compile() { export SSL_BASE=SYSTEM cd ${S}/../mod_ssl-2.6.6-1.3.12 - ./configure --with-apache=${S} --with-ssl=SYSTEM + try ./configure --with-apache=${S} --with-ssl=SYSTEM cd ${S} - ./configure --prefix=/usr/local/httpd --bindir=/usr/bin \ + try ./configure --prefix=/usr/local/httpd --bindir=/usr/bin \ --sbindir=/usr/sbin --datadir=/usr/local/httpd \ --sysconfdir=/etc/httpd --libexecdir=/usr/lib/apache \ --mandir=/usr/man --logfiledir=/var/log/apache --localstatedir=/var/lock \ @@ -26,12 +26,12 @@ src_compile() { --enable-shared=max --enable-suexec --suexec-caller=wwwrun \ --suexec-userdir=public_html --suexec-uidmin=96 \ --suexec-gidmin=96 --suexec-safepath="/bin:/usr/bin" - make + try make } src_install() { cd ${S} - make install-quiet root=${D} + try make install-quiet root=${D} prepman dodoc ABOUT_APACHE Announcement INSTALL* KEYS LICENSE* README* WARNING* diff --git a/net-www/lynx/lynx-2.8.3-r1.ebuild b/net-www/lynx/lynx-2.8.3-r1.ebuild index c5eb8b1b4d2c..bf1da8af68ea 100644 --- a/net-www/lynx/lynx-2.8.3-r1.ebuild +++ b/net-www/lynx/lynx-2.8.3-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/lynx/lynx-2.8.3-r1.ebuild,v 1.2 2000/08/16 04:38:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/lynx-2.8.3-r1.ebuild,v 1.3 2000/09/15 20:09:16 drobbins Exp $ # NOW HAS SSLeay Support (so it will use the SSLeay library if found to # do SSL connections :) @@ -18,12 +18,12 @@ DESCRIPTION="An excellent console-based web browser" src_compile() { export CFLAGS="${CFLAGS} -I/usr/include/openssl" - ./configure --prefix=/usr --enable-cgi-links \ + try ./configure --prefix=/usr --enable-cgi-links \ --enable-nsl-fork --libdir=/etc/lynx --enable-file-upload \ --enable-libjs --enable-color-style --enable-scrollbar \ --enable-nls --with-catgets --enable-included-msgs --with-zlib \ --with-x - make + try make } src_unpack() { @@ -39,7 +39,7 @@ src_install() { dodir /usr/bin dodir /usr/share dodir /etc/lynx - make prefix=${D}/usr datadir=${D}/usr/share libdir=${D}/etc/lynx install + try make prefix=${D}/usr datadir=${D}/usr/share libdir=${D}/etc/lynx install prepman dodoc CHANGES COPYHEADER COPYING INSTALLATION PROBLEMS README diff --git a/net-www/squid/squid-2.3.4s-r1.ebuild b/net-www/squid/squid-2.3.4s-r1.ebuild index 19f98319cb45..7b4317b89781 100644 --- a/net-www/squid/squid-2.3.4s-r1.ebuild +++ b/net-www/squid/squid-2.3.4s-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/squid/squid-2.3.4s-r1.ebuild,v 1.1 2000/08/16 17:16:16 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/squid/squid-2.3.4s-r1.ebuild,v 1.2 2000/09/15 20:09:16 drobbins Exp $ P=squid-2.3.STABLE4 A=${P}-src.tar.gz @@ -12,22 +12,22 @@ HOMEPAGE="http://www.squid-cache.org/" src_compile() { cd ${S} - LDFLAGS="$LDFLAGS -lresolv" ./configure --host=${CHOST} \ + LDFLAGS="$LDFLAGS -lresolv" try ./configure --host=${CHOST} \ --prefix=/usr --sysconfdir=/etc/squid \ --localstatedir=/var/squid --enable-ipf-transparent --enable-useragent-log \ --enable-async-io --enable-icmp - make + try make cd ${S}/auth_modules/LDAP - make + try make cd ../PAM - make + try make cd ../SMB - make + try make cd ../LDAP - make + try make cd ../NCSA - make + try make } @@ -38,7 +38,7 @@ src_install() { dodir /etc/squid dodir /var/squid chown squid.daemon ${D}/var/squid - make install prefix=${D}/usr sysconfdir=${D}/etc/squid \ + try make install prefix=${D}/usr sysconfdir=${D}/etc/squid \ localstatedir=${D}/var/squid into /usr cd auth_modules diff --git a/net-www/w3m/w3m-0.1.10-r1.ebuild b/net-www/w3m/w3m-0.1.10-r1.ebuild index b26e1b9a83b1..5c4fee26b2ac 100644 --- a/net-www/w3m/w3m-0.1.10-r1.ebuild +++ b/net-www/w3m/w3m-0.1.10-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/w3m/w3m-0.1.10-r1.ebuild,v 1.3 2000/08/17 15:37:34 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/w3m/w3m-0.1.10-r1.ebuild,v 1.4 2000/09/15 20:09:16 drobbins Exp $ P=w3m-0.1.10 A=${P}.tar.gz @@ -22,13 +22,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --prefix=/usr --nonstop -lang=en -model=monster -cflags="${CFLAGS}" - make + try ./configure --prefix=/usr --nonstop -lang=en -model=monster -cflags="${CFLAGS}" + try make } src_install() { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install dodoc doc/README* doc/*.default doc/menu.submenu doc/HISTORY doman doc/w3m.1 } |