From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 4 02:32:16 2012 Return-Path: Delivered-To: ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E152E106566B; Wed, 4 Apr 2012 02:32:16 +0000 (UTC) (envelope-from tom@uffner.com) Received: from eris.uffner.com (eris.uffner.com [71.162.143.94]) by mx1.freebsd.org (Postfix) with ESMTP id 656A58FC16; Wed, 4 Apr 2012 02:32:13 +0000 (UTC) Received: from discordia.uffner.com (discordia.uffner.com [10.69.69.61]) (authenticated bits=0) by eris.uffner.com (8.14.5/8.14.5) with ESMTP id q342FxAP031662 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=FAIL); Tue, 3 Apr 2012 22:15:59 -0400 (EDT) (envelope-from tom@uffner.com) Message-ID: <4F7BAEDF.2000904@uffner.com> Date: Tue, 03 Apr 2012 22:15:59 -0400 From: Tom Uffner User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:11.0) Gecko/20120326 Firefox/11.0 SeaMonkey/2.8 MIME-Version: 1.0 To: ale@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports-bugs@FreeBSD.org Subject: pcre.h: file not found X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2012 02:32:17 -0000 several php5 extension ports fail to build (at least on 10-CURRENT) because they cannot find pcre.h, installed in /usr/local/include by devel/pcre. affected ports include mail/php5-imap and security/php5-filter. as a quick & dirty workaround i symlinked this file into /usr/local/include/php/ext/pcre/ but this is clearly not the correct solution. tom