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)
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: | new → assigned |
---|
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: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
That error was breaking destroot phase, not build.
Fixed in r59190, I removed destroot override and patched makefile instead.