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 _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"