Opened 15 years ago
Closed 15 years ago
#21978 closed defect (fixed)
lua-luazip 1.2.3_0 build errors
Reported by: | ddanese@… | Owned by: | anddam (Andrea D'Amore) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | ||
Port: | lua-luazip |
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 (8)
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to and.damore@… |
---|---|
Port: | 1.2.3_0 removed |
comment:2 Changed 15 years ago by anddam (Andrea D'Amore)
Status: | new → assigned |
---|
comment:3 Changed 15 years ago by ddanese@…
I don't wanna sound like a dork, but I don't know how to make a patch file.
I just edited the Portfile's by hand to get it installed.
If there is a simple tut on how to do it I can prepare patch files for them both.
Changed 15 years ago by ddanese@…
Attachment: | lua-luazip.patch added |
---|
comment:4 follow-up: 6 Changed 15 years ago by anddam (Andrea D'Amore)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
That was breaking destroot phase, not build.
Fixed in r59190, I removed destroot override and patched makefile instead.
comment:5 Changed 15 years ago by anddam (Andrea D'Amore)
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:6 Changed 15 years ago by anddam (Andrea D'Amore)
Replying to and.damore@…:
That was breaking destroot phase, not build. Fixed in r59190, I removed destroot override and patched makefile instead.
Wrong message, was meant for #21979
comment:7 Changed 15 years ago by anddam (Andrea D'Amore)
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Fixed in r59193.
Do you already have a patchfile for both this and #21979?