Bug 199645

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:
Description Flags
Patch none

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