Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2015 16:11:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197235] [NEW PORT] sysutils/s6 daemontools-like supervision suite
Message-ID:  <bug-197235-13-yq9avoUypd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197235-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197235-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197235

Pawel Pekala <pawel@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pawel@FreeBSD.org

--- Comment #4 from Pawel Pekala <pawel@FreeBSD.org> ---
Few things to fix:

X+#!/usr/local/bin/execlineb -S0

This will break if install PREFIX != /usr/local, /usr/bin/env can be used here:

#!/usr/bin/env execlineb -S0

there are more places with this mistake.

X+/usr/local/bin/foreground { /usr/sbin/chown nobody:nogroup
${SCANROOT}/s6-svscan-log/fifo }
X+/usr/local/bin/redirfd -wnb 1 ${SCANROOT}/s6-svscan-log/fifo
X+/usr/local/bin/fdmove -c 2 1
X+/usr/local/bin/s6-envdir -I ${SCANROOT}/.s6-svscan/env
X+/usr/local/bin/exec -a s6-svscan
X+/usr/local/bin/s6-svscan -t0 ${SCANROOT}

Again, will fail if PREFIX != /usr/local either don't use full path or
use SUB_LIST to set correct full path.

XAuthor:    Laurent G. Bercot <ska-skaware@skarnet.org>

We don't put authors in pkg-descr anymore.

X# Created by: Sergei Kolobov <sergei@kolobov.com>

Here should be author of the port, you.

XUSES=        ${GMAKE}

gmake here

Xdo-configure:
X    cd ${WRKSRC} && CC=${CC} ./configure ${CONFIGURE_ARGS}

No need to declare this target use HAS_CONFIGURE=yes.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197235-13-yq9avoUypd>