On 2012/04/12 09:26, Eric Radman wrote:
> On Thu, Apr 12, 2012 at 02:50:42PM +0100, Stuart Henderson wrote:
> > On 2012/04/12 08:38, Eric Radman wrote:
> > > Event Notify Test Runner
> > > 
> > > entr is a utility for running arbitrary commands when files change. Uses
> > > kqueue(2) to avoid polling. Reads a list of files provided on STDIN and
> > > runs the supplied command if any of them are modified.
> > > 
> > > See https://bitbucket.org/eradman/entr/overview
> > > 
> > 
> > - missing # $OpenBSD$ line
> > - use REGRESS_TARGET=test rather than custom do-regress
> > - can you run DESCR through fmt please, layout is much nicer that way
> 
> Thanks; advice taken, new port attached.
> 
> I also re-tagged entr-1.0 in the repository with a Makefile that
> respects CFLAGS.

Not sure why but bsd.port.mk passes in CFLAGS but not CC, so we need
MAKE_FLAGS = CC="${CC}" in the port Makefile too.

Any OKs from a porter to import it?

Attachment: entr.tgz
Description: application/tar-gz

Reply via email to