Bug 66697

Summary: [Maintainer Update] databases/phpmyadmin - compatability with suphp
Product: Ports & Packages Reporter: Matthew Seaman <m.seaman>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
phpmyadmin.diff none

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!