[117650] trunk/dports/lang/php

ryandesign at macports.org ryandesign at macports.org
Thu Mar 6 18:34:45 PST 2014


Revision: 117650
          https://trac.macports.org/changeset/117650
Author:   ryandesign at macports.org
Date:     2014-03-06 18:34:45 -0800 (Thu, 06 Mar 2014)
Log Message:
-----------
php: update php56 to 5.6.0alpha3

Modified Paths:
--------------
    trunk/dports/lang/php/Portfile

Added Paths:
-----------
    trunk/dports/lang/php/files/patch-php56-ext-openssl-xp_ssl.c.diff

Modified: trunk/dports/lang/php/Portfile
===================================================================
--- trunk/dports/lang/php/Portfile	2014-03-07 02:19:54 UTC (rev 117649)
+++ trunk/dports/lang/php/Portfile	2014-03-07 02:34:45 UTC (rev 117650)
@@ -97,15 +97,15 @@
         # When this becomes a stable version, remove the overrides for homepage,
         # master_sites and livecheck, and update php.latest_stable_branch in the
         # php-1.1 portgroup.
-        version         5.6.0alpha2
+        version         5.6.0alpha3
         homepage        http://qa.php.net/
         master_sites    http://downloads.php.net/tyrael/
         use_xz          yes
         set suhosin_available       no
         checksums       ${distname}${extract.suffix} \
-                        md5     b1944a0ec309eb31551e07ae5a8f426c \
-                        rmd160  72015411a6bb76dadfbc165192cfe7a5322d0f82 \
-                        sha256  d240a4fd09610b44f2567fcb6f7970e06222506ae6d8dcba7b31b0ee4b58207d
+                        md5     57d9317dab2e8eab962990ff0c5ea70a \
+                        rmd160  8ff9342129f312915e51b4e201fb08a63bb65055 \
+                        sha256  7a91e609b772072011dc3e4988826bfe4e5c41f9339283d9f09c48f2bdd66702
         livecheck.url   ${homepage}
         livecheck.regex php-([strsed ${subport_branch} {g/\\./\\./}](?:\\.\[0-9.\]+)*(?:(?:alpha|beta|RC)\\d+|-latest))\\.tar
     }
@@ -888,6 +888,10 @@
         move ${php.build_dirs}/config0.m4 ${php.build_dirs}/config.m4
     }
     
+    if {[vercmp ${branch} 5.6] == 0} {
+        patchfiles-append   patch-${php}-ext-openssl-xp_ssl.c.diff
+    }
+    
     configure.args-append   --with-kerberos=${prefix} \
                             --with-openssl=${prefix}
 }

Added: trunk/dports/lang/php/files/patch-php56-ext-openssl-xp_ssl.c.diff
===================================================================
--- trunk/dports/lang/php/files/patch-php56-ext-openssl-xp_ssl.c.diff	                        (rev 0)
+++ trunk/dports/lang/php/files/patch-php56-ext-openssl-xp_ssl.c.diff	2014-03-07 02:34:45 UTC (rev 117650)
@@ -0,0 +1,14 @@
+https://bugs.php.net/bug.php?id=66840
+--- ext/openssl/xp_ssl.c.orig	2014-02-26 19:36:56.000000000 -0600
++++ ext/openssl/xp_ssl.c	2014-03-06 20:21:56.000000000 -0600
+@@ -18,6 +18,10 @@
+ 
+ /* $Id$ */
+ 
++#ifdef HAVE_CONFIG_H
++#include "config.h"
++#endif
++
+ #include "php.h"
+ #include "ext/standard/file.h"
+ #include "ext/standard/url.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140306/3127aefc/attachment-0001.html>


More information about the macports-changes mailing list