Bug 199645 - shells/shell-include: fixes
Summary: shells/shell-include: fixes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-23 14:29 UTC by Dmitry Marakasov
Modified: 2015-05-09 02:10 UTC (History)
1 user (show)

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


Attachments
Patch (5.36 KB, patch)
2015-04-23 14:29 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2015-04-23 14:29:46 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-05-09 02:10:21 UTC
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