Bug 72921 - MAINTAINER-UPDATE: Upgrade www/bricolage to 1.8.2
Summary: MAINTAINER-UPDATE: Upgrade www/bricolage to 1.8.2
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-20 13:00 UTC by Rod Taylor
Modified: 2004-11-16 16:45 UTC (History)
0 users

See Also:


Attachments
bricolage.patch (3.31 KB, patch)
2004-10-20 13:00 UTC, Rod Taylor
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rod Taylor 2004-10-20 13:00:50 UTC
	Upgrade Bricolage from 1.8.1 to 1.8.2
	Change dependencies to use mod_perl as a DSO by default.

Fix: Add an UPDATING message with the following text:

	Bricolage may now be run on mod_perl compiled as a DSO for Apache
	when following these guidelines:

		http://perl.apache.org/docs/1.0/guide/install.html#When_DSO_can_be_Used

	To do this, you will need to:

		pkg_delete -f apache-mod_perl
		pkg_delete -f p5-libapreq-static
		portupgrade -rR bricolage

	Bricolage will rebuild mod_perl, apache and libapreq using their standard
	versions.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-11-16 16:45:29 UTC
State Changed
From-To: open->closed

Committed, thanks!