Date: Wed, 20 Jul 2016 05:08:51 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418820 - head/security/unicornscan Message-ID: <201607200508.u6K58pUV044121@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed Jul 20 05:08:50 2016 New Revision: 418820 URL: https://svnweb.freebsd.org/changeset/ports/418820 Log: security/unicornscan is not jobs safe This failed on me 3 times in 2 weeks. It appears myversion.h is used before it's generated. Modified: head/security/unicornscan/Makefile Modified: head/security/unicornscan/Makefile ============================================================================== --- head/security/unicornscan/Makefile Wed Jul 20 01:26:55 2016 (r418819) +++ head/security/unicornscan/Makefile Wed Jul 20 05:08:50 2016 (r418820) @@ -19,6 +19,8 @@ CFLAGS+= -DWITH_LONGOPTS SUB_FILES= pkg-message +MAKE_JOBS_UNSAFE= yes + post-patch: @${REINPLACE_CMD} -e 's|/usr/local/share|${PREFIX}/etc|' \ ${WRKSRC}/fconf/unicorn.conf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607200508.u6K58pUV044121>