From owner-freebsd-ports@FreeBSD.ORG Mon Oct 7 22:05:24 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E61747A9; Mon, 7 Oct 2013 22:05:24 +0000 (UTC) (envelope-from mike.jakubik@intertainservices.com) Received: from mail.intertainservices.com (mail.intertainservices.com [69.77.177.114]) by mx1.freebsd.org (Postfix) with ESMTP id 6ED4E27EC; Mon, 7 Oct 2013 22:05:24 +0000 (UTC) Received: from freebsd.local (unknown [172.16.10.114]) by mail.intertainservices.com (Postfix) with ESMTPSA id 0DC8256A2E; Mon, 7 Oct 2013 18:05:14 -0400 (EDT) Message-ID: <52533019.3050409@intertainservices.com> Date: Mon, 07 Oct 2013 18:05:13 -0400 From: Mike Jakubik User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: ale@FreeBSD.org Subject: FreeBSD Port: security/php5-filter Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-intertainservices-MailScanner-Information: Please contact the ISP for more information X-intertainservices-MailScanner-ID: 0DC8256A2E.A34A8 X-intertainservices-MailScanner: Found to be clean X-intertainservices-MailScanner-From: mike.jakubik@intertainservices.com X-Spam-Status: No Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 22:05:25 -0000 Hello, I am having trouble compiling this port, below is the error. cc -I. -I/usr/ports/security/php5-filter/work/php-5.4.20/ext/filter -DPHP_ATOM_INC -I/usr/ports/security/php5-filter/work/php-5.4.20/ext/filter/include -I/usr/ports/security/php5-filter/work/php-5.4.20/ext/filter/main -I/usr/ports/security/php5-filter/work/php-5.4.20/ext/filter -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -pipe -mssse3 -march=native -fno-strict-aliasing -c /usr/ports/security/php5-filter/work/php-5.4.20/ext/filter/logical_filters.c -fPIC -DPIC -o .libs/logical_filters.o In file included from /usr/ports/security/php5-filter/work/php-5.4.20/ext/filter/logical_filters.c:25: /usr/local/include/php/ext/pcre/php_pcre.h:29:10: fatal error: 'pcre.h' file not found #include "pcre.h" ^ 1 error generated. *** [logical_filters.lo] Error code 1 Stop in /usr/ports/security/php5-filter/work/php-5.4.20/ext/filter. # locate pcre.h /usr/local/include/pcre.h /usr/local/include/php/ext/pcre/php_pcre.h /usr/local/share/doc/pcre/html/pcre.html Thanks.