Revision: 110404 https://trac.macports.org/changeset/110404 Author: mojca@macports.org Date: 2013-08-30 15:21:26 -0700 (Fri, 30 Aug 2013) Log Message: ----------- py-wxpython-2.8/3.0: disable installing the docs (it fails because python disables all previous steps) Modified Paths: -------------- trunk/dports/python/py-wxpython-2.8/Portfile trunk/dports/python/py-wxpython-3.0/Portfile Modified: trunk/dports/python/py-wxpython-2.8/Portfile =================================================================== --- trunk/dports/python/py-wxpython-2.8/Portfile 2013-08-30 22:20:39 UTC (rev 110403) +++ trunk/dports/python/py-wxpython-2.8/Portfile 2013-08-30 22:21:26 UTC (rev 110404) @@ -101,11 +101,17 @@ livecheck.type none } else { - post-destroot { - xinstall -d -m 755 ${destroot}${prefix}/share/doc/ - file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name} - file copy ${worksrcpath}/samples ${destroot}${prefix}/share/doc/${name}/examples - } + # Once upon a time this would install the documentation, + # however the python PortGroup disables all steps including fetching & extracting + # which makes it a bit inconvenient to do things like this. + # If anyone is missing the docs badly enough, you are welcome to fix this + # in both py-wxpython-2.8 and py-wxpython-3.0. + # + # post-destroot { + # xinstall -d -m 755 ${destroot}${prefix}/share/doc/ + # file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name} + # file copy ${worksrcpath}/samples ${destroot}${prefix}/share/doc/${name}/examples + # } livecheck.type regex livecheck.url ${homepage} Modified: trunk/dports/python/py-wxpython-3.0/Portfile =================================================================== --- trunk/dports/python/py-wxpython-3.0/Portfile 2013-08-30 22:20:39 UTC (rev 110403) +++ trunk/dports/python/py-wxpython-3.0/Portfile 2013-08-30 22:21:26 UTC (rev 110404) @@ -58,11 +58,17 @@ livecheck.type none } else { - post-destroot { - xinstall -d -m 755 ${destroot}${prefix}/share/doc/ - file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name} - file copy ${worksrcpath}/samples ${destroot}${prefix}/share/doc/${name}/examples - } + # Once upon a time this would install the documentation, + # however the python PortGroup disables all steps including fetching & extracting + # which makes it a bit inconvenient to do things like this. + # If anyone is missing the docs badly enough, you are welcome to fix this + # in both py-wxpython-2.8 and py-wxpython-3.0. + # + # post-destroot { + # xinstall -d -m 755 ${destroot}${prefix}/share/doc/ + # file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name} + # file copy ${worksrcpath}/samples ${destroot}${prefix}/share/doc/${name}/examples + # } livecheck.type regex livecheck.url ${homepage}