Re: removing phpMyAdmin

2005-02-01 Thread Kevin Kinsey
Matthew Seaman wrote:
On Thu, Jan 27, 2005 at 01:17:38PM -0800, Curtis Vaughan wrote:
 

Hold on a minute -- didn't I already answer this e-mail a few days
ago? Deja-vu all over again...
Cheers,
	Matthew
 

Me 2, and Mike Schultz, Jim Pazarena, Chris Hopkins...
Personally, I think Curtis's server's spam settings are
a little too tight, and he doesn't read the list ...
I might be wrong
Kevin Kinsey
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


removing phpMyAdmin

2005-01-31 Thread Curtis Vaughan
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.

Has phpMyAdmin been removed or has an update of ports gone astray?
Curtis
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: removing phpMyAdmin

2005-01-31 Thread Michael C. Shultz
On Monday 31 January 2005 04:00 pm, 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.

 Has phpMyAdmin been removed or has an update of ports gone astray?

 Curtis

Look at the bottom of /usr/ports/MOVED.

To remove a port after it's directory has disappeared just 
ls /var/db/pkg, look for a directory with the name of the port you want 
to remove then run:

pkg_delete -f /var/db/pkg/{portNameToBeRemoved}

-Mike
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: removing phpMyAdmin

2005-01-28 Thread Matthew Seaman
On Thu, Jan 27, 2005 at 01:17:38PM -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.

/usr/ports/databases/phpmyadmin
 
 Has phpMyAdmin been removed or has an update of ports gone astray?

Not to my knowledge, and I should know 'cos I'm the maintainer.

It's possible you've fubared a ports cvsup -- using one of the system
CVS tags is a common error --  but you'ld tend to notice that because
the effect would be to delete virtually all of the files from under
/usr/ports.

Hold on a minute -- didn't I already answer this e-mail a few days
ago? Deja-vu all over again...

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


pgpCpkgtZsTum.pgp
Description: PGP signature


Re: removing phpMyAdmin

2005-01-27 Thread Matthew Seaman
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


pgpgOKk16GsDz.pgp
Description: PGP signature


removing phpMyAdmin

2005-01-27 Thread Curtis Vaughan
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.

Has phpMyAdmin been removed or has an update of ports gone astray?
Curtis
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


removing phpMyAdmin

2005-01-26 Thread Curtis Vaughan
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.

Has phpMyAdmin been removed or has an update of ports gone astray?
Curtis
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: removing phpMyAdmin

2005-01-26 Thread Jim Pazarena
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.

Has phpMyAdmin been removed or has an update of ports gone astray?
Curtis
/usr/ports/databases/phpmyadmin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


removing phpMyAdmin

2005-01-26 Thread Curtis Vaughan
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.

Has phpMyAdmin been removed or has an update of ports gone astray?
Curtis
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: removing phpMyAdmin

2005-01-26 Thread Kevin Kinsey
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.

Has phpMyAdmin been removed or has an update of ports gone astray?
Curtis
Hmm, at the moment, on a fairly recent system:
[563] Sun 23.Jan.2005 
17:10:01  
[EMAIL PROTECTED]/openregistration/openregistration]
whereis phpmyadmin
phpmyadmin: /usr/ports/databases/phpmyadmin

HTH,
Kevin Kinsey
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: removing phpMyAdmin

2005-01-26 Thread Chris Hodgins
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.

Has phpMyAdmin been removed or has an update of ports gone astray?
Curtis
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

You can do this to find ports:
$ cd /usr/ports
$ make search name=phpMyAdmin
Port:   phpMyAdmin-2.6.1.r2
Path:   /usr/ports/databases/phpmyadmin
Info:   A set of PHP-scripts to manage MySQL over the web
Maint:  [EMAIL PROTECTED]
B-deps:
R-deps: apache-1.3.33_1 expat-1.95.8 fontconfig-2.2.3,1 
freetype2-2.1.7_4 jpeg-6b_3 mysql-client-4.0.23a openssl-0.9.7e_1 
pdflib-6.0.1 pecl-pdflib-2.0.4 perl-5.8.5 php4-4.3.10_2 
php4-bz2-4.3.10_2 php4-gd-4.3.10_2 php4-mysql-4.3.10_2 
php4-openssl-4.3.10_2 php4-pcre-4.3.10_2 php4-zlib-4.3.10_2 
pkgconfig-0.15.0_1 png-1.2.8 t1lib-5.0.1,1 xorg-libraries-6.8.1_1

HTH
Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]