| Summary: | sysutils/clsync: fix build with clang, strip | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Many People | ||||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: amdmi3 Date: Wed Jan 14 19:04:36 UTC 2015 New revision: 377039 URL: https://svnweb.freebsd.org/changeset/ports/377039 Log: - Remove compiler flag unknown to clang to fix build on 10+ - Use INSTALL_PROGRAM to install binary, which fixes stripping - Remove slashes after ${STAGEDIR} PR: 195906 Submitted by: amdmi3 Approved by: maintainer timeout Changes: head/sysutils/clsync/Makefile |
Created attachment 150492 [details] Patch - Remove compiler flag unknown to clang to fix build on 10+ - Use INSTALL_PROGRAM to install binary, which fixes stripping - Remove slashes after ${STAGEDIR}