From owner-freebsd-questions@FreeBSD.ORG Tue May 6 02:00:34 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C3821065673 for ; Tue, 6 May 2008 02:00:34 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id C25E08FC12 for ; Tue, 6 May 2008 02:00:33 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JtCTj-0007tP-WB for freebsd-questions@freebsd.org; Tue, 06 May 2008 02:00:28 +0000 Received: from mar92-9-82-237-75-54.fbx.proxad.net ([82.237.75.54]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 May 2008 02:00:27 +0000 Received: from gilles.ganault by mar92-9-82-237-75-54.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 May 2008 02:00:27 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Gilles Date: Tue, 06 May 2008 04:00:15 +0200 Lines: 26 Message-ID: <3pev14lvvrlee7tesbqiumliqnfpqm5t53@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: mar92-9-82-237-75-54.fbx.proxad.net X-Newsreader: Forte Agent 3.1/32.783 X-Antivirus: avast! (VPS 080505-0, 05/05/2008), Outbound message X-Antivirus-Status: Clean Sender: news Subject: Updating PHP5? 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: Tue, 06 May 2008 02:00:34 -0000 Hello I succesfully updated the Ports collection, and recompiled PHP5, but nothing happens when I run "make" to recompile the PHP extensions: 1. cd /usr/ports/lang/php5 ; make clean ; make config ; make ; make deinstall ; make reinstall 2. pkg_version -v | grep php php5-5.2.6 = up-to-date with port php5-bz2-5.2.5_1 < needs updating (port has 5.2.6) php5-ctype-5.2.5_1 < needs updating (port has 5.2.6) etc. 3. cd /usr/ports/lang/php5-extensions ; make clean ; make config [/usr/ports/lang/php5-extensions]# make [/usr/ports/lang/php5-extensions]# Nothing happens :-/ Are the above, outdated packages located elsewhere? Thank you.