aboutsummaryrefslogtreecommitdiff
path: root/textproc/pecl-cld
Commit message (Collapse)AuthorAgeFilesLines
* Don't use extension.ini any more, and have each extension install in itsMathieu Arnold2016-08-031-0/+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-5/+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
* - Ignore php70Martin Wilke2016-02-181-0/+1
| | | | | | | - While here remove old php gruft Notes: svn path=/head/; revision=409110
* Unbreak (devel/cld is now CLD1)Dmitry Sivachenko2015-05-101-2/+0
| | | | Notes: svn path=/head/; revision=385931
* Mark BROKEN: Missing headers with cld 20150113Antoine Brodin2015-01-231-0/+2
| | | | | | | | | | | | | | c++ -I. -I/wrkdirs/usr/ports/textproc/pecl-cld/work/cld-0.5.0 -DPHP_ATOM_INC -I/wrkdirs/usr/ports/textproc/pecl-cld/work/cld-0.5.0/include -I/wrkdirs/usr/ports/textproc/pecl-cld/work/cld-0.5.0/main -I/wrkdirs/usr/ports/textproc/pecl-cld/work/cld-0.5.0 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/include/cld -DHAVE_CONFIG_H -Wall -Wno-write-strings -c /wrkdirs/usr/ports/textproc/pecl-cld/work/cld-0.5.0/cld.cc -fPIC -DPIC -o .libs/cld.o /wrkdirs/usr/ports/textproc/pecl-cld/work/cld-0.5.0/cld.cc:33:30: error: compact_lang_det.h: No such file or directory /wrkdirs/usr/ports/textproc/pecl-cld/work/cld-0.5.0/cld.cc:34:26: error: ext_lang_enc.h: No such file or directory /wrkdirs/usr/ports/textproc/pecl-cld/work/cld-0.5.0/cld.cc:35:22: error: lang_enc.h: No such file or directory /wrkdirs/usr/ports/textproc/pecl-cld/work/cld-0.5.0/cld.cc:36:30: error: base/string_util.h: No such file or directory ... Reported by: pkg-fallout Notes: svn path=/head/; revision=377774
* Add pecl-cld 0.5.0, PHP Bindings for Chromium Compact Language Detector.Vanilla I. Shu2014-12-316-0/+163
PR: ports/196375 Submitted by: Gasol Wu <gasol.wu@gmail.com> Notes: svn path=/head/; revision=375891