New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #21979 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

lua-luaexpat 1.1_0

Reported by: ddanese@… Owned by: and.damore@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc:
Port: lua-luaexpat

Description

in the section for specifying the files to stage to destroot the glob spec is wrong.

currently it is [glob doc/us/*] and that fails and causes a build failure.

it should be [glob ${worksrcpath}/doc/us/*] making this change to all glob lines in the portfile fixes the build error.

Attachments

lua-luaexpat.patch (1.2 KB) - added by ddanese@… 4 years ago.

Change History

comment:1 Changed 4 years ago by macsforever2000@…

  • Owner changed from macports-tickets@… to and.damore@…
  • Port changed from lua-luaexpat 1.1_0 to lua-luaexpat

comment:2 Changed 4 years ago by and.damore@…

  • Status changed from new to assigned

Changed 4 years ago by ddanese@…

comment:3 Changed 4 years ago by and.damore@…

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

That error was breaking destroot phase, not build.

Fixed in r59190, I removed destroot override and patched makefile instead.

Note: See TracTickets for help on using tickets.