1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
Alex Dupre
7439b8c4ff - Update to 5.5.9 release
- Enable FPM by default [2]
- Add support to override configure flags [3]

To users requesting mod_php package, please read this:
https://wiki.apache.org/httpd/PHP-FPM

PR:		ports/185438 [1], ports/186536 [2]
Submitted by:	Ilya Bakulin <webmaster@kibab.com> [1],
		Reinier Schoof <reinier@skoef.nl> [2]
2014-02-09 12:46:09 +00:00
Tijl Coosemans
b2f07a8a49 Allow the use of //TRANSLIT and //IGNORE with PHP iconv.
PR:		ports/184596
Tested by:	grembo
Approved by:	ale (maintainer)
2014-01-29 20:41:27 +00:00
Alex Dupre
9e8284183d Fix plist.
PR:		ports/186182
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
2014-01-28 16:39:17 +00:00
Alex Dupre
16b6750254 Update to 5.5.8 release. 2014-01-21 17:09:52 +00:00
Alex Dupre
f0d7ca680e Fix build of ldap module when sasl is enabled and LOCALBASE is not /usr/local.
PR:		ports/185151
Submitted by:	Erick Turnquist <jhujhiti@adjectivism.org>
2013-12-27 10:24:43 +00:00
Koop Mast
b1bf1620a6 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
2013-12-24 21:22:21 +00:00
Alex Dupre
b92229a772 Update to 5.5.7 release and refresh patches. 2013-12-14 12:46:13 +00:00
Alex Dupre
0f39dc510d Whitespace fix. 2013-10-29 15:53:43 +00:00
Alex Dupre
8e7fdd9d37 Fix installation of mod_php. 2013-10-18 12:37:45 +00:00
Alex Dupre
6d8dfd2b65 Mark broken when APACHE is enabled until a fix is committed. 2013-10-18 11:07:38 +00:00
Alex Dupre
ed59bfb4d2 Update to 5.5.5 release and STAGify. 2013-10-18 09:56:47 +00:00
Martin Matuska
03ad7ca744 Add native opcache extension for php55.
Build pecl-zendopcache only for php 5.4 and older.

PR:		ports/182112
Approved by:	ale (private e-mail)
2013-09-28 16:48:34 +00:00
Alex Dupre
da64f494e9 Update to 5.5.4 release.
PR:		ports/182242
Submitted by:	Rustem Alimov <rustem.alimov@gmail.com>
2013-09-27 14:15:09 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
John Marino
5511fddafd lang/php5*: Fix spl/simplexml modules (4 ports)
The simplexml module uses spl which uses pcre (php53,54,55).  For php52,
the fix is applied directly to spl.  In any case, the bundled PCRE is not
used, so it needs to be able to find the external pcre library and related
headers.  Unfortunately, there is no include for ${LOCALBASE}/include
directory.  This commit adds to fix simplexml (or spl) module build.

Approved by:	portmgr (bapt)
2013-09-13 21:31:47 +00:00
Baptiste Daroussin
e421971970 The simplexml extension needs pkgconfig 2013-09-12 16:55:27 +00:00
Guido Falsi
642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
2013-09-04 18:06:07 +00:00
Alex Dupre
3f60cde4df Update to 5.5.3 release. 2013-08-27 15:11:22 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Alex Dupre
5bb938d0d6 Add php-cgi.1 manpage. 2013-08-12 13:19:19 +00:00
Alex Dupre
2780a2d6cc Update to 5.5.1 release. [1]
Add an OPTION to force ZTS build.

PR:		ports/180931
Submitted by:	Rustem Alimov <rustem.alimov@gmail.com>
2013-08-12 12:55:03 +00:00
Alex Dupre
7fe96c1093 Welcome PHP 5.5!
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
2013-06-24 14:32:11 +00:00