Bug 200406 - [PATCH] devel/lua-lpeg: allow build with lua53
Summary: [PATCH] devel/lua-lpeg: allow build with lua53
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-05-23 06:55 UTC by Po-Chuan Hsieh
Modified: 2015-06-21 17:20 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (olevole)


Attachments
lua-lpeg diff (1.67 KB, patch)
2015-05-23 06:55 UTC, Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-05-23 06:55:10 UTC
Created attachment 157069 [details]
lua-lpeg diff

- Allow build with lua53
- Remove superfluous slash after STAGEDIR
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
- Simplify Makefile
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-06-21 17:12:52 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Jun 21 17:12:29 UTC 2015
New revision: 390259
URL: https://svnweb.freebsd.org/changeset/ports/390259

Log:
  - Allow build with lua53
  - Remove superfluous slash after STAGEDIR
  - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
  - Simplify Makefile

  PR:		200406
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 4 weeks)

Changes:
  head/devel/lua-lpeg/Makefile
  head/devel/lua-lpeg/files/patch-makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-06-21 17:20:26 UTC
Committed. Thanks!