Bug 161312 - devel/p5-Inline needs IS_INTERACTIVE
Summary: devel/p5-Inline needs 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-10-05 21:09 UTC by Doug Barton
Modified: 2011-10-22 08: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-10-05 21:09:37 UTC
	When building the port I got this:

===>  Configuring for p5-Inline-0.48
Warning: prerequisite Test::Warn 0.21 not found.
Checking if your kit is complete...
Looks good

Inline::C is packaged with Inline.pm because it is the most commonly used
Inline Language Support Module (ILSM).

See also: Inline::ASM, ::Awk, ::BC, ::Basic, ::Befunge, ::CPP (C++), ::CPR,
::Foo, ::Guile, ::Java, ::Octave, ::PERL, ::Python, ::Ruby, ::TT,
::Tcl and ::WebChat.

Config.pm indicates that your version of Perl was built with this C compiler:

cc

I have located this compiler on your system.

Do you want to install Inline::C? [y]

Ports tools like portmaster that have the ability to hide and/or log
build/install need to know if a port is interactive so that the user can
act accordingly.

Fix: 

Add IS_INTERACTIVE= true
How-To-Repeat: 	Build the port
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-05 21:10:14 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:18 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:12:34 UTC
State Changed
From-To: open->closed
Comment 4 Doug Barton freebsd_committer freebsd_triage 2011-10-22 08:12:34 UTC
Responsible Changed
From-To: perl->dougb


I committed it.