diff options
author | Alex Dupre <ale@FreeBSD.org> | 2012-05-16 07:36:13 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2012-05-16 07:36:13 +0000 |
commit | 0926c2d68184815a02f5cca31272552ad7775ce9 (patch) | |
tree | 01547487c274c698024ebc139ec56597c842b064 /lang/php5/files/patch-sapi_cgi_Makefile.frag | |
parent | - Update to 20120508 (diff) |
Update to 5.4.3 release:
- add support for embedded php library
- add support for dtrace
Re-organize bsd.php.mk:
- add WANT_PHP_EMD
- fix handling of WANT_PHP_*
- remove php4 extensions
From UPDATING:
Suhosin patch has been disabled until the
new version will be released (soon). Suhosing extension will take more
time. LINKTHR option is now enabled by default, be sure to flag it if
you are updating using an old saved configuration. sqlite2 extension
has been permanently removed.
If you want to remain at PHP 5.3, a new port (lang/php53) will be
committed soon.
Notes
Notes:
svn path=/head/; revision=296731
Diffstat (limited to 'lang/php5/files/patch-sapi_cgi_Makefile.frag')
-rw-r--r-- | lang/php5/files/patch-sapi_cgi_Makefile.frag | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lang/php5/files/patch-sapi_cgi_Makefile.frag b/lang/php5/files/patch-sapi_cgi_Makefile.frag deleted file mode 100644 index 26a0e4b1a3ba..000000000000 --- a/lang/php5/files/patch-sapi_cgi_Makefile.frag +++ /dev/null @@ -1,9 +0,0 @@ ---- sapi/cgi/Makefile.frag.orig Wed May 3 10:09:02 2006 -+++ sapi/cgi/Makefile.frag Wed May 3 10:08:54 2006 -@@ -1,2 +1,5 @@ --$(SAPI_CGI_PATH): $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) -+$(SAPI_CGI_PATH): $(PHP_GLOBAL_OBJS) $(PHP_CGI_OBJS) - $(BUILD_CGI) -+ -+install-cgi: $(SAPI_CGI_PATH) -+ @$(INSTALL_CGI) |