Date: Mon, 17 May 2010 00:31:03 +0400 (MSD) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gnome@FreeBSD.org Subject: ports/146645: [PATCH] devel/gobject-introspection: mark MAKE_JOBS_UNSAFE Message-ID: <20100516203103.5ADB2B84B@hades.panopticon> Resent-Message-ID: <201005162040.o4GKe1eF033129@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 146645 >Category: ports >Synopsis: [PATCH] devel/gobject-introspection: 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: Sun May 16 20:40:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Wed May 5 22:11:20 MSD >Description: Mark MAKE_JOBS_UNSAFE, fails with forced jobs: http://people.freebsd.org/~amdmi3/gobject-introspection-0.6.10.log Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- gobject-introspection-0.6.10.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/gobject-introspection/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 10 May 2010 21:18:07 -0000 1.6 +++ Makefile 16 May 2010 20:19:04 -0000 @@ -28,6 +28,7 @@ USE_GETTEXT= yes USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" --- gobject-introspection-0.6.10.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?20100516203103.5ADB2B84B>