Created attachment 157551 [details] shar archive "reptyr is a utility for taking an existing running program and attaching it to a new terminal. Started a long-running process over ssh, but have to leave and don't want to interrupt it? Just start a screen, use reptyr to grab it, and then kill the ssh session and head on home."
Created attachment 157552 [details] Proper shar file
Created attachment 157626 [details] Build log
Pending changes based on review feedback provided on IRC Please also *attach* portlint -AC output along with changes
Created attachment 158274 [details] Fiex shar with Makefile that passes portlint
andoriyu at beast in ~/Dev/InfinityCode/freebsd-ports/sysutils/reptyr (master) $ portlint -AC looks fine.
To test the build, I had to adapt a few things in the Makefile. See http://people.freebsd.org/~pi/logs/reptyr.tgz But still: If the port is built in poudriere, it fails because for whatever reason, the BASHCOMPDIR in the Makefile is evaluated as /etc/bash_completion.d and not /usr/local/share/bash-completion/completions. See http://people.freebsd.org/~pi/logs/sysutils__reptyr-* It will probably only build if the BASHCOMPDIR in the Makefile is somehow modified to fix this. Can you please provide such a patch ?
(In reply to Kurt Jaeger from comment #6) Weird, it was working on my poudriere, I will take a look what's up.
Created attachment 158733 [details] Fixes build with BASH option. - Patch original Makefile to install bash completion into correct directory
A commit references this bug: Author: pi Date: Fri Jul 17 18:57:45 UTC 2015 New revision: 392394 URL: https://svnweb.freebsd.org/changeset/ports/392394 Log: New port: sysutils/reptyr reptyr is a utility for taking an existing running program and attaching it to a new terminal. Started a long-running process over ssh, but have to leave and don't want to interrupt it? Just start a screen, use reptyr to grab it, and then kill the ssh session and head on home. WWW: http://github.com/nelhage/reptyr PR: 200720 Submitted by: Andrey Cherkashin <andoriyu@gmail.com> Changes: head/sysutils/Makefile head/sysutils/reptyr/ head/sysutils/reptyr/Makefile head/sysutils/reptyr/distinfo head/sysutils/reptyr/files/ head/sysutils/reptyr/files/patch-Makefile head/sysutils/reptyr/pkg-descr head/sysutils/reptyr/pkg-plist
Committed, thanks!
A commit references this bug: Author: pi Date: Sat Jul 18 01:12:14 UTC 2015 New revision: 392402 URL: https://svnweb.freebsd.org/changeset/ports/392402 Log: sysutils/reptyr: fix manual page location PR: 200720 Submitted by: makc Changes: head/sysutils/reptyr/Makefile head/sysutils/reptyr/files/patch-Makefile head/sysutils/reptyr/pkg-plist