[75303] trunk/dports/shells
dports at macports.org
dports at macports.org
Thu Jan 20 14:25:47 PST 2011
Revision: 75303
http://trac.macports.org/changeset/75303
Author: dports at 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:
--------------
trunk/dports/shells/zsh/Portfile
trunk/dports/shells/zsh-devel/Portfile
Modified: trunk/dports/shells/zsh/Portfile
===================================================================
--- 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
===================================================================
--- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110120/e73af186/attachment.html>
More information about the macports-changes
mailing list