Summary: | net/luasocket: fix cross-compilation, minor cleanups | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
Component: | Individual Port(s) | Assignee: | David Thiel <lx> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | Flags: | bugzilla:
maintainer-feedback?
(lx) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: amdmi3 Date: Wed Jul 15 20:39:33 UTC 2015 New revision: 392212 URL: https://svnweb.freebsd.org/changeset/ports/392212 Log: - Use | as separator in sed regexps to not stumble on ${CC} containing slashes - Add LICENSE_FILE - Sort USES - Strip libraries - Unsilence INSTALL_* PR: 201269 Submitted by: amdmi3 Approved by: maintainer timeout (lx, 2 weeks) Changes: head/net/luasocket/Makefile |
Created attachment 158253 [details] Patch - Use different separator than / in REINPLACE_CMD's, because replacements may contain paths with slashes. For instance, cross-compilation was broken with CC=/nxb-bin/usr/bin/cc - Add LICENSE_FILE - Sort USES - Strip libraries - Unsilence INSTALL_*