Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2009 14:59:21 +0100 (CET)
From:      Martin Matuska <mm@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gerald@FreeBSD.org
Subject:   ports/133062: [PATCH] lang/gcc34: mark MAKE_JOBS_SAFE
Message-ID:  <20090325135921.E44844ADB2@mail.vx.sk>
Resent-Message-ID: <200903251400.n2PE049r030803@freefall.freebsd.org>

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

>Number:         133062
>Category:       ports
>Synopsis:       [PATCH] lang/gcc34: mark MAKE_JOBS_SAFE
>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:   Wed Mar 25 14:00:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 7.1-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD neo2 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #11 r179970M: Thu Jan 15 23:58:53 CET
>Description:
Mark MAKE_JOBS_SAFE for SMP compilation.
This is the same for gcc42, gcc43, gcc44.

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

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

--- gcc-3.4.6_3,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/gcc34/Makefile,v
retrieving revision 1.250
diff -u -r1.250 Makefile
--- Makefile	13 Mar 2009 21:36:53 -0000	1.250
+++ Makefile	25 Mar 2009 13:58:07 -0000
@@ -27,6 +27,7 @@
 USE_BISON=	build
 USE_BZIP2=	yes
 USE_GMAKE=	yes
+MAKE_JOBS_SAFE=	yes
 USE_ICONV=	yes
 USE_PERL5_BUILD=yes
 
--- gcc-3.4.6_3,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?20090325135921.E44844ADB2>