Date: Wed, 25 Mar 2009 18:01:32 +0100 (CET) From: Guido Falsi <mad@madpilot.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/133067: [maintainer-update]: mark MAKE_JOBS_SAFE for ports I maintain. Message-ID: <20090325170132.29760130C41@megatron.madpilot.net> Resent-Message-ID: <200903251710.n2PHA2di089872@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133067 >Category: ports >Synopsis: [maintainer-update]: mark MAKE_JOBS_SAFE for ports I maintain. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Mar 25 17:10:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Guido Falsi >Release: FreeBSD 7.1-STABLE i386 >Organization: none >Environment: System: FreeBSD megatron.madpilot.net 7.1-STABLE FreeBSD 7.1-STABLE #15: Sat Mar 14 11:16:00 CET 2009 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON i386 >Description: Mark threads safe for the following ports: comms/gnokii comms/openobex comms/obexapp games/pokerth games/traindirector I made separate patches for each. hope this is not inconvenient. Tested with a 2 core machine and also with MAKE_JOBS_NUMBER=4. >How-To-Repeat: >Fix: comms/gnokii: diff -ruN gnokii.old/Makefile gnokii/Makefile --- gnokii.old/Makefile 2009-03-25 15:30:24.000000000 +0100 +++ gnokii/Makefile 2009-03-25 15:31:01.000000000 +0100 @@ -19,6 +19,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +MAKE_JOBS_SAFE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes comms/openobex: diff -ruN openobex.old/Makefile openobex/Makefile --- openobex.old/Makefile 2009-03-25 17:21:50.000000000 +0100 +++ openobex/Makefile 2009-03-25 17:22:22.000000000 +0100 @@ -14,6 +14,7 @@ MAINTAINER= mad@madpilot.net COMMENT= Open source implementation of the OBEX protocol +MAKE_JOBS_SAFE= yes USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes comms/openobex: diff -ruN openobex.old/Makefile openobex/Makefile --- openobex.old/Makefile 2009-03-25 17:21:50.000000000 +0100 +++ openobex/Makefile 2009-03-25 17:22:22.000000000 +0100 @@ -14,6 +14,7 @@ MAINTAINER= mad@madpilot.net COMMENT= Open source implementation of the OBEX protocol +MAKE_JOBS_SAFE= yes USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes games/pokerth: diff -ruN pokerth.old/Makefile pokerth/Makefile --- pokerth.old/Makefile 2009-03-25 15:36:10.000000000 +0100 +++ pokerth/Makefile 2009-03-25 15:36:41.000000000 +0100 @@ -20,6 +20,7 @@ gnutls.26:${PORTSDIR}/security/gnutls \ curl.5:${PORTSDIR}/ftp/curl +MAKE_JOBS_SAFE= yes USE_ICONV= yes USE_BZIP2= yes USE_GMAKE= yes games/traindirector: diff -ruN traindirector.old/Makefile traindirector/Makefile --- traindirector.old/Makefile 2009-03-25 17:09:46.000000000 +0100 +++ traindirector/Makefile 2009-03-25 17:11:04.000000000 +0100 @@ -16,6 +16,7 @@ NO_WRKSUBDIR= yes +MAKE_JOBS_SAFE= yes USE_GMAKE= yes USE_GNOME= gtk20 USE_ZIP= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090325170132.29760130C41>