Summary: | [PATCH] irc/BitchX: mark jobs unsafe | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Mathieu Arnold <mat> | ||||
Component: | Individual Port(s) | Assignee: | Mathieu Arnold <mat> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Mathieu Arnold
2013-11-12 15:20:00 UTC
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Maintainer of irc/bitchx, Please note that PR ports/183898 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183898 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org Responsible Changed From-To: freebsd-ports-bugs->mat Take State Changed From-To: feedback->closed Committed, thanks! Author: mat Date: Tue Nov 26 14:59:40 2013 New Revision: 334941 URL: http://svnweb.freebsd.org/changeset/ports/334941 Log: Mark MAKE_JOBS_UNSAFE. maintainer timeout. PR: ports/183898 Submitted by: mat Modified: head/irc/bitchx/Makefile Modified: head/irc/bitchx/Makefile ============================================================================== --- head/irc/bitchx/Makefile Tue Nov 26 14:57:45 2013 (r334940) +++ head/irc/bitchx/Makefile Tue Nov 26 14:59:40 2013 (r334941) @@ -35,6 +35,7 @@ PLUGINS_DESC= Build a handful of BitchX OPTIONS_DEFAULT=PLUGINS SSL NO_STAGE= yes +MAKE_JOBS_UNSAFE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIPV6} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |