Hello there, I'm currently working on updating and cleaning up the PyQt ports.
After my current changes, devel/py-qt4-designerplugin cannot be built because the configuration script does something similar to the following: from distutils.sysconfig import get_config_vars ducfg = get_config_vars() # ... if not "--enable-shared" in ducfg.get("CONFIG_ARGS", ""): # error out and do not build And indeed, the lang/python27 port I have installed here does not pass --enable-shared to its configuration script. Is that intentional? Can someone explain what the effects of this option are? So far, we were just patching the configuration script to skip this check altogether, but I'm not sure this is even correct. Cheers, rakuco _______________________________________________ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"