Bug 161322

Summary: www/p5-Bigtop needs IS_INTERACTIVE, other errors
Product: Ports & Packages Reporter: Doug Barton <dougb>
Component: Individual Port(s)Assignee: Doug Barton <dougb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Doug Barton freebsd_committer freebsd_triage 2011-10-06 07:20:06 UTC
	While building the port I see this:

Checking prerequisites...
  build_requires:
      !  Test::Files is not installed
      !  Test::Warn is not installed

ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
of the modules indicated above before proceeding with this installation

Run 'Build installdeps' to install missing prerequisites.

Bigtop has an editor called tentmaker.  It allows
you to edit bigtop files with a DOM compatible browser
(like Firefox).  tentmaker requires some templates.

Do you want to install the tentmaker templates? [y ]

	Ports tools like portmaster can hide these prompts, so the user
	needs to know that the port is interactive.

How-To-Repeat: 	Build the port.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-06 07:20:18 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-10-22 08:12:19 UTC
dougb       2011-10-22 07:12:03 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-Inline      Makefile 
    www/p5-Bigtop        Makefile 
    www/p5-Gantry        Makefile 
  Log:
  Add IS_INTERACTIVE to these ports [1]
  
  While I'm here, fix RUN_DEPENDS:=       ${BUILD_DEPENDS}
  for devel/p5-Inline
  
  PR:             ports/161312 [1]
  PR:             ports/161321 [1]
  PR:             ports/161322 [1]
  Submitted by:   me [1]
  Approved by:    perl@ [1]
  
  Revision  Changes    Path
  1.15      +3 -1      ports/devel/p5-Inline/Makefile
  1.13      +2 -0      ports/www/p5-Bigtop/Makefile
  1.17      +2 -0      ports/www/p5-Gantry/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-10-22 08:13:52 UTC
State Changed
From-To: open->closed
Comment 4 Doug Barton freebsd_committer freebsd_triage 2011-10-22 08:13:52 UTC
Responsible Changed
From-To: perl->dougb


I committed it.