Date: Mon, 20 Jul 2009 21:08:24 +0400 (MSD) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dinoex@FreeBSD.org Subject: ports/136938: [PATCH] security/openssl: mark MAKE_JOBS_UNSAFE Message-ID: <20090720170824.7A181108842@hades.panopticon> Resent-Message-ID: <200907201710.n6KHA7hl088220@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136938 >Category: ports >Synopsis: [PATCH] security/openssl: 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: Mon Jul 20 17:10:07 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: Fails with forced make jobs: http://people.freebsd.org/~amdmi3/openssl-0.9.8k_2.log Port maintainer (dinoex@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- openssl-0.9.8k_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/security/openssl/Makefile,v retrieving revision 1.148 diff -u -u -r1.148 Makefile --- Makefile 22 May 2009 05:42:26 -0000 1.148 +++ Makefile 20 Jul 2009 17:07:39 -0000 @@ -39,6 +39,7 @@ NOPRECIOUSMAKEVARS= Too many _MLINKS for fetch NOPRECIOUSSOFTMAKEVARS= Too many _MLINKS for fetch USE_PERL5_BUILD= yes +MAKE_JOBS_UNSAFE= yes MAN1= CA.pl.1 asn1parse.1 ca.1 ciphers.1 crl.1 crl2pkcs7.1 dgst.1 dhparam.1 \ dsa.1 dsaparam.1 ec.1 ecparam.1 enc.1 errstr.1 gendsa.1 genrsa.1 \ --- openssl-0.9.8k_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?20090720170824.7A181108842>