aboutsummaryrefslogtreecommitdiff
path: root/textproc/libmrss-php
Commit message (Collapse)AuthorAgeFilesLines
* Introduce PHP flavors.Mathieu Arnold2018-03-081-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=463917
* Note PHP ports that do not build with 7.2.Mathieu Arnold2018-02-071-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=461158
* In several dozen ports, use single space for WWW: line in pkg-descr, andAlexey Dokuchaev2016-11-221-3/+3
| | | | | | | reformat port description text in cases when it was notoriously broken. Notes: svn path=/head/; revision=426827
* Don't use extension.ini any more, and have each extension install in itsMathieu Arnold2016-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=419514
* Convert USE_PHP*=yes into USES=php*Mathieu Arnold2016-06-281-3/+1
| | | | | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936 Notes: svn path=/head/; revision=417719
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* These ports do not build with PHP 7.0, make them as such.Mathieu Arnold2016-03-131-0/+1
| | | | | | | | | Also, mark those who try to use mysql, which does not exist in PHP 7.0. Sponsored by: Absolight Notes: svn path=/head/; revision=411002
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* UnbreakAntoine Brodin2015-02-221-1/+1
| | | | Notes: svn path=/head/; revision=379622
* - Add LICENSEDmitry Marakasov2015-02-211-0/+6
| | | | | | | - Strip library Notes: svn path=/head/; revision=379524
* textproc/libmrss: Add USES=libtool and bump dependent portsTijl Coosemans2014-07-031-11/+6
| | | | | | | textproc/libmrss-php: Add USES=libtool and support staging Notes: svn path=/head/; revision=360359
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-021-1/+1
| | | | | | | | | pending PR With hat: portmgr Notes: svn path=/head/; revision=360231
* Update maintainer email addressRodrigo Osorio2014-01-291-2/+2
| | | | | | | Approved by: bapt@ (co-mentor) Notes: svn path=/head/; revision=341704
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Unbreak buildMartin Wilke2013-05-291-1/+2
| | | | | | | | PR: 179031 Submitted by: aaintainer Notes: svn path=/head/; revision=319328
* - Trim headerBaptiste Daroussin2012-12-054-0/+48
- Drop shlib ABI version numbers from LIB_DEPENDS - Split the php bindings into a separate ports as building was a different procedure anyway - Fix buidling the php with recent php - Drop article from COMMENT PR: ports/170776 Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> Approved by: clsung (maintainer timeout) Feature safe: yes Notes: svn path=/head/; revision=308338