Date: Thu, 24 Sep 2009 14:55:09 +0400 (MSD) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: alepulver@FreeBSD.org Subject: ports/139109: [PATCH] devel/pdcurses: mark MAKE_JOBS_UNSAFE Message-ID: <20090924105509.8D05AB849@hades.panopticon> Resent-Message-ID: <200909241100.n8OB0B17002513@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139109 >Category: ports >Synopsis: [PATCH] devel/pdcurses: 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: Thu Sep 24 11:00:10 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-BETA2 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009 >Description: Mark MAKE_JOBS_UNSAFE, otherwise fails with forced jobs: --- cc worm.o -o worm libXCurses.a -L/usr/local/lib -lXaw -lXmu -lXt -lX11 -lSM -lICE -lXext -lXpm cc xmas.o -o xmas libXCurses.a -L/usr/local/lib -lXaw -lXmu -lXt -lX11 -lSM -lICE -lXext -lXpm cd doc; make -j 3 all cd: can't cd to doc *** Error code 2 1 error --- Port maintainer (alepulver@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- pdcurses-3.3_3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/pdcurses/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- Makefile 18 Mar 2009 02:30:17 -0000 1.11 +++ Makefile 23 Sep 2009 14:17:43 -0000 @@ -20,6 +20,7 @@ USE_LDCONFIG= yes USE_XORG= x11 xext sm ice xt xaw GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE=yes OPTIONS= DEBUG "Enable debugging support" off \ LATIN1 "Enable support for Latin1 keys" off \ --- pdcurses-3.3_3.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?20090924105509.8D05AB849>