Date: Thu, 13 Aug 2009 21:59:31 +0400 (MSD) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gnome@FreeBSD.org Subject: ports/137738: [PATCH] devel/gconf: mark MAKE_JOBS_UNSAFE Message-ID: <20090813175931.205F2108842@hades.panopticon> Resent-Message-ID: <200908131800.n7DI0CO0007729@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137738 >Category: ports >Synopsis: [PATCH] devel/gconf: 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: Thu Aug 13 18:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-BETA2 i386 >Organization: >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: --- gconf-1.0.9_16.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/gconf/Makefile,v retrieving revision 1.58 diff -u -u -r1.58 Makefile --- Makefile 2 Aug 2009 19:33:08 -0000 1.58 +++ Makefile 13 Aug 2009 17:14:01 -0000 @@ -29,5 +29,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +MAKE_JOBS_UNSAFE=yes .include <bsd.port.mk> --- gconf-1.0.9_16.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?20090813175931.205F2108842>