notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: lang/php56/Makefile.ext
SVNWeb

Number of commits found: 33

Mon, 10 Dec 2018
[ 14:19 ale search for other commits by this committer ] Original commit   Revision:487169
Update to 5.6.39 release [1].

- clean up CONFLICTS [2]
- don't link with libpkg [3]
- fix recode ordering issue [4]

PR:		233847 [1], 226534 [2], 230980 [3], 211794 [4]
Submitted by:	Pascal Christen <pascal.christen@hostpoint.ch> [1],
		brnrd [2], amdmi3 [3], jaretbartsch@yahoo.ca [4]
Thu, 6 Dec 2018
[ 11:22 rene search for other commits by this committer ] Original commit   Revision:486751 (Only the first 10 of 168 ports in this commit are shown above. View all ports for this commit)
Remove version 7.0 from the IGNORE_WITH_PHP list.
Sat, 10 Nov 2018
[ 10:09 mat search for other commits by this committer ] Original commit   Revision:484599 (Only the first 10 of 86 ports in this commit are shown above. View all ports for this commit)
security/openssl-devel was removed, but there is a security/openssl111 now.
Sun, 21 Oct 2018
[ 11:17 antoine search for other commits by this committer ] Original commit   Revision:482665 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Ignore some ports with some versions of php

