Bug 92065 - [patch] misc/tinderbox does not install php4-pgsql (or mysql) extension
Summary: [patch] misc/tinderbox does not install php4-pgsql (or mysql) extension
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: Edwin Groothuis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-20 16:10 UTC by Vasil Dimov
Modified: 2006-01-20 21:58 UTC (History)
1 user (show)

See Also:


Attachments
tinderbox_dep.diff (896 bytes, patch)
2006-01-20 16:10 UTC, Vasil Dimov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vasil Dimov 2006-01-20 16:10:07 UTC
misc/tinderbox does not install the php extension for the selected
database, because the extension is added to USE_PHP after
bsd.port.pre.mk inclusion.

Fix: The exact solution was suggested by flz.
Comment 1 Vasil Dimov freebsd_committer freebsd_triage 2006-01-20 16:19:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->edwin

Over to maintainer
Comment 2 Marcus Alves Grando freebsd_committer freebsd_triage 2006-01-20 18:13:52 UTC
Tinderbox is written in Perl, uses MySQL or PostgreSQL as data storage
and PHP for optional web front-end.
            ^^^^^^^^

PHP are optional. Add an OPTION to enable/disable are good.

Thanks

-- 
Marcus Alves Grando
marcus(at)corp.grupos.com.br  |  Grupos Internet S/A
  mnag(at)FreeBSD.org         |  FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-20 21:58:22 UTC
State Changed
From-To: open->closed

Committed, thanks!