Bug 139109

Summary: [PATCH] devel/pdcurses: mark MAKE_JOBS_UNSAFE
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: Alejandro Pulver <alepulver>
Status: Closed FIXED    
Severity: Affects Only Me CC: alepulver
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
pdcurses-3.3_3.patch none

Description Dmitry Marakasov 2009-09-24 12:00:10 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-09-24 12:00:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-10-28 02:22:23 UTC
amdmi3      2009-10-28 02:22:10 UTC

  FreeBSD ports repository

  Modified files:
    devel/pdcurses       Makefile 
  Log:
  - Mark MAKE_JOBS_UNSAFE as it fais with forced jobs
  
  PR:             139109
  Submitted by:   myself
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.12      +1 -0      ports/devel/pdcurses/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2009-10-28 02:28:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!