Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  6 Apr 2010 23:31:33 +0200 (CEST)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@FreeBSD.org
Subject:   [PATCH] net-im/empathy: MAKE_JOBS_UNSAFE
Message-ID:  <20100406213133.6E77E3983A@apollo.emma.line.org>

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

>Submitter-Id:	current-users
>Originator:	Matthias Andree
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] net-im/empathy: MAKE_JOBS_UNSAFE
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 8.0-STABLE amd64
>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 parallel build. It'd probably be better
to forward this upstream to have this fixed. Empathy is not a trivial
package...

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

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

--- empathy-2.28.2_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-im/empathy/Makefile,v
retrieving revision 1.19
diff -u -u -r1.19 Makefile
--- Makefile	28 Mar 2010 06:41:33 -0000	1.19
+++ Makefile	6 Apr 2010 21:29:39 -0000
@@ -25,6 +25,8 @@
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
     		${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control
 
+MAKE_JOBS_UNSAFE=	yes
+
 USE_GMAKE=	yes
 USE_BZIP2=	yes
 USE_GETTEXT=	yes
--- empathy-2.28.2_2.patch ends here ---




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100406213133.6E77E3983A>