non port: lang/php55/Makefile.ext |
SVNWeb
|
Number of commits found: 36 |
Tue, 23 Aug 2016
|
[ 10:54 amdmi3 ] (Only the first 10 of 14 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 15 ports in this commit are shown above. )
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 ] (Only the first 10 of 80 ports in this commit are shown above. )
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 ] (Only the first 10 of 381 ports in this commit are shown above. )
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 ]
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 ] (Only the first 10 of 246 ports in this commit are shown above. )
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 ] (Only the first 10 of 16 ports in this commit are shown above. )
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 ] (Only the first 10 of 13 ports in this commit are shown above. )
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 ] (Only the first 10 of 481 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 15 Feb 2016
|
[ 14:34 miwi ] (Only the first 10 of 167 ports in this commit are shown above. )
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
|
[ 16:47 bapt ]
Finish conversion to USES=sqlite
|
[ 16:46 bapt ]
Finish conversion to USES=firebird
|
[ 16:44 bapt ] (Only the first 10 of 20 ports in this commit are shown above. )
Convert categories m* and m* to USES=sqlite and USES=firebird
|
Tue, 15 Dec 2015
|
[ 14:53 ale ]
Switch to onigurum5 port and bump PORTREVISION.
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] (Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Mon, 19 Jan 2015
|
[ 10:32 ale ]
Allow to link imap extension with newer panda-cclient library.
PR: 195973
Submitted by: thierry
|
Thu, 25 Dec 2014
|
[ 19:04 antoine ] (Only the first 10 of 332 ports in this commit are shown above. )
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Sat, 22 Nov 2014
|
[ 20:40 crees ] (Only the first 10 of 88 ports in this commit are shown above. )
Finally retire USE_PGSQL
|
Sat, 27 Sep 2014
|
[ 08:31 riggs ] (Only the first 10 of 14 ports in this commit are shown above. )
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 ] (Only the first 10 of 60 ports in this commit are shown above. )
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)
|
Fri, 29 Aug 2014
|
[ 10:21 tijl ]
Fix dependencies on libtidy
Reported by: amdmi3
|
Fri, 1 Aug 2014
|
[ 07:49 antoine ]
Fix build on head by adding missing USES=readline
(uncovered by removal of readline dep from pcre)
|
Thu, 15 May 2014
|
[ 08:08 ale ]
Fix build of xmlrpc extension.
|
Wed, 14 May 2014
|
[ 10:31 ale ]
Fix build of a few extensions.
|
Mon, 5 May 2014
|
[ 16:24 bapt ] (Only the first 10 of 45 ports in this commit are shown above. )
Fix unixODBC vs libiodbc conflicts
Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time
While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql
Discussed with: rakuco (kde)
With hat: portmgr
|
Mon, 31 Mar 2014
|
[ 14:25 ale ]
Replace DEFAULT_VERSIONS with PHP_DEFAULT.
|
[ 11:03 ale ]
No-op, use DEFAULT_VERSIONS.
PR: ports/188061
Submitted by: Spil <spil.oss@gmail.com>
|
Wed, 29 Jan 2014
|
[ 20:41 tijl ]
Allow the use of //TRANSLIT and //IGNORE with PHP iconv.
PR: ports/184596
Tested by: grembo
Approved by: ale (maintainer)
|
Fri, 27 Dec 2013
|
[ 10:24 ale ]
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>
|
Tue, 29 Oct 2013
|
[ 15:53 ale ]
Whitespace fix.
|
Fri, 18 Oct 2013
|
[ 09:56 ale ]
Update to 5.5.5 release and STAGify.
|
Sat, 28 Sep 2013
|
[ 16:48 mm ]
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)
|
Fri, 13 Sep 2013
|
[ 21:31 marino ]
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)
|
Thu, 12 Sep 2013
|
[ 16:55 bapt ]
The simplexml extension needs pkgconfig
|
Wed, 4 Sep 2013
|
[ 18:06 madpilot ] (Only the first 10 of 129 ports in this commit are shown above. )
- 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)
|
Mon, 24 Jun 2013
|
[ 14:32 ale ] (Only the first 10 of 151 ports in this commit are shown above. )
Welcome PHP 5.5!
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
|
Number of commits found: 36 |