Opened 15 years ago

Closed 15 years ago

#21979 closed defect (fixed)

lua-luaexpat 1.1_0

Reported by: ddanese@… Owned by: anddam (Andrea D'Amore)
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 (1)

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

Download all attachments as: .zip

Change History (4)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to and.damore@…
Port: 1.1_0 removed

comment:2 Changed 15 years ago by anddam (Andrea D'Amore)

Status: newassigned

Changed 15 years ago by ddanese@…

Attachment: lua-luaexpat.patch added

comment:3 Changed 15 years ago by anddam (Andrea D'Amore)

Resolution: fixed
Status: assignedclosed

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.