Summary: | [patch] graphics/libGL not fully make jobs safe | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | 4720 <4720> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-x11 (Nobody) <x11> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
4720@hushmail.com
2011-11-09 19:20:08 UTC
Responsible Changed From-To: freebsd-ports-bugs->freebsd-x11 Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed fixed in the xorg repo Hm, that doesn't help people with the current ports tree, does it? The submitter tells me it's still an issue. Chris State Changed From-To: closed->patched correct state Author: eadler Date: Mon Sep 3 19:04:31 2012 New Revision: 303610 URL: http://svn.freebsd.org/changeset/ports/303610 Log: After a report of an error, mark graphics/libGL as not MAKE_JOBS_SAFE PR: ports/162412 Submitted by: 4720@hushmail.com Reviewed by: zeising Modified: head/graphics/libGL/bsd.mesalib.mk Modified: head/graphics/libGL/bsd.mesalib.mk ============================================================================== --- head/graphics/libGL/bsd.mesalib.mk Mon Sep 3 19:01:55 2012 (r303609) +++ head/graphics/libGL/bsd.mesalib.mk Mon Sep 3 19:04:31 2012 (r303610) @@ -44,7 +44,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib _______________________________________________ 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" State Changed From-To: patched->closed Committed. Thanks! |