Opened 13 years ago
Closed 13 years ago
#38562 closed update (fixed)
lpeg port update
| Reported by: | andremm@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.1.3 |
| Keywords: | haspatch maintainer | Cc: | |
| Port: | lpeg |
Description
Please, update the lpeg port with the attached files.
Many thanks, Andre
Attachments (2)
Change History (5)
comment:1 Changed 13 years ago by ci42
| Keywords: | haspatch maintainer added |
|---|
Changed 13 years ago by andremm@…
| Attachment: | patch-makefile.diff added |
|---|
Changed 13 years ago by andremm@…
| Attachment: | Portfile.diff added |
|---|
comment:2 Changed 13 years ago by andremm@…
I just made the changes. Please, consider the new files for updating lpeg.
comment:3 Changed 13 years ago by ci42
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Updated in r104553 with the following changes:
- use more recent checksum algorithms
- only uncomment
DLLFLAGSin the makefile patch. The other changes are unnecessary. Thebuild.argskeyword in the portfile takes care of setting the correctCCandLUADIRvalues.
Note: See
TracTickets for help on using
tickets.

Please don't remove the
$Idline in the Portfile. And don't use an absolute path in the patchfile/opt/local/include/. Instead use something like@@PREFIX@@/includeand replace@@PREFIX@@with${prefix} in the post-patch hook like this:reinplace "s|@@PREFIX@@|${prefix}|g"