Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2015 06:32:15 +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: r396649 - head/irc/bitchx
Message-ID:  <201509110632.t8B6WF6E057668@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Sep 11 06:32:14 2015
New Revision: 396649
URL: https://svnweb.freebsd.org/changeset/ports/396649

Log:
  irc/bitchx is not not jobs safe (really)
  
  This port was recently redeclared "jobs safe", but we just hit another
  jobs-safe issue on the chinese/bitchx slave port.  In this case, it was
  trying to link wserv beform all the object files were built.

Modified:
  head/irc/bitchx/Makefile

Modified: head/irc/bitchx/Makefile
==============================================================================
--- head/irc/bitchx/Makefile	Fri Sep 11 06:19:43 2015	(r396648)
+++ head/irc/bitchx/Makefile	Fri Sep 11 06:32:14 2015	(r396649)
@@ -28,6 +28,8 @@ DOCSDIR=	${PREFIX}/share/bx/help
 PORTDOCS=	*
 DATADIR=	${PREFIX}/share/bx
 
+MAKE_JOBS_UNSAFE=	yes
+
 OPTIONS_DEFINE=	DOCS HEBREW IPV6 LATIN PLUGINS SSL TOGGLES
 
 LATIN_DESC=	Recommended for ISO-8859-1 display



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509110632.t8B6WF6E057668>