Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2012 15:38:29 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wenheping@gmail.com
Subject:   ports/165752: [PATCH] math/p5-Math-Cephes: mark MAKE_JOBS_UNSAFE
Message-ID:  <201203052038.q25KcTmI004910@meatwad.mouf.net>
Resent-Message-ID: <201203052040.q25KeAsm083368@freefall.freebsd.org>

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

>Number:         165752
>Category:       ports
>Synopsis:       [PATCH] math/p5-Math-Cephes: 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:   Mon Mar 05 20:40:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #14 r232426: Fri Mar  2 21:54:42
>Description:
This failed for me with MAKE_JOBS enabled, so here's a patch to mark it unsafe.

Port maintainer (wenheping@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-Math-Cephes-0.47.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/math/p5-Math-Cephes/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	13 Jan 2009 00:09:44 -0000	1.9
+++ Makefile	5 Mar 2012 20:38:00 -0000
@@ -14,6 +14,8 @@
 MAINTAINER=	wenheping@gmail.com
 COMMENT=	Perl interface to the cephes math library
 
+MAKE_JOBS_UNSAFE=	yes
+
 MAN1=	pmath.1
 MAN3=	Math::Cephes.3 \
 	Math::Cephes::Complex.3 \
--- p5-Math-Cephes-0.47.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?201203052038.q25KcTmI004910>