svn commit: r396649 - head/irc/bitchx

John Marino marino at FreeBSD.org
Fri Sep 11 06:32:15 UTC 2015


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


More information about the svn-ports-all mailing list