Hi,<br><br>The print/lyx15 port marked broken due to build problems seems to be due to issues with qconfig.h created by the devel/qt4-corelib port. The qconfig.h shipped with the package (at least in packages-6-stable) sets QT_NO_SESSIONMANAGER by default. It also sets a bunch of other options like QT_NO_RENDER, QT_NO_XCURSOR, QT_NO_FONTCONFIG etc. by default which will cause incorrect behaviour or break other ports. I built devel/qt4-corelib from source whose qconfig.h does not have these issues and print/lyx15 build problems go away. The full diff between the two qconfig.h&#39;s is attached. No idea how those issues arise in the available package other than a guess that some Xorg or other libraries are not installed when qt4-corelib is built, causing QT4 to unset those features. Ideally since the qconfig.h is generated by qt4-corelib and used by all other packages including qt4-gui, it should have the dependencies that other qt4 packages have so that the relevant features are set correctly.<br>
<br>I also made a few other changes to the print/lyx15 port including correcting the pkg-plist, adding lyx.desktop and link to lyx.xpm, adding /usr/local as extra prefix (otherwise configure fails to find Aiksaurus) -- the diff is attached. Please correct these issues and mark the port as unbroken. Thanks!<br>
<br><br>sumedh<br><br>