Date: Tue, 05 Jun 2007 21:51:21 +0400 From: Boris Samorodov <bsam@ipt.ru> To: "M. Yu. Brazhnikov" <makc@issp.ac.ru> Cc: freebsd-ports@freebsd.org Subject: Re: make index failed Message-ID: <91143014@srv.sem.ipt.ru> In-Reply-To: <200706051359.45380.makc@issp.ac.ru> (M. Yu. Brazhnikov's message of "Tue\, 5 Jun 2007 13\:59\:44 %2B0400") References: <200706051359.45380.makc@issp.ac.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 5 Jun 2007 13:59:44 +0400 M. Yu. Brazhnikov wrote: > I can't build index after recent update of ports via portsnap: > /usr/ports# make index > Generating INDEX-6 - please > wait..astk-client-1.5.0.1_2: "/usr/ports/shells/bash2" non-existent -- > dependency list incomplete > ===> cad/astk-client failed > *** Error code 1 > 1 error Please try to apply the following patch (cd cad/astk-serveur; patch < <the_patch>): ----- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/cad/astk-serveur/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 19 May 2007 20:00:28 -0000 1.22 +++ Makefile 5 Jun 2007 17:47:01 -0000 @@ -99,7 +99,7 @@ SHIA= zsh .endif .if ${SHIA} == "bash" -SHIADEP= bash2 +SHIADEP= bash .else SHIADEP= ${SHIA} .endif ----- WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?91143014>