Commit graph

98 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
977e06e3b7 - Update bitset_DEPENDS
- Fix space/tab
2016-03-07 20:12:14 +00:00
Martin Wilke
71baa84322 bsd.php.mk
- Unbreak build for php70
- Cleanup php55/6 extenions
- Put not existing php70 extentions to php55 and php56 extra defines

lang/php70
- Remove mysqli from pdo_mysql it's looping here and does not really depends on mysqli
- Bump PORTREVISION

This work has been done in collaboration with
- fluffy@
- Franco Fichtner
2016-02-18 12:05:45 +00:00
Martin Wilke
c2a9e21162 - Unbreak index. 2016-02-18 04:54:43 +00:00
Martin Wilke
76f1cf98ca - Fix index when php70 is default, this fix also IGNORE_WITH_PHP= 70 2016-02-18 04:01:20 +00:00
Martin Wilke
e630e52bb5 Welcome php 7.0.3
Changelog:
    http://php.net/ChangeLog-7.php#7.0.0
    http://php.net/ChangeLog-7.php#7.0.1
    http://php.net/ChangeLog-7.php#7.0.2
    http://php.net/ChangeLog-7.php#7.0.3

I'd like to thanks:
  Kurt Jaeger
  Matthias Breddin
  Rainer Duffner
  Victor van Vlaardingen
  Torsten Zuehlsdorff
  Franco Fichtner
  and all helpers and testers from ports@.
2016-02-15 14:34:26 +00:00
Rene Ladan
d5ce1f73bc Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and the
ports expired last month.

Adjust Mk/bsd.php.mk

Reviewed by:	antoine, marino
Approved by:	portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D5278
2016-02-14 19:21:31 +00:00
Adam Weinberger
b804a6336e Add a message explaining how to fix poudriere build failures if the
ZTS option is enabled.

PR:		201193
Approved by:	maintainer timeout (PR is 3 months old without
		maintainer response)
2015-09-27 18:37:34 +00:00
Alex Dupre
7ca4b59c8a Use INSTALL_LIB to install php extensions, so they'll be correctly stripped. 2015-02-24 15:05:17 +00:00
Alex Dupre
8c67971aa8 Remove obsolete @dirrm and similar. 2014-11-24 10:30:56 +00:00
Alex Dupre
f23aed7bde Import PHP 5.6 branch! 2014-09-04 14:24:25 +00:00
Baptiste Daroussin
8527bc1d3a Remove support for NO_STAGE
Mark all current non staged ports as BROKEN

Reviewed by:	antoine
Exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D693
2014-09-01 05:43:02 +00:00
Sunpoet Po-Chuan Hsieh
89f0cfb92f - Update USE_PHP=igbinary
Reported by:	Jeremy Johnston <jeremy@stormy.smart-serv.net>
2014-08-01 11:50:42 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Alex Dupre
df6451a093 Update to 5.5.12 release. 2014-05-01 10:36:34 +00:00
Alex Dupre
a4cffdad1a Welcome the new mod_php ports, in order to have default packages for
Apache PHP modules.

