phpmyadmin 2.9.0.3 depends on php5 5.2.0

2006-11-09 Thread Niek
I am trying to install phpmyadmin 2.9.0.3 from ports. Although 
php5-5.1.6 + extensions is installed, the script tries to install 
php5-5.2.0. How can one avoid this? I don't see an option in the Makefile.


thanks i.a. for any comment,
niek

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


Re: phpmyadmin 2.9.0.3 depends on php5 5.2.0

2006-11-09 Thread Matthew Seaman
Niek wrote:
 I am trying to install phpmyadmin 2.9.0.3 from ports. Although
 php5-5.1.6 + extensions is installed, the script tries to install
 php5-5.2.0. How can one avoid this? I don't see an option in the Makefile.


Hmmm... you'ld run into the same problem with any PHP web app I think.
phpMyAdmin depends on various php modules (pcre, mysql, gd, etc.) and
those are actually in different locations on the hard drive between
php-5.1.6 and php-5.2.0, so the ports dependency testing stuff won't be
satisfied by the presence of the 5.1.6 module -- it will be looking in
the location where the 5.2.0 module should be installed.

About the only thing I can think of is to use the 'date' feature of
cvsup and grab a copy of the ports tree after the last update to
phpMyAdmin but before php-5.2.0 went in.  If you read
csup(1) or cvsup(1) man page it's explained in there.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   Flat 3
  7 Priory Courtyard
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW, UK



signature.asc
Description: OpenPGP digital signature


Re: phpmyadmin 2.9.0.3 depends on php5 5.2.0

2006-11-09 Thread Gerard Seibert
On Thursday November 09, 2006 at 09:23:31 (AM) Niek wrote:

 I am trying to install phpmyadmin 2.9.0.3 from ports. Although 
 php5-5.1.6 + extensions is installed, the script tries to install 
 php5-5.2.0. How can one avoid this? I don't see an option in the Makefile.

What version do you have in your ports tree? I have php 5.1.6 installed,
but php 5.2.0 in the ports.

This is what I got checking out phpmyadmin.

This port requires package(s) expat-2.0.0_1 fontconfig-2.3.2_6,1 freetype2-2.2.
1_1 jpeg-6b_4 libdrm-2.0.2 libiconv-1.9.2_2 libltdl-1.5.22 libmcrypt-2.5.7_2 lib
xml2-2.6.26 mysql-client-5.0.27 pdflib-7.0.0p3 pecl-pdflib-2.1.2 php5-5.2.0 php5
-bz2-5.2.0 php5-gd-5.2.0 php5-mbstring-5.2.0 php5-mcrypt-5.2.0 php5-mysql-5.2.0
php5-openssl-5.2.0 php5-pcre-5.2.0 php5-session-5.2.0 php5-zlib-5.2.0 pkg-config
-0.21 png-1.2.12_1 t1lib-5.1.0_1,1 xorg-libraries-6.9.0 to run.

$ php --version
PHP 5.1.6 with Suhosin-Patch 0.9.6 (cli) (built: Oct 30 2006 07:08:51)


I don't know if this will help you or not. Is there any reason you do
not want to upgrade PHP anyway? Are you using portupgrade or portmanager
to install the port, or just a 'make install' routine?

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


Re: phpmyadmin 2.9.0.3 depends on php5 5.2.0

2006-11-09 Thread John Smith

On 11/9/06, Niek [EMAIL PROTECTED] wrote:

I am trying to install phpmyadmin 2.9.0.3 from ports. Although
php5-5.1.6 + extensions is installed, the script tries to install
php5-5.2.0. How can one avoid this? I don't see an option in the Makefile.

thanks i.a. for any comment,
niek


Why PHP 5.1.6 is removed in the first place?

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


Re: phpmyadmin 2.9.0.3 depends on php5 5.2.0

2006-11-09 Thread Gerard Seibert
On Thursday November 09, 2006 at 12:12:42 (PM) John Smith wrote:


 Why PHP 5.1.6 is removed in the first place?

Contact the maintainer. I assume they would know.

 [EMAIL PROTECTED]

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


Re[2]: phpmyadmin 2.9.0.3 depends on php5 5.2.0

2006-11-09 Thread Daniel Gerzo
Hello Gerard,

Thursday, November 9, 2006, 7:45:53 PM, you wrote:

 On Thursday November 09, 2006 at 12:12:42 (PM) John Smith wrote:


 Why PHP 5.1.6 is removed in the first place?

See the PHP 5.2.0 announcement:

The PHP development team is proud to announce the immediate release
of PHP 5.2.0. This release is a major improvement in the 5.X series,
which includes a large number of new features, bug fixes and security
enhancements. Further details about this release can be found in the
release announcement 5.2.0, the full list of changes is available in
the ChangeLog PHP 5.

All users of PHP, especially those using earlier PHP 5 releases are
advised to upgrade to this release as soon as possible. This release
^
also obsoletes the 5.1 branch of PHP.
^^

 Contact the maintainer. I assume they would know.

-- 
Best regards,
 Danielmailto:[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: Re[2]: phpmyadmin 2.9.0.3 depends on php5 5.2.0

2006-11-09 Thread John Smith

On 11/9/06, Daniel Gerzo [EMAIL PROTECTED] wrote:

Hello Gerard,

Thursday, November 9, 2006, 7:45:53 PM, you wrote:

 On Thursday November 09, 2006 at 12:12:42 (PM) John Smith wrote:


 Why PHP 5.1.6 is removed in the first place?

See the PHP 5.2.0 announcement:

The PHP development team is proud to announce the immediate release
of PHP 5.2.0. This release is a major improvement in the 5.X series,
which includes a large number of new features, bug fixes and security
enhancements. Further details about this release can be found in the
release announcement 5.2.0, the full list of changes is available in
the ChangeLog PHP 5.

All users of PHP, especially those using earlier PHP 5 releases are
advised to upgrade to this release as soon as possible. This release
^
also obsoletes the 5.1 branch of PHP.
^^

 Contact the maintainer. I assume they would know.

--
Best regards,
 Danielmailto:[EMAIL PROTECTED]


I mean shouldn't they keep 5.1.x for sometime and make new port for
5.2.x beside 5.1.x? maybe some php scripts wont work on PHP 5.2.x and
they need some time to tweak it?

Thanks,

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


Re[2]: phpmyadmin 2.9.0.3 depends on php5 5.2.0

2006-11-09 Thread Niek Dekker


ubject:
Re[2]: phpmyadmin 2.9.0.3 depends on php5 5.2.0
From:
Daniel Gerzo [EMAIL PROTECTED]
Date:
Thu, 9 Nov 2006 20:18:28 +0100
To:
Gerard Seibert [EMAIL PROTECTED]

To:
Gerard Seibert [EMAIL PROTECTED]

Hello Gerard,

Thursday, November 9, 2006, 7:45:53 PM, you wrote:

  

On Thursday November 09, 2006 at 12:12:42 (PM) John Smith wrote:


hy PHP 5.1.6 is removed in the first place?
  


See the PHP 5.2.0 announcement:

The PHP development team is proud to announce the immediate release
of PHP 5.2.0. This release is a major improvement in the 5.X series,
which includes a large number of new features, bug fixes and security
enhancements. Further details about this release can be found in the
release announcement 5.2.0, the full list of changes is available in
the ChangeLog PHP 5.

All users of PHP, especially those using earlier PHP 5 releases are
advised to upgrade to this release as soon as possible. This release
^
also obsoletes the 5.1 branch of PHP.
^^
  

Thanks to all who answered. Of course, knowing this now, I just updated 
php5 to 5.2.0.


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