Bug 148956 - [PATCH] lang/php5: update to 5.3.3
Summary: [PATCH] lang/php5: update to 5.3.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-26 12:30 UTC by Martin Matuska
Modified: 2010-07-27 16:20 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (9.68 KB, patch)
2010-07-26 12:30 UTC, Martin Matuska
no flags Details | Diff
lang_php5.patch (18.56 KB, patch)
2010-07-26 16:28 UTC, martin.matuska
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matuska freebsd_committer freebsd_triage 2010-07-26 12:30:08 UTC
Update php52 to 5.3.3

Add FPM support to Makefile and php-fpm startup script
Remove math/php52-gmp portrevision
Fix databases/php52-dba patch (now supports BDB 5.0)
Remove databases/php52-sybase_ct patch (already solved upstream)

Tested building all extensions and using all flags.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-26 12:30:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Martin Matuska freebsd_committer freebsd_triage 2010-07-26 16:27:33 UTC
 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.
Comment 3 martin.matuska 2010-07-26 16:28:48 UTC
 Attachment missing in last mail.
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-07-27 16:14:09 UTC
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"
Comment 5 Alex Dupre freebsd_committer freebsd_triage 2010-07-27 16:14:19 UTC
State Changed
From-To: open->closed

A slightly different patch has been committed. Thanks for reworking it.