Date: Tue, 9 Jun 2009 04:31:21 +0400 (MSD) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: sunpoet@sunpoet.net Subject: ports/135394: [PATCH] graphics/gdal: mark MAKE_JOBS_UNSAFE Message-ID: <20090609003121.61571108840@hades.panopticon> Resent-Message-ID: <200906090040.n590e3fo076085@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135394 >Category: ports >Synopsis: [PATCH] graphics/gdal: 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: Tue Jun 09 00:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jun 1 22:13:51 MSD >Description: Does not build with MAKE_JOBS: http://people.freebsd.org/~amdmi3/gdal.log Builds without problems if jobs are disabled. Port maintainer (sunpoet@sunpoet.net) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- gdal-1.6.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/graphics/gdal/Makefile,v retrieving revision 1.32 diff -u -u -r1.32 Makefile --- Makefile 17 Mar 2009 15:09:06 -0000 1.32 +++ Makefile 9 Jun 2009 00:30:17 -0000 @@ -23,6 +23,7 @@ CONFIGURE_ARGS= --datadir=${DATADIR} --with-libz=/usr MAKEFILE= GNUmakefile INSTALL_TARGET= install install-man +MAKE_JOBS_UNSAFE= yes MAN1= gdal-config.1 gdal2tiles.1 gdal_contour.1 gdal_grid.1 \ gdal_merge.1 gdal_rasterize.1 gdal_retile.1 gdal_translate.1 \ --- gdal-1.6.0.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?20090609003121.61571108840>