Summary: | shells/shell-include: fixes | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | CC: | vvelox | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(vvelox) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: amdmi3 Date: Sat May 9 02:10:10 UTC 2015 New revision: 385855 URL: https://svnweb.freebsd.org/changeset/ports/385855 Log: - Fix stagedir referenced from installed files: Error: 'bin/bash-include' is referring to /wrkdirs/usr/ports/shells/shell-include/work/stage Error: 'bin/sh-include' is referring to /wrkdirs/usr/ports/shells/shell-include/work/stage - Don't use random and don't use /tmp for temporary files. It's unsafe, and netstat spews warnings from the jail: netstat: kvm not available: /dev/mem: No such file or directory - Depend on perl as pod2man is used during build - Fix path to pod2man PR: 199645 Submitted by: amdmi3 Approved by: maintainer timeout Changes: head/shells/shell-include/Makefile head/shells/shell-include/files/ head/shells/shell-include/files/patch-install |
Created attachment 155917 [details] Patch - Fix stagedir referenced from installed files: Error: 'bin/bash-include' is referring to /wrkdirs/usr/ports/shells/shell-include/work/stage Error: 'bin/sh-include' is referring to /wrkdirs/usr/ports/shells/shell-include/work/stage - Don't use random and don't use files in /tmp for temporary files. Usafe, and netstat spews warnings from jail: netstat: kvm not available: /dev/mem: No such file or directory - Depend on perl as it uses pod2man in build - Fix path to pod2man