Revision
75303
Author
dports@macports.org
Date
2011-01-20 14:25:47 -0800 (Thu, 20 Jan 2011)

Log Message

zsh, zsh-devel: use --with-tcsetpgrp to skip autoconf test of
tcsetpgrp; it fails without a controlling tty (#28064). Configure
failure only, so no revbump.

Modified Paths

Diff

Modified: trunk/dports/shells/zsh/Portfile (75302 => 75303)


--- trunk/dports/shells/zsh/Portfile	2011-01-20 14:24:24 UTC (rev 75302)
+++ trunk/dports/shells/zsh/Portfile	2011-01-20 22:25:47 UTC (rev 75303)
@@ -31,7 +31,8 @@
                   sha1 64c598cd48b78dff9d29341ea0cd904e7aa49541 \
                   rmd160 454339205c78393cbb9460aa10f37fa341a40b59
 depends_lib     port:libiconv port:ncurses port:gdbm
-configure.args  --enable-libs="-lncurses"
+configure.args  --enable-libs="-lncurses" \
+                --with-tcsetpgrp
 
 platform darwin 8 {
     post-configure {

Modified: trunk/dports/shells/zsh-devel/Portfile (75302 => 75303)


--- trunk/dports/shells/zsh-devel/Portfile	2011-01-20 14:24:24 UTC (rev 75302)
+++ trunk/dports/shells/zsh-devel/Portfile	2011-01-20 22:25:47 UTC (rev 75303)
@@ -60,7 +60,8 @@
 configure.args  --mandir=${prefix}/share/man \
                 --infodir=${prefix}/share/info \
                 --enable-multibyte \
-                --enable-etcdir=${prefix}/etc
+                --enable-etcdir=${prefix}/etc \
+                --with-tcsetpgrp
 
 configure.env   DL_EXT=bundle