Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  6 Apr 2010 22:07:28 +0200 (CEST)
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gnome@FreeBSD.org
Subject:   ports/145441: [PATCH] net-im/telepathy-mission-control: forbid parallel build
Message-ID:  <20100406200728.6D4863983A@apollo.emma.line.org>
Resent-Message-ID: <201004062030.o36KU7N4002800@freefall.freebsd.org>

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

>Number:         145441
>Category:       ports
>Synopsis:       [PATCH] net-im/telepathy-mission-control: forbid parallel build
>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 Apr 06 20:30:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD apollo.emma.line.org 8.0-STABLE FreeBSD 8.0-STABLE #4: Mon Mar 22 14:21:07 CET 2010
>Description:
mark MAKE_JOBS_UNSAFE to unbreak build

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

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

--- telepathy-mission-control-5.2.6_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-im/telepathy-mission-control/Makefile,v
retrieving revision 1.11
diff -u -u -r1.11 Makefile
--- Makefile	28 Mar 2010 06:41:48 -0000	1.11
+++ Makefile	6 Apr 2010 19:28:47 -0000
@@ -23,6 +23,8 @@
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 
+MAKE_JOBS_UNSAFE=	yes
+
 MAN1=		mc-account-convert.1 mc-tool.1 mc-wait-for-name.1
 MAN8=		mission-control-5.8
 
--- telepathy-mission-control-5.2.6_2.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?20100406200728.6D4863983A>