aboutsummaryrefslogtreecommitdiff
path: root/databases/php5-pdo_cassandra
Commit message (Collapse)AuthorAgeFilesLines
* Mark ports not building with PHP 7.1.Mathieu Arnold2017-02-071-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=433543
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1 Notes: svn path=/head/; revision=430692
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-1/+1
| | | | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Notes: svn path=/head/; revision=426908
* 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-4/+2
| | | | | | | | | | | 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
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Fix build on 9Mathieu Arnold2016-03-251-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=411871
* Does not build with PHP 7.0.Mathieu Arnold2016-03-231-0/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=411714
* databases/php5-pdo_cassandra: unbreakRene Ladan2016-01-262-15/+8
| | | | | | | | | | | | | | | | - Do not hardcode expired PHP version - Fix regression with Thrift 0.9.3, see https://issues.apache.org/jira/browse/THRIFT-3317 - Use C++11 compiler via the Ports framework instead of hardcoding GCC - Bump PORTREVISION PR: 205749 Submitted by: stephon@gmail.com Approved by: Gasol Wu (maintainer) MFH: 2016Q1 Notes: svn path=/head/; revision=407323
* Chase PHP 5.4 expiration dateAntoine Brodin2015-11-131-0/+2
| | | | Notes: svn path=/head/; revision=401553
* Mark BROKEN: fails to compileAntoine Brodin2015-11-011-0/+2
| | | | | | | | | | | | | | | | | g++48 -Wall -Wno-write-strings -I. -I/wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b -DPHP_ATOM_INC -I/wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/include -I/wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/main -I/wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b -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/thrift -I/usr/local/include -DHAVE_CONFIG_H -O2 -pipe -fstack-protector -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -c /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/gen-cpp/Cassandra.cpp -fPIC -DPIC -o gen-cpp/.libs/Cassandra.o /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/gen-cpp/Cassandra.cpp: In member function 'uint32_t org::apache::cassandra::Cassandra_login_args::read(apache::thrift::protocol::TProtocol*)': /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/gen-cpp/Cassandra.cpp:18:11: error: 'org::apache::thrift' has not been declared apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); ^ /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/gen-cpp/Cassandra.cpp:18:52: error: expected ';' before 'tracker' apache::thrift::protocol::TInputRecursionTracker tracker(*iprot); ^ ... Reported by: pkg-fallout Notes: svn path=/head/; revision=400618
* - Remove a few deprecated DEFAULT_PHP_VERAntoine Brodin2015-06-281-1/+1
| | | | | | | - Do not abuse DEFAULT_VERSIONS Notes: svn path=/head/; revision=390794
* Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.Mathieu Arnold2015-05-182-8/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386691
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Fix build on 10.x by switching to USE_GCCDmitry Marakasov2014-08-261-0/+1
| | | | Notes: svn path=/head/; revision=366256
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-1/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* Part 1 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338511
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* - Fix build with thrift-0.9.1Sunpoet Po-Chuan Hsieh2013-11-153-12/+46
| | | | | | | | | | | | - Add LICENSE - Support STAGEDIR - Use single space after WWW: PR: ports/183982 Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer) Notes: svn path=/head/; revision=333899
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Add explicit dependency on pkgconf (18 ports)John Marino2013-09-121-0/+1
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327044
* - Remove php4 referenceMartin Wilke2013-05-131-6/+2
| | | | Notes: svn path=/head/; revision=318115
* - patch to resolve THRIFT-1487 issueMichael Scheidell2012-01-091-0/+9
| | | | | | | | PR: ports/163946 Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=288830
* Add php5-pdo_cassandra 0.2.1, PDO driver for Apache Cassandra.Li-Wen Hsu2012-01-033-0/+45
PR: ports/163794 Submitted by: Gasol Wu <gasol.wu@gmail.com> Notes: svn path=/head/; revision=288466