ports/139109: [PATCH] devel/pdcurses: mark MAKE_JOBS_UNSAFE

Dmitry Marakasov amdmi3 at amdmi3.ru
Thu Sep 24 11:00:13 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list