ports/132968: [PATCH] math/libgmp: mark MAKE_JOBS_SAFE for SMP

Martin Matuska mm at FreeBSD.org
Mon Mar 23 12:40:02 UTC 2009


>Number:         132968
>Category:       ports
>Synopsis:       [PATCH] math/libgmp: mark MAKE_JOBS_SAFE for SMP
>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:   Mon Mar 23 12:40:01 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.

Port maintainer (ale at FreeBSD.org) is cc'd.

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

--- libgmp-4.2.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/math/libgmp4/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- Makefile	23 Sep 2008 06:16:46 -0000	1.35
+++ Makefile	23 Mar 2009 12:31:40 -0000
@@ -21,6 +21,7 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
 CONFIGURE_ARGS=	--enable-cxx
+MAKE_JOBS_SAFE=	yes
 USE_LDCONFIG=	yes
 
 INFO=		gmp
--- libgmp-4.2.4.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list