Bug 154786 - net/p5-Net should be marked IS_INTERACTIVE
Summary: net/p5-Net should be marked IS_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: 2011-02-14 21:20 UTC by Doug Barton
Modified: 2011-03-27 20:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Doug Barton freebsd_committer freebsd_triage 2011-02-14 21:20:03 UTC
	This port asks questions of the user

Fix: 

Add this to the port:

.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
IS_INTERACTIVE=	yes
.endif
How-To-Repeat: 	Build the port
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-14 21:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-03-27 20:12:34 UTC
dougb       2011-03-27 19:12:26 UTC

  FreeBSD ports repository

  Modified files:
    net/p5-Net           Makefile 
  Log:
  Mark IS_INTERACTIVE
  
  PR:             ports/154786
  Submitted by:   me
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.52      +4 -0      ports/net/p5-Net/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 Doug Barton freebsd_committer freebsd_triage 2011-03-27 20:12:42 UTC
State Changed
From-To: open->closed


Patch committed 


Comment 4 Doug Barton freebsd_committer freebsd_triage 2011-03-27 20:12:42 UTC
Responsible Changed
From-To: perl->dougb


I committed it.