Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2009 21:59:24 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@FreeBSD.org
Subject:   [PATCH] textproc/libxml: mark MAKE_JOBS_UNSAFE
Message-ID:  <20090813175924.D2DDA108842@hades.panopticon>

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

>Submitter-Id:	current-users
>Originator:	Dmitry Marakasov
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] textproc/libxml: mark MAKE_JOBS_UNSAFE
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 8.0-BETA2 i386
>Environment:
System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Fri Jul 31 16:00:15 MSD 2009
>Description:
Mark MAKE_JOBS_UNSAFE, this fails with forced jobs

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

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

--- libxml-1.8.17_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/textproc/libxml/Makefile,v
retrieving revision 1.59
diff -u -u -r1.59 Makefile
--- Makefile	2 Aug 2009 19:35:49 -0000	1.59
+++ Makefile	13 Aug 2009 17:02:48 -0000
@@ -19,6 +19,7 @@
 USE_GNOME=	pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+MAKE_JOBS_UNSAFE=yes
 
 pre-patch:
 	@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
--- libxml-1.8.17_4.patch ends here ---




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