Bug 161321 - www/p5-Gantry needs IS_INTERACTIVE
Summary: www/p5-Gantry 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-06 07:10 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-06 07:10:07 UTC
	While building the port I see this:

===>  Configuring for p5-Gantry-3.64
********************************************************************************
Gantry Framework
********************************************************************************
[web dir] css
[web dir] images
[web dir] images/tenttut
[web dir] js
[web dir] moxie
[web dir] root
[web dir] sfbb


Gantry comes with a set of default templates that
need to be written to disk. A typical location for these
templates is your web server document root.

Path for Gantry templates [/usr/local/www/gantry ]

	Ports tools like portmaster can hide this from the user, so they
	need to be warned that the port is interactive.

Fix: 

Modify the port as above.
How-To-Repeat: 	DNA
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-06 07:10:17 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:13:22 UTC
State Changed
From-To: open->closed
Comment 4 Doug Barton freebsd_committer freebsd_triage 2011-10-22 08:13:22 UTC
Responsible Changed
From-To: perl->dougb


I committed it.