| Summary: | [PATCH] lang/php5: update to 5.3.3 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Martin Matuska <mm> | ||||||
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | CC: | ale | ||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Martin Matuska
2010-07-26 12:30:08 UTC
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer (via the GNATS Auto Assign Tool) On request of the maintainer I have reworked the m4 patches so that now we can build and install every possible combination of WITH_APACHE, WITH_CLI, WITH_CGI and WITH_FPM. Updated patch attached. Attachment missing in last mail. ale 2010-07-27 15:13:54 UTC
FreeBSD ports repository
Modified files:
Mk bsd.php.mk
lang/php5 Makefile distinfo pkg-plist
lang/php5/files patch-acinclude.m4 patch-configure.in
math/php5-gmp Makefile
databases/php5-dba/files patch-config.m4
Added files:
lang/php5/files patch-sapi_apache2filter_config.m4
patch-sapi_fpm_Makefile.frag
patch-sapi_fpm_config.m4 php-fpm.in
databases/php5-mysqli/files patch-php_mysqli_structs.h
Removed files:
databases/php5-sybase_ct/files patch-config.m4
Log:
Update to 5.3.3 release:
- add FPM sapi (experimental) [1]
- add apache2filter sapi (experimental)
PR: ports/148956 [1]
Submitted by: mm
Revision Changes Path
1.58 +3 -3 ports/Mk/bsd.php.mk
1.9 +13 -14 ports/databases/php5-dba/files/patch-config.m4
1.1 +10 -0 ports/databases/php5-mysqli/files/patch-php_mysqli_structs.h (new)
1.2 +0 -11 ports/databases/php5-sybase_ct/files/patch-config.m4 (dead)
1.149 +33 -4 ports/lang/php5/Makefile
1.48 +6 -6 ports/lang/php5/distinfo
1.6 +5 -4 ports/lang/php5/files/patch-acinclude.m4
1.7 +2 -2 ports/lang/php5/files/patch-configure.in
1.1 +11 -0 ports/lang/php5/files/patch-sapi_apache2filter_config.m4 (new)
1.1 +19 -0 ports/lang/php5/files/patch-sapi_fpm_Makefile.frag (new)
1.1 +50 -0 ports/lang/php5/files/patch-sapi_fpm_config.m4 (new)
1.1 +43 -0 ports/lang/php5/files/php-fpm.in (new)
1.32 +4 -0 ports/lang/php5/pkg-plist
1.5 +0 -1 ports/math/php5-gmp/Makefile
_______________________________________________
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 A slightly different patch has been committed. Thanks for reworking it. |