Bug 106103 - [patch] misc/tinderbox port requires php
Summary: [patch] misc/tinderbox port requires php
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: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-01 01:50 UTC by Nick Barkas
Modified: 2006-12-01 14:12 UTC (History)
0 users

See Also:


Attachments
file.diff (1.36 KB, patch)
2006-12-01 01:50 UTC, Nick Barkas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Barkas 2006-12-01 01:50:12 UTC
The misc/tinderbox port tries to install PHP and Pear as dependencies if you do
not have them already, even if you do not wish to use the web parts of
tinderbox. Attached is a patch to the port's Makefile which adds a new option
for whether to use the web interface or not, and if not the PHP/Pear
dependencies are no longer required.

How-To-Repeat: make install in /usr/ports/misc/tinderbox with PHP and/or Pear not installed
already.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-01 01:50:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-12-01 13:57:56 UTC
itetcu      2006-12-01 13:57:48 UTC

  FreeBSD ports repository

  Modified files:
    misc/tinderbox       Makefile pkg-plist 
  Log:
  - install of www and www-exp conditionally (on WEB and WEB_EXP OPTIONS)
  - don't depend on php if neither web interface is intalled [1]
  - bump PORTREVISON for plist changes.
  
  PR:             ports/106103 [1] (inspired by)
  Submitted by:   Nick Barkas [1]
  
  Revision  Changes    Path
  1.24      +41 -5     ports/misc/tinderbox/Makefile
  1.9       +53 -53    ports/misc/tinderbox/pkg-plist
_______________________________________________
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 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-12-01 14:12:20 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!