qlipper configure phase

Ryan Schmidt ryandesign at macports.org
Mon Nov 14 16:44:01 PST 2011


The qlipper port has this configure phase code:


configure.cmd           ${qt_qmake_cmd}
configure.pre_args      INSTALL_PREFIX=${worksrcpath}/tmprelease/ CONFIGURE=\"release\"

configure {
    ui_msg ${worksrcpath}
    system "cd ${worksrcpath} && ${qt_qmake_cmd}"
}


The ui_msg is clearly debugging code and should go away. But my main confusion is that the configure.cmd and configure.pre_args are set.... and then never used, because the configure phase is overridden. What's the intention here? Are the INSTALL_PREFIX and CONFIGURE settings important to qlipper? They're not currently being used.




More information about the macports-dev mailing list