removing phpMyAdmin
Matthew Seaman
m.seaman at infracaninophile.co.uk
Thu Jan 27 02:32:49 PST 2005
On Wed, Jan 26, 2005 at 01:29:45PM -0800, Curtis Vaughan wrote:
> >Well, I wanted to remove phpMyAdmin from my 5.3 server. Usually I
> >would just go to the port location under /usr/ports/ and type make
> >deinstall. However, phpMyAdmin apparently isn't here anymore. I don't
> >even know exactly where it should be be but judging by freebsd's
> >website, it should be under /usr/ports/www/ but it's not. In fact a
> >locate and find for phpMyAdmin turns up nothing in the /usr/ports/
> >directory, except under /usr/ports/distfiles which is, of course, not
> >what I need.
Instead of doing a 'make deinstall' from the port directory, you can
always use pkg_delete(1) --
# pkg_delete phpMyAdmin-\*
(That's actually what 'make deinstall' does behind the scenes)
> >Has phpMyAdmin been removed or has an update of ports gone astray?
The phpMyAdmin port is slightly odd in that the port is called
'databases/phpmyadmin' (all lower case), but the generated package is
phpMyAdmin-2.6.1 (mixed case). It's been that way since before I took
over maintaining it.
The 'make search' stuff you can do to search the ports index should
give you a reasonable answer whichever capitalization you use,
although there was a problem on 5.x machines fixed with revision 1.56
of bsd.port.subdir.mk about two months ago.
Cheers,
Matthew
--
Dr Matthew J Seaman MA, D.Phil. 8 Dane Court Manor
School Rd
PGP: http://www.infracaninophile.co.uk/pgpkey Tilmanstone
Tel: +44 1304 617253 Kent, CT14 0JL UK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 305 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20050127/d087befe/attachment.bin
More information about the freebsd-questions
mailing list