On Sep 1, 2010, at 19:35, Scott Haneda wrote: > `sudo port install bind9 +dlz_mysql5` works just fine. What I want to know > is either how to get it to print out the final ./configure statement, or, how > I would take the output from the mysql5_config commands above and use them in > the ./configure statement?
You can see the configure command that gets executed by enabling the debug switch. sudo port -d install bind9 +dlz_mysql5 ... DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_net_bind9/work/bind-9.7.1-P2" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --with-openssl=/opt/local --with-libxml2=/opt/local --enable-ipv6 --with-dlz-mysql=/opt/local/bin/mysql_config5 --disable-threads' ... _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
