From owner-freebsd-ports@FreeBSD.ORG Sat Feb 4 11:47:49 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B16516A420; Sat, 4 Feb 2006 11:47:49 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.187.76.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63BC743D49; Sat, 4 Feb 2006 11:47:48 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [IPv6:::1] (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.13.4/8.13.4) with ESMTP id k14BlbCg046846; Sat, 4 Feb 2006 11:47:37 GMT (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <43E49453.3080906@infracaninophile.co.uk> Date: Sat, 04 Feb 2006 11:47:31 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: freebsd-ports@freebsd.org, ale@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enigD8311697846DA233F069EE8F" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [IPv6:::1]); Sat, 04 Feb 2006 11:47:37 +0000 (GMT) X-Virus-Scanned: ClamAV 0.88/1275/Fri Feb 3 18:00:42 2006 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on happy-idiot-talk.infracaninophile.co.uk Cc: Subject: Default PHP version X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2006 11:47:49 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigD8311697846DA233F069EE8F Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Is it too late to consider changing the default PHP version used by the ports system from PHP4 to PHP5 before 6.1-RELEASE? happy-idiot-talk:/usr/ports/Mk:% diff -u bsd.php.mk{.save,} --- bsd.php.mk.save Sat Feb 4 11:31:26 2006 +++ bsd.php.mk Sat Feb 4 11:31:45 2006 @@ -38,7 +38,7 @@ .include "${LOCALBASE}/etc/php.conf" PHP_EXT_DIR!=3D ${LOCALBASE}/bin/php-config --extension-dir | ${SED} -n= e 's,^${LOCALBASE}/lib/php/\(.*\),\1,p' .else -DEFAULT_PHP_VER?=3D 4 +DEFAULT_PHP_VER?=3D 5 =20 PHP_VER?=3D ${DEFAULT_PHP_VER} .if ${PHP_VER} =3D=3D 4 I'm getting queries from some new-to-FreeBSD users of phpMyAdmin (I'm the= port maintainer) who are surprised that if they do: # cd /usr/ports/databases/phpmyadmin # make install on an otherwise php-virgin system, then they end up with PHP4 being insta= lled. This tends to be off-putting as an initial experience, and finding out ho= w to remove the PHP4 installation and direct the ports system into installi= ng PHP5 seems not to be entirely obvious to the beginner. I think PHP5 is generally considered to be the standard version nowadays amongst PHP programmers. Indeed another PHP port I maintain will probabl= y drop PHP4 support entirely with its next major release. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enigD8311697846DA233F069EE8F 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.2 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD5JRZ8Mjk52CukIwRA6NFAJ48k74T0SkrhjwQn/2aVIyum+xr2wCeLSSP VeQi2krSk/y1YmeyGIakdCs= =u8kw -----END PGP SIGNATURE----- --------------enigD8311697846DA233F069EE8F--