Bug 66697 - [Maintainer Update] databases/phpmyadmin - compatability with suphp
Summary: [Maintainer Update] databases/phpmyadmin - compatability with suphp
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-05-16 14:00 UTC by Matthew Seaman
Modified: 2004-05-20 17:32 UTC (History)
0 users

See Also:


Attachments
phpmyadmin.diff (20.48 KB, patch)
2004-05-16 14:00 UTC, Matthew Seaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Seaman 2004-05-16 14:00:50 UTC
This PR superceeds PR ports/66612.

After some discussion off-line with Jeremy Chadwick, I came up with
the following diff, incorporating his requirements and some other
stuff I was working on already.

This:
	- moves the default installation directory to /usr/local/www/phpMyAdmin
	  instead of /usr/local/www/data/phpMyAdmin

ref: Kris' e-mail to freebsd-ports@... mentioning adding
/usr/local/www to BSD.local.dist, and the subsequent thread starting
with --
http://lists.freebsd.org/pipermail/freebsd-ports/2004-April/011899.html


	- Improves handling config files, making them not world readable
	  by default.

	- Generates pkg-plist dynamically

	- Adds a WITH_SUPHP option 

Gives a RUN_DEPENDS on www/suphp, and causes all of the web content to
be installed with phpmyadm:www ownership.

    Files added:
        pkg-deinstall-suphp
        pkg-install-suphp
        pkg-message
        pkg-plist-chunk
    Files modified
        Makefile
    Files deleted
        pkg-plist

A note in /usr/ports/UPDATING about the change in the default
installation directory would probably be a good idea.
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2004-05-20 17:31:51 UTC
State Changed
From-To: open->closed


Committed, thanks!