Submitted by:	marcus
Reworked by:	ale (me)
Requested by:	many, too many
2014-03-27 16:09:37 +00:00
Rene Ladan
ef50dbb213 PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, time
to say goodbye.  Upstream unsupported it since 2011-01-06 (see
http://php.net/eol.php )

Strip PHP 5.2 out of Mk/bsd.php.mk
2014-03-01 00:06:29 +00:00
Mathieu Arnold
86f9c3213f Use default-versions.mk for Apache, PHP, MySQL And PostgreSQL.
Submitted by:	Allan Jude
Reviewed by:	bdrewery, ohauer (apache), mat
With hat:	portmgr
2014-02-11 17:12:28 +00:00
Alex Dupre
9f25bfd87f Add support for staging PHP extensions.
Submitted by:	antoine
2013-10-30 13:28:00 +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
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
Alex Dupre
0fefd0eba7 Rework check for threaded apache, in order to support apache 2.4. 2013-05-27 12:32:13 +00:00
Martin Wilke
2db3ae64a5 - Remove CVS reference
PR:		178381
		177581
Submitted by:	Eitan Adler <lists@eitanadler.com>
		Alex Kozlov <spam@rm-rf.kiev.ua>

With hat:	portmgr
2013-05-20 00:45:26 +00:00
Alex Dupre
bf1934e1bc Add support to register Zend extensions.
Submitted by:	delphij
2013-03-07 09:20:22 +00:00
Michael Scheidell
9c1579ddde - Enable converters/igbinary support. Suggested by: devzone.my at gmail.com
PR:		ports/173643
Submitted by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com>
Approved by:	ale@ (maintainer)
2013-03-01 10:42:54 +00:00
Alex Dupre
e52ff7a771 - drop support for apache 1.3
- add support for "event" mpm
- improve IGNORE message [1]

PR:		ports/173277 [1]
Submitted by:	adamw
2012-12-17 13:51:22 +00:00
Alex Dupre
beadf54c57 Add all bundled pdo drivers. 2012-08-23 14:55:36 +00:00
Chris Rees
a053e7ec0b Correct type-- there is no bsd.ports.pre.mk
Approved by:	ale (maintainer)
2012-05-27 12:05:18 +00:00
Alex Dupre
f2ff60478c Fix PHP_EXT_DIR.
PR:		ports/167984
Submitted by:	"Bryan Drewery" <bryan@shatow.net>
2012-05-24 21:01:35 +00:00
Alex Dupre
e43446d40f Re-order extensions. 2012-05-20 09:09:13 +00:00
Alex Dupre
0926c2d681 Update to 5.4.3 release:
- add support for embedded php library
- add support for dtrace

Re-organize bsd.php.mk:
 - add WANT_PHP_EMD
 - fix handling of WANT_PHP_*
 - remove php4 extensions

From UPDATING:
  Suhosin patch has been disabled until the
  new version will be released (soon). Suhosing extension will take more
  time. LINKTHR option is now enabled by default, be sure to flag it if
  you are updating using an old saved configuration. sqlite2 extension
  has been permanently removed.
  If you want to remain at PHP 5.3, a new port (lang/php53) will be
  committed soon.
2012-05-16 07:36:13 +00:00
Baptiste Daroussin
65bc55f3b6 s/if/.if/g
Reported by:	crees
2012-05-11 19:52:37 +00:00
Baptiste Daroussin
f805596461 php4 is EOLed 2012-05-11 19:35:11 +00:00
Alex Dupre
c9a7c3da2d Add phar support.
Feature safe:	yes
2011-11-25 15:50:11 +00:00
Sunpoet Po-Chuan Hsieh
ba4869fc17 - Remove BROKEN_WITH_PHP
PR:		ports/158661
Submitted by:	sunpoet (myself)
Approved by:	ale (maintainer)
2011-07-05 11:59:46 +00:00
Alex Dupre
f7cf5a4058 Add support for php5-sqlite3 port. 2011-04-15 14:52:14 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Alex Dupre
575309e3ee Add an entry for pecl-intl.
PR:		ports/152588
Submitted by:	wen
2010-11-26 13:34:09 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Alex Dupre
570f1b227c Replace pecl-fileinfo with php5-fileinfo for php 5.3.x. 2010-09-07 14:30:03 +00:00
Alex Dupre
49a746ede7 Update to 5.3.3 release:
- add FPM sapi (experimental) [1]
- add apache2filter sapi (experimental)

PR:		ports/148956 [1]
Submitted by:	mm
2010-07-27 15:13:54 +00:00
Dirk Meyer
71080e8426 - hooks for php52
PR:		145772
Submitted by:	Alex Keda
2010-04-23 16:48:53 +00:00
Alex Dupre
2288ee2ec6 PHP dropped support for Oracle8 client library. 2010-04-11 07:53:19 +00:00
Ion-Mihai Tetcu
84c86c0f61 Fixes the dependecies for ports that have pcre and spl listed in USE_PHP for
the case when php 5 is already installed. This version of php includes them.
2010-04-10 00:26:04 +00:00
Alex Dupre
f97d9de9d8 Revert last commit. 2010-04-09 19:12:15 +00:00
Erwin Lansing
451cf6d9a2 Take a stab at fixing INDEX by readding a missing ${PORTSDIR} to
PHP_PORT which went missing in the last revision.
2010-04-09 19:00:46 +00:00
Alex Dupre
538a6d28a2 Update to PHP 5.3.2 release! 2010-04-09 09:34:43 +00:00
Alex Dupre
22720b8978 Remove mnogosearch extension. 2009-06-15 09:22:34 +00:00
Alex Dupre
c99d0d7337 Update to 5.2.9 release and re-add pcre extension. 2009-03-06 10:08:35 +00:00
Alex Dupre
c1a77ce29d Point to new ports for php5. 2008-12-11 09:08:24 +00:00