New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20313 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

kdegraphics4-4.2.4 build failure on case-sensitive file-system

Reported by: rechner@… Owned by: macsforever2000@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: kdegraphics4

Description (last modified by macsforever2000@…) (diff)

Currently the last line in the kdegraphics4 Portfile is:

-DQCA2_INCLUDE_DIR=${prefix}/include/QtCrypto

But the actual directory name is "QTCrypto" (at least on my fresh install). I fixed the build failure by creating a symlink, but I think the Portfile should be modified accordingly:

-DQCA2_INCLUDE_DIR=${prefix}/include/QTCrypto

This problem of course only occurs on case-sensitive file-systems, which is the default on Linux, but not on Mac OS.

Change History

comment:1 Changed 4 years ago by macsforever2000@…

  • Description modified (diff)

comment:2 Changed 4 years ago by macsforever2000@…

  • Status changed from new to assigned
  • Owner changed from macports-tickets@… to macsforever2000@…

comment:3 Changed 4 years ago by macsforever2000@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Committed revision r53848. Thanks!

Note: See TracTickets for help on using tickets.