PR:		232398
Thu, 8 Mar 2018
[ 19:48 mat search for other commits by this committer ] Original commit   Revision:463917 (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
Introduce PHP flavors.

  Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
  flavored.  They will automatically get flavors (php56, php70, php71, php72)
  depending of the versions they support (set with IGNORE_WITH_PHP).  As a
  consequence, ports using USES=pear and USES=horde are also flavored.

PR:		226242
Submitted by:	mat
Exp-run by:	antoine
Approved by:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14208
Tue, 23 Jan 2018
[ 14:36 ale search for other commits by this committer ] Original commit   Revision:459755
Update to 5.6.33 release.
Sun, 12 Nov 2017
[ 14:00 riggs search for other commits by this committer ] Original commit   Revision:454042
Chase renaming of devel/oniguruma6 to devel/oniguruma

PR:		222869
Reported by:	m.bueker@berlin.de
Wed, 2 Aug 2017
[ 14:24 tz search for other commits by this committer ] Original commit   Revision:447107
lang/php56: Change from oniguruma5 to oniguruma6

Switch mbstring extension from devel/oniguruma5
to devel/oniguruma6 to fix security issues covert in
Oniguruma 6.4.

PR:           220809
Submitted by: Dan Langille <dvl@FreeBSD.org>
Approved by:  maintainer (timeout, 16 days)
MFH:          2017Q3
Wed, 15 Mar 2017
[ 14:45 mat search for other commits by this committer ] Original commit   Revision:436247 (Only the first 10 of 257 ports in this commit are shown above. View all ports for this commit)
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Tue, 29 Nov 2016
[ 18:46 mat search for other commits by this committer ] Original commit   Revision:427389 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
Mark some ports as not openssl-devel ready.

Sponsored by:	Absolight
Thu, 27 Oct 2016
[ 09:29 mat search for other commits by this committer ] Original commit   Revision:424753
Remove obsolete PHP versions checks.

Sponsored by:	Absolight
Tue, 23 Aug 2016
[ 10:54 amdmi3 search for other commits by this committer ] Original commit   Revision:420657 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Add enchant php55/php56/php70 extension

PR:		208828
Submitted by:	daniel@blodan.se
Approved by:	maintainer timeout (ale, 4 months)
Tue, 9 Aug 2016
[ 14:29 mat search for other commits by this committer ] Original commit   Revision:419924 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Change www/php*-session's priority to be loaded before most other PHP
extensions.

Many PHP extensions were adding a build dependency on session, so that
it was loaded first.  This is now no longer needed, we have a nice
framework handle the extensions ordering.

PR:		203741
Sponsored by:	Absolight
Mon, 8 Aug 2016
[ 13:46 mat search for other commits by this committer ] Original commit   Revision:419843 (Only the first 10 of 80 ports in this commit are shown above. View all ports for this commit)
USE_BDB cleanup.

- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx  -> USES=bdb:xx.

Other modernisations when I see them.

PR:		209183
Sponsored by:	Absolight
Wed, 3 Aug 2016
[ 12:47 mat search for other commits by this committer ] Original commit   Revision:419514 (Only the first 10 of 381 ports in this commit are shown above. View all ports for this commit)
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
Wed, 20 Jul 2016
[ 20:04 bdrewery search for other commits by this committer ] Original commit   Revision:418853
If DEFAULT_VERSIONS=php=* is set, then PHP_DEFAULT will be overridden
in bsd.default-versions.mk later, and the value from the Makefile will
not be used at all.  We would change bsd.default-versions.mk, but really
these ports should not be changing what the "default" it.  Change to
modifying what the "current" version is as PHP_VER.

This fixes some cases of 'make check-sanity' not passing for php extension
ports in Poudriere where there is no LOCALBASE/etc/php.conf to set a proper
PHP_VER.  In these cases the PHP_DEFAULT value (of 5.6) is used rather than
the version set by the extension Makefile and the later checks for
whether that version has that extension may incorrectly error.
Tue, 28 Jun 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:417719 (Only the first 10 of 246 ports in this commit are shown above. View all ports for this commit)
Convert USE_PHP*=yes into USES=php*

PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
Mon, 25 Apr 2016
[ 16:17 mat search for other commits by this committer ] Original commit   Revision:414019 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Move MySQL support from bsd.databases.mk to Uses/mysql.mk.

Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
[ 16:17 mat search for other commits by this committer ] Original commit   Revision:414018 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Move USE_BDB support from bsd.databases.mk to its own file.

Also:
- Deorbit WANT_BDB_VER, one can use USES=bdb:<ver> instead.
- USE_BDB can't happen after bsd.port.pre.mk because it is a USES.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
Fri, 1 Apr 2016
[ 14:08 mat search for other commits by this committer ] Original commit   Revision:412347 (Only the first 10 of 481 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 15 Feb 2016
[ 14:34 miwi search for other commits by this committer ] Original commit   Revision:408932 (Only the first 10 of 167 ports in this commit are shown above. View all ports for this commit)
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@.
Sun, 10 Jan 2016
[ 18:26 antoine search for other commits by this committer ] Original commit   Revision:405736
Fix a typo
[ 16:47 bapt search for other commits by this committer ] Original commit   Revision:405723
Finish conversion to USES=sqlite
[ 16:46 bapt search for other commits by this committer ] Original commit   Revision:405722
Finish conversion to USES=firebird
[ 16:44 bapt search for other commits by this committer ] Original commit   Revision:405721 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Convert categories m* and m* to USES=sqlite and USES=firebird
Tue, 15 Dec 2015
[ 14:53 ale search for other commits by this committer ] Original commit   Revision:403784
Switch to onigurum5 port and bump PORTREVISION.
Mon, 22 Jun 2015
[ 18:33 antoine search for other commits by this committer ] Original commit   Revision:390310 (Only the first 10 of 374 ports in this commit are shown above. View all ports for this commit)
Convert to USES=jpeg
Mon, 19 Jan 2015
[ 10:32 ale search for other commits by this committer ] Original commit   Revision:377396
Allow to link imap extension with newer panda-cclient library.

PR:		195973
Submitted by:	thierry
Thu, 25 Dec 2014
[ 19:04 antoine search for other commits by this committer ] Original commit   Revision:375594 (Only the first 10 of 332 ports in this commit are shown above. View all ports for this commit)
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Sat, 22 Nov 2014
[ 20:40 crees search for other commits by this committer ] Original commit   Revision:373100 (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
Finally retire USE_PGSQL
Sat, 27 Sep 2014
[ 08:31 riggs search for other commits by this committer ] Original commit   Revision:369379 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Modernise databases/freetds port
- Retire databases/freetds-msdblib port
  (no longer needed, recently updated upstream version has necessary compat
   option which is now enabled in the freetds port)
- Fix LIB_DEPENDS in dependent ports
- Bump PORTREVISION in freetds and dependent ports

PR:		193850
Submitted by:	5u623l20@gmail.com (maintainer)
Wed, 17 Sep 2014
[ 07:38 tijl search for other commits by this committer ] Original commit   Revision:368356 (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.

Approved by:	portmgr (bapt)
Thu, 4 Sep 2014
[ 14:24 ale search for other commits by this committer ] Original commit   Revision:367268 (Only the first 10 of 157 ports in this commit are shown above. View all ports for this commit)
Import PHP 5.6 branch!

Number of commits found: 33