From owner-freebsd-questions@FreeBSD.ORG Thu Nov 9 15:13:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50F9E16A407 for ; Thu, 9 Nov 2006 15:13:27 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.187.76.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11A4643D6E for ; Thu, 9 Nov 2006 15:13:11 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [172.16.3.238] (gateway.ash.thebunker.net [213.129.64.4]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.13.8/8.13.8) with ESMTP id kA9FCS5S012521 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 9 Nov 2006 15:12:40 GMT (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk from=m.seaman@infracaninophile.co.uk; sender-id=softfail; spf=softfail X-SenderID: Sendmail Sender-ID Filter v0.2.14 smtp.infracaninophile.co.uk kA9FCS5S012521 Message-ID: <45534553.6070608@infracaninophile.co.uk> Date: Thu, 09 Nov 2006 15:12:19 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5.0.7 (X11/20061020) MIME-Version: 1.0 To: Niek References: <20061109120055.C23AF16A55E@hub.freebsd.org> <455339E3.5010201@bigfoot.com> In-Reply-To: <455339E3.5010201@bigfoot.com> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig4A6B1E9EEC8785DCE20F2E21" X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [81.187.76.162]); Thu, 09 Nov 2006 15:13:00 +0000 (GMT) X-Virus-Scanned: ClamAV 0.88.6/2180/Thu Nov 9 12:02:30 2006 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00, DKIM_POLICY_TESTING, SPF_SOFTFAIL autolearn=no version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: phpmyadmin 2.9.0.3 depends on php5 5.2.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Nov 2006 15:13:27 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig4A6B1E9EEC8785DCE20F2E21 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable 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 Makefi= le. 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 --=20 Dr Matthew J Seaman MA, D.Phil. Flat 3 7 Priory Courtyard PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW, UK --------------enig4A6B1E9EEC8785DCE20F2E21 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFU0Va8Mjk52CukIwRA/USAKCQvGoOKqJFUlWnmOKrRwydvXnA1gCeJ/+N 20zcYgyAYCazg0laE2WKDec= =A7e7 -----END PGP SIGNATURE----- --------------enig4A6B1E9EEC8785DCE20F2E21--