From owner-freebsd-ports@FreeBSD.ORG Sat Dec 13 22:41:48 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 556C91065672 for ; Sat, 13 Dec 2008 22:41:48 +0000 (UTC) (envelope-from freebsd@bitfreak.org) Received: from srv.twinthornes.com (srv.twinthornes.com [65.75.198.146]) by mx1.freebsd.org (Postfix) with ESMTP id 35CF58FC16 for ; Sat, 13 Dec 2008 22:41:48 +0000 (UTC) (envelope-from freebsd@bitfreak.org) Received: from [10.9.70.104] (c-76-27-226-62.hsd1.wa.comcast.net [76.27.226.62]) by srv.twinthornes.com (Postfix) with ESMTPSA id 881E024C6A for ; Sat, 13 Dec 2008 14:25:37 -0800 (PST) Message-ID: <49443662.3010805@bitfreak.org> Date: Sat, 13 Dec 2008 14:25:38 -0800 From: Darren Pilgrim User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: What happened to devel/php5-pcre? 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, 13 Dec 2008 22:41:48 -0000 I updated my ports tree today and pkg_version tells me: php5-pcre-5.2.6_2 > succeeds index (index has 5.2.5) Which was caused by an out-of-date index. When I run make index: Generating INDEX-6 - please wait..pear-File_Archive-1.5.4: "/data/sys/ports/devel/php5-pcre" non-existent -- d ependency list incomplete ===> archivers/pear-File_Archive failed *** Error code 1 1 error *** Error code 1 Stop in /data/sys/ports. *** Error code 1 Stop in /data/sys/ports. Searching cvs-all shows a commit by ale on 2008-12-07 11:54:36 UTC in which: Log: Update to 5.2.7 release. Revision Changes Path 1.5 +0 -14 ports/devel/php5-pcre/Makefile (dead) 1.2 +0 -13 ports/devel/php5-pcre/files/patch-php_pcre.c (dead) However, the commit log doesn't indicate why this was done. The release notes for PHP 5.2.7 and don't mention anything about PCRE other than it was updated to v7.8 to fix CVE-2008-2371. I cvsup'ed ports-all twice, so I'm fairly sure my tree is sound. How do I fix this?