Date: Mon, 23 Mar 2009 13:50:50 +0100 (CET) From: Martin Matuska <mm@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/132970: [PATCH] databases/db47: mark MAKE_JOBS_SAFE for SMP Message-ID: <20090323125050.D4B024ADAA@mail.vx.sk> Resent-Message-ID: <200903231300.n2ND0Dwp064844@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132970 >Category: ports >Synopsis: [PATCH] databases/db47: mark MAKE_JOBS_SAFE for SMP >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: Mon Mar 23 13:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 7.1-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD neo2.vx.sk 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #11 r179970M: Thu Jan 15 23:58:53 CET >Description: - Mark MAKE_JOBS_SAFE for SMP compilation - Make PORTLINT happier (remove whitespace) I suggest enabling MAKE_JOBS_SAFE for databases/db45 and databases/db46 as well. Port maintainer (gslin@gslin.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- db47-4.7.25.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/databases/db47/Makefile,v retrieving revision 1.90 diff -u -r1.90 Makefile --- Makefile 15 Dec 2008 18:15:24 -0000 1.90 +++ Makefile 23 Mar 2009 12:48:55 -0000 @@ -23,7 +23,7 @@ # # * patch.4.7.25.2: ----------------------------------------------------------- # # [#16415] DB_ENV->lock_get may self deadlock if user defined locks -# are used and there is only one lock partition defined. +# are used and there is only one lock partition defined. # I allow matthias.andree@gmx.de and all freebsd committer to do changes # to this package. @@ -39,6 +39,7 @@ --bindir=${PREFIX}/bin/${PORTNAME} CONFIGURE_SCRIPT= ../dist/configure GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes INSTALL_TARGET= install_include install_lib install_utilities LIBTOOLFILES= ${CONFIGURE_SCRIPT} WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix --- db47-4.7.25.2.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?20090323125050.D4B024ADAA>