Attached is a new port for phar extension in php. It is available starting with php 5.3.0. I had to set CFLAGS and LDFLAGS manually because phar extension does not understand --with-pcre-dir. See https://bugs.php.net/bug.php?id=60370 I filed upstream. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->ale can u please have a look here, thx.
ale 2011-11-25 15:48:57 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/php5-phar Makefile archivers/php5-phar/files patch-config.m4 patch-phar.c Log: Add php5-phar extension. PR: ports/162807 Submitted by: Oleg Pudeyev <oleg@bsdpower.com> Feature safe: yes Revision Changes Path 1.268 +1 -0 ports/archivers/Makefile 1.1 +14 -0 ports/archivers/php5-phar/Makefile (new) 1.1 +41 -0 ports/archivers/php5-phar/files/patch-config.m4 (new) 1.1 +11 -0 ports/archivers/php5-phar/files/patch-phar.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Many php5 extensions don't support external pcre.