Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2009 19:14:12 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        stas@FreeBSD.org
Subject:   ports/141644: [PATCH] devel/boehm-gc: mark MAKE_JOBS_UNSAFE
Message-ID:  <20091215161412.5CF89B849@hades.panopticon>
Resent-Message-ID: <200912151620.nBFGK1Jq014939@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         141644
>Category:       ports
>Synopsis:       [PATCH] devel/boehm-gc: mark MAKE_JOBS_UNSAFE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 15 16:20:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Tue Nov 24 22:31:59 MSK 2009
>Description:
Mark MAKE_JOBS_UNSAFE, does not build with forced jobs:
http://people.freebsd.org/~amdmi3/boehm-gc.log

Port maintainer (stas@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- boehm-gc-7.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/boehm-gc/Makefile,v
retrieving revision 1.57
diff -u -u -r1.57 Makefile
--- Makefile	15 Dec 2009 05:53:43 -0000	1.57
+++ Makefile	15 Dec 2009 16:13:11 -0000
@@ -19,6 +19,7 @@
 USE_GNOME=	gnometarget gnomehack
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--enable-cplusplus --disable-static
+MAKE_JOBS_UNSAFE=yes
 OPTIONS=	REDIRECT "Define malloc(3)-family replacements" off \
 		FULLDEBUG "Debugging support (see documentation)" off \
 		THREADING "POSIX thread support" off \
--- boehm-gc-7.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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