Changes between Initial Version and Version 1 of Ticket #29620


Ignore:
Timestamp:
May 28, 2011, 8:25:47 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

I assume you are correct about this typo. "QTexEngine" should be "QTeXEngine". I assume the problem would only affect users who have a case-sensitive filesystem. (Do you?)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29620

    • Property Cc ryandesign@… added
    • Property Owner changed from macports-tickets@… to jonas@…
  • Ticket #29620 – Description

    initial v1  
    11I've been trying to install qtiplot using the latest Portfile (78293) but it fails with:
     2{{{
    23:info:build Cannot find file: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_qtiplot/work/qtiplot-0.9.8.3/3rdparty/QTeXEngine/QTeXEngine.pro.
     4}}}
    35(full build log attached)
    46
    57Looking at the Portfile I suspect a minor typo on line 113:
     8{{{
    69    copy ${workpath}/QTeXEngine ${worksrcpath}/3rdparty/QTexEngine
     10}}}
    711
    812Symlinking 3rdparty/QTexEngine to 3rdparty/QTeXEngine seemed to fix the problem so I wonder if the code should be copied to ${worksrcpath}/3rdparty/QTeXEngine ?