Opened 11 years ago

Closed 11 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)

patch-makefile.diff (669 bytes) - added by andremm@… 11 years ago.
Portfile.diff (1.5 KB) - added by andremm@… 11 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 11 years ago by ci42

Keywords: haspatch maintainer added

Please don't remove the $Id line in the Portfile. And don't use an absolute path in the patchfile /opt/local/include/. Instead use something like @@PREFIX@@/include and replace @@PREFIX@@ with ${prefix} in the post-patch hook like this:

reinplace "s|@@PREFIX@@|${prefix}|g"

Changed 11 years ago by andremm@…

Attachment: patch-makefile.diff added

Changed 11 years ago by andremm@…

Attachment: Portfile.diff added

comment:2 Changed 11 years ago by andremm@…

I just made the changes. Please, consider the new files for updating lpeg.

comment:3 Changed 11 years ago by ci42

Resolution: fixed
Status: newclosed

Updated in r104553 with the following changes:

  • use more recent checksum algorithms
  • only uncomment DLLFLAGS in the makefile patch. The other changes are unnecessary. The build.args keyword in the portfile takes care of setting the correct CC and LUADIR values.
Note: See TracTickets for help on using tickets.