Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: lang/php55 |
Commit | Credits | Log message |
5.5.38_3 21 Oct 2016 07:30:33 |
rene |
Remove expired PHP5.5 ports. |
5.5.38_3 30 Sep 2016 01:15:11 |
jbeich |
multimedia/libvpx: update 1.6.0
ABI is incompatible... or not? SONAME has changed but the removed vp10
symbols weren't actually exposed (and still aren't).
Note, FreeBSD 9.x now builds with Clang 3.4 because GCC 4.2 fails:
vp9/encoder/x86/vp9_frame_scale_ssse3.c: In function 'eight_tap_row_ssse3':
vp9/encoder/x86/vp9_frame_scale_ssse3.c:93: internal compiler error: in
simplify_binary_operation_1, at simplify-rtx.c:2563
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.5.0..v1.6.0
ACC
report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.5.0_to_1.6.0/compat_report.html |
5.5.38_2 28 Sep 2016 08:20:47 |
ale |
Fix integer overflow in gdImageWebpCtx and bump PORTREVISION.
PR: 213023
Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> |
5.5.38_1 03 Aug 2016 12:47:05 |
mat |
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022 |
5.5.34 03 Apr 2016 14:19:43 |
junovitch |
lang/php55: update 5.5.33 -> 5.5.34
converters/php55-mbstring,graphics/php55-gd: chase update; drop PORTREVISION
Changelog: http://www.php.net/ChangeLog-5.php#5.5.34
Approved by: ports-secteam (with hat)
Security: https://vuxml.FreeBSD.org/freebsd/482d40cb-f9a3-11e5-92ce-002590263bf5.html
MFH: 2016Q2 |
5.5.30_1 14 Nov 2015 19:34:13 |
jbeich |
multimedia/libvpx: update 1.5.0
ABI isn't compatible, so bump PORTREVISION in consumers.
Changes: https://chromium.googlesource.com/webm/libvpx/+log/e67d45d..v1.5.0
ACC
report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.4.0.488_1_to_1.5.0/compat_report.html
PR: 204478
Exp-run by: antoine
Approved by: ashish (maintainer) |
5.5.26 14 Jun 2015 20:23:10 |
ale |
Update PHP ports:
- php5 to 5.4.42
- php55 to 5.5.26
- php56 to 5.6.10 |
5.5.25_1 09 Jun 2015 14:25:42 |
jbeich |
multimedia/libvpx: update to 1.4.0
ABI isn't compatible, so bump PORTREVISION in consumers.
Changes: https://chromium.googlesource.com/webm/libvpx/+/v1.4.0
Differential Revision: https://reviews.freebsd.org/D2570
Exp-run by: antoine
Approved by: ashish, multimedia (kwm)
Approved by: maintainer timeout (ale, dinoex; 2 weeks) |
5.5.8 21 Jan 2014 17:09:52 |
ale |
Update to 5.5.8 release. |
5.5.7 24 Dec 2013 21:22:22 |
kwm |
Update freetype to 2.5.2.
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.
Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.
Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.
PR: ports/184587 |
5.5.5 30 Oct 2013 13:32:03 |
ale |
Stagify. |
5.5.3 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
5.5.0 24 Jun 2013 14:32:12 |
ale |
Welcome PHP 5.5!
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run |