Gerald Pfeifer
04d6f52202
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
...
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
2017-04-01 15:23:30 +00:00
Mathieu Arnold
25c794224f
Mark ports not building with PHP 7.1.
...
Sponsored by: Absolight
2017-02-07 12:14:34 +00:00
Jan Beich
59e02117ae
devel/boost-*: update to 1.63.0
...
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1
2017-01-06 08:45:03 +00:00
Jan Beich
a8713d15f4
devel/boost-*: update to 1.62.0
...
- 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)
2016-11-23 12:45:46 +00:00
Mathieu Arnold
aef5a66670
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
2016-08-03 12:47:05 +00:00
Mathieu Arnold
dca255c3ce
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
2016-06-28 14:00:45 +00:00
Steve Wills
86cd4fbe5a
many ports: mark broken on powerpc64
2016-04-21 16:43:14 +00:00
Mathieu Arnold
4e1b79a0a6
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 14:00:51 +00:00
Mathieu Arnold
163a6a6194
Fix build on 9
...
Sponsored by: Absolight
2016-03-25 17:29:40 +00:00
Mathieu Arnold
e935048e84
Does not build with PHP 7.0.
...
Sponsored by: Absolight
2016-03-23 14:20:20 +00:00
Rene Ladan
0ad63d6162
databases/php5-pdo_cassandra: unbreak
...
- 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
2016-01-26 22:58:37 +00:00
Antoine Brodin
7e8050b16b
Chase PHP 5.4 expiration date
2015-11-13 22:13:24 +00:00
Antoine Brodin
6fdcf180a5
Mark BROKEN: fails to compile
...
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
2015-11-01 15:06:18 +00:00
Antoine Brodin
e05c948725
- Remove a few deprecated DEFAULT_PHP_VER
...
- Do not abuse DEFAULT_VERSIONS
2015-06-28 16:02:34 +00:00
Mathieu Arnold
f29a218fcd
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
...
With hat: portmgr
Sponsored by: Absolight
2015-05-18 17:07:45 +00:00
Gerald Pfeifer
15945f8122
Update the default version of GCC in the Ports Collection from GCC 4.7.4
...
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
2014-09-10 20:50:31 +00:00
Dmitry Marakasov
241f553f20
- Fix build on 10.x by switching to USE_GCC
2014-08-26 19:34:01 +00:00
Baptiste Daroussin
4650a910d0
Chase boost and icu bump
...
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Baptiste Daroussin
c0d7b638ed
Part 1 at removing now useless FETCH_ARGS redifition
2014-01-03 00:46:47 +00:00
Olli Hauer
4fb1cfb1cd
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
...
- 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@)
2013-12-30 20:55:18 +00:00
Sunpoet Po-Chuan Hsieh
df0499802a
- Fix build with thrift-0.9.1
...
- Add LICENSE
- Support STAGEDIR
- Use single space after WWW:
PR: ports/183982
Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer)
2013-11-15 17:55:27 +00:00
Baptiste Daroussin
36117d7097
Add NO_STAGE all over the place in preparation for the staging support (cat: databases)
2013-09-20 16:13:47 +00:00
John Marino
a862a2b7dc
Add explicit dependency on pkgconf (18 ports)
...
Approved by: portmgr (bapt, implicit)
2013-09-12 09:07:08 +00:00
Martin Wilke
7c02368b0a
- Remove php4 reference
2013-05-13 15:47:47 +00:00
Michael Scheidell
c207bf6a9a
- patch to resolve THRIFT-1487 issue
...
PR: ports/163946
Approved by: gabor (mentor, implicit)
2012-01-09 17:26:45 +00:00
Li-Wen Hsu
6823f4a064
Add php5-pdo_cassandra 0.2.1, PDO driver for Apache Cassandra.
...
PR: ports/163794
Submitted by: Gasol Wu <gasol.wu@gmail.com>
2012-01-03 11:50:35 +00:00