Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 2009 17:39:21 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cm@therek.net
Subject:   ports/136792: [PATCH] x11-toolkits/p5-Wx: mark MAKE_JOBS_UNSAFE
Message-ID:  <20090715133921.9A754108842@hades.panopticon>
Resent-Message-ID: <200907151340.n6FDe5ih072362@freefall.freebsd.org>

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

>Number:         136792
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/p5-Wx: 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:   Wed Jul 15 13:40:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jun  1 22:13:51 MSD
>Description:
Mark the port MAKE_JOBS_UNSAFE, it fails with forced parallel build.

Port maintainer (cm@therek.net) is cc'd.

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

--- p5-Wx-0.91_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/x11-toolkits/p5-Wx/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	30 Jun 2009 13:04:07 -0000	1.4
+++ Makefile	15 Jul 2009 11:42:13 -0000
@@ -26,6 +26,7 @@
 PERL_CONFIGURE=	yes
 CC=		${CXX}
 CFLAGS+=	-pthread -Wno-write-strings
+MAKE_JOBS_UNSAFE=	yes
 
 .if defined(WITH_UNICODE)
 WX_UNICODE=	yes
--- p5-Wx-0.91_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?20090715133921.9A754108842>