| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
General cleanup
|
|
|
|
| |
shells)
|
|
|
|
|
|
| |
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
|
|
|
| |
With hat: portmgr (myself)
|
|
|
|
|
|
|
| |
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
|
|
|
|
|
|
| |
PR: 140389
Submitted by: Jilles Tjoelker <jilles@stack.nl>
Approved by: maintainer
|
|
|
|
|
|
| |
PR: ports/112209
Submitted by: kitsune <v.velox@vvelox.net>
Approved by: Zane C.B. <vvelox@vvelox.net>
|
|
The file with the include code needs to be included. This is done by
figuring out were it is located using which. . `which sh-include` will
take care of it for sh.
sh example...
. `which sh-include`
include fileGetLine
line=`fileGetLine /etc/group 4`
PR: ports/111829
Submitted by: Zane C. Bowers
|