# HG changeset patch # User Pascal Bellard # Date 1330004508 -3600 # Node ID a6bab8cd726e3e80f28be5626867eec83aedca81 # Parent 3d3465b1f28d0daddc454fe1eb72023edfb12bb4 zsh: does not support bb :( diff -r 3d3465b1f28d -r a6bab8cd726e zsh/receipt --- a/zsh/receipt Thu Feb 23 08:52:18 2012 +0100 +++ b/zsh/receipt Thu Feb 23 14:41:48 2012 +0100 @@ -9,6 +9,7 @@ WEB_SITE="http://zsh.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="shell" +BUGS="Does not support build bot: configure: error: no controlling tty\nTry running configure with --with-tcsetpgrp or --without-tcsetpgrp" DEPENDS="ncurses zlib ncursesw" BUILD_DEPENDS="ncurses-dev zlib-dev" @@ -21,7 +22,7 @@ --disable-dynamic --enable-multibyte \ --enable-fndir=/usr/share/zsh/functions \ --enable-scriptdir=/usr/share/zsh/scripts \ - $CONFIGURE_ARGS < /dev/tty0 && + $CONFIGURE_ARGS && make && make install }