Bug 151723 - x11-clocks/asclock-xlib needs imake to build, mark jobs unsafe and interactive
Summary: x11-clocks/asclock-xlib needs imake to build, mark jobs unsafe and interactive
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Doug Barton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-25 18:50 UTC by Doug Barton
Modified: 2011-09-25 03:40 UTC (History)
0 users

See Also:


Attachments
file.diff (629 bytes, patch)
2010-10-25 18:50 UTC, Doug Barton
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Doug Barton freebsd_committer freebsd_triage 2010-10-25 18:50:09 UTC
	This port requires imake, but for typical user builds there is no
	dependency for it. USE_IMAKE is defined for BATCH which conceals
	the problem on the build cluster.

	I added MAKE_JOBS_UNSAFE because it failed on my C2D system with
	make jobs forced. I added IS_INTERACTIVE because for user builds it
	has a menu to choose the type of clock to build.

Fix: Apply the following patch:
How-To-Repeat: 	Build without -BATCH on a clean system.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-25 18:50:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Jun Kuriyama freebsd_committer freebsd_triage 2010-10-26 07:35:06 UTC
State Changed
From-To: open->feedback

Does this mean we cannot provide a package for releases?
Comment 3 Eitan Adler freebsd_committer freebsd_triage 2011-09-24 19:26:00 UTC
State Changed
From-To: feedback->open

has patch which must be committed
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-09-25 03:36:06 UTC
dougb       2011-09-25 02:35:52 UTC

  FreeBSD ports repository

  Modified files:
    x11-clocks/asclock-xlib Makefile 
  Log:
  When not -D BATCH mark IS_INTERACTIVE, make imake dependency unconditional
  
  PR:             ports/151723
  Submitted by:   me
  Approved by:    maintainer timeout (11 months)
  
  Revision  Changes    Path
  1.19      +7 -6      ports/x11-clocks/asclock-xlib/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 5 Doug Barton freebsd_committer freebsd_triage 2011-09-25 03:37:14 UTC
State Changed
From-To: open->closed


I committed a slightly different version with improvements to the 
IS_INTERACTIVE part based on experience. 


Comment 6 Doug Barton freebsd_committer freebsd_triage 2011-09-25 03:37:14 UTC
Responsible Changed
From-To: kuriyama->dougb


I committed the change.