Bug 208922 - devel/llvm38: latest port version is broken (patch included)
Summary: devel/llvm38: latest port version is broken (patch included)
Status: Closed Unable to Reproduce
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Brooks Davis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-19 18:06 UTC by Aleksander Alekseev
Modified: 2017-09-20 00:12 UTC (History)
1 user (show)

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


Attachments
A patch (380 bytes, patch)
2016-04-19 18:06 UTC, Aleksander Alekseev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aleksander Alekseev 2016-04-19 18:06:34 UTC
Created attachment 169476 [details]
A patch

$ diff Makefile.orig Makefile               
31a32,34
> # fix 'ninja: no such target install/strip' error during 'make install'
> # default value for INSTALL_TARGET is `install/strip`, see /usr/ports/Mk/Uses/cmake.mk
> INSTALL_TARGET=	install
269c272,273
< 	${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/share/man/man1/
---
> # fix 'directory not empty' error during 'make install'
> 	${RM} -r ${STAGEDIR}${LLVM_PREFIX}/share/man/man1/
Comment 1 Aleksander Alekseev 2016-04-19 18:12:17 UTC
I realized that comments in attached patch are a bit wrong. Actually what I did was 'make reinstall'
Comment 2 Brooks Davis freebsd_committer freebsd_triage 2017-09-20 00:12:16 UTC
I've never been able to reproduce the problem or understand what the patch intends to do.