Date: Tue, 2 Jun 2009 11:02:38 +0200 (CEST) From: Matthias Andree <matthias.andree@gmx.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jharris@widomaker.com Subject: ports/135169: [PATCH] www/lynx: set MAKE_JOBS_UNSAFE Message-ID: <20090602090238.7E11133C15@rho.emma.line.org> Resent-Message-ID: <200906020910.n529A1n7074310@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135169 >Category: ports >Synopsis: [PATCH] www/lynx: set MAKE_JOBS_UNSAFE >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 02 09:10:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: System: FreeBSD rho.emma.line.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Jun 1 14:44:28 CEST >Description: Lynx can't be built in parallel. Set MAKE_JOBS_UNSAFE to reflect this. Port maintainer (jharris@widomaker.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- lynx-2.8.6.5_5,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/lynx/Makefile /usr/home/emma/ports/www/lynx/Makefile --- /usr/ports/www/lynx/Makefile 2009-02-26 16:13:45.000000000 +0100 +++ /usr/home/emma/ports/www/lynx/Makefile 2009-06-02 11:01:25.000000000 +0200 @@ -27,6 +27,8 @@ --enable-nsl-fork --enable-persistent-cookies \ --enable-nested-tables --enable-gzip-help \ +MAKE_JOBS_UNSAFE= yes + OPTIONS= SSL "SSL support" on \ DEFAULT_COLORS "Colors support" off \ IPV6 "IPv6 support" off \ --- lynx-2.8.6.5_5,1.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?20090602090238.7E11133C15>