Adjust CFLAGS to pick bundled speex instead of one installed on the system, that is,
apparently, incompatible with the bundled one.
A similar fix was already done for games/ioquake3 in r398218.
PR: 203389
- update to 0.6.2
- mark port DEPRECATED, because last it's consumer gone and it's not supported
upstream anymore. Expiration date is set to 2015-11-26.
Citing https://pypi.python.org/pypi/async:
DEPRECATION NOTE: Please do not use this library ! It’s not working correctly in
python 3, and besides that might be called a failed experiment.
Approved by: wen (maintainer, by email)
transparent reading and writing of files using a variety of supported
compression methods and transports.
PR: 203805 (modified)
Submitted by: Alistair King
Spyder (previously known as Pydee) is a powerful interactive development
environment for the Python language with advanced editing, interactive
testing, debugging and introspection features
WWW: https://github.com/spyder-ide/spyder/
PR: 186316
Submitted by: rodperson@rodperson.com
With improvements by lightside@gmx.de
The gnupg module allows Python programs to make use of the functionality
provided by the GNU Privacy Guard (abbreviated GPG or GnuPG). Using this
module, Python programs can encrypt and decrypt data, digitally sign documents
and verify digital signatures, manage (generate, list and delete) encryption
keys, using proven Public Key Infrastructure (PKI) encryption technology based
on OpenPGP.
WWW: http://packages.python.org/python-gnupg/index.html
PR: 199551
Submitted by: Christer Edwards <christer.edwards@gmail.com>
Apache TomEE is an all-Apache Java EE 6 Web Profile certified stack
where Apache Tomcat is top dog. Apache TomEE is assembled from a
vanilla Apache Tomcat zip file.
WWW: http://tomee.apache.org/
PR: 203897
Submitted by: Cecile Neu <cecukemon@gmail.com>
<ChangeLog>
--[ Redis 3.0.5 ] Release date: 15 Oct 2015
Upgrade urgency: MODERATE, the most important thing is a fix in the replication
code that may make the slave hanging forever if the master
remains with an open socket even if it is no longer able to
reply.
* [FIX] MOVE now moves the TTL as well. A bug lasting forever... finally
fixed thanks to Andy Grunwald that reported it.
(reported by Andy Grunwald, fixed by Salvatore Sanfilippo)
* [FIX] Fix a false positive in HSTRLEN test.
* [FIX] Fix a bug in redis-cli --pipe mode that was not able to read back
replies from the server incrementally. Now a mass import will use
a lot less memory, and you can use --pipe to do incremental streaming.
(reported by Twitter user @fsaintjacques, fixed by Salvatore
Sanfilippo)
* [FIX] Slave detection of master timeout. (fixed by Kevin McGehee, refactoring
and regression test by Salvatore Sanfilippo)
* [NEW] Cluster: redis-trib fix can fix an additional case for opens lots.
(Salvatore Sanfilippo)
* [NEW] Cluster: redis-trib import support for --copy and --replace options
(David Thomson)
</ChangeLog>
client_ls.cpp:43:48: error: member access into incomplete type 'const svn_sort__item_t'
client_ls.cpp:68:13: error: use of undeclared identifier 'svn_sort__hash'
client_ls.cpp:79:15: error: subscript of pointer to incomplete type 'svn_sort__item_t'
client_ls.cpp:81:49: error: member access into incomplete type 'svn_sort__item_t'
client_ls.cpp:81:51: error: expected ')'
client_ls.cpp:84:51: error: member access into incomplete type 'svn_sort__item_t'
Reported by: pkg-fallout
pysvn_client_cmd_info.cpp:1383:39: error: use of undeclared identifier 'svn_sort__hash'
pysvn_client_cmd_info.cpp:1388:41: error: subscript of pointer to incomplete type 'const svn_sort__item_t'
pysvn_client_cmd_info.cpp:1389:62: error: member access into incomplete type 'const svn_sort__item_t'
pysvn_client_cmd_info.cpp:1392:65: error: member access into incomplete type 'const svn_sort__item_t'
Reported by: pkg-fallout
* Add support for @(...) notation [1]
* Remove the check for USES being sorted. Order is important. [2]
* Add support for making sure @owner and @group are properly reset [3]
PR: 202570 [1]
203908 [2]
202711 [3]
2015-10-22 misc/ruby-progressbar: Abandoned upstream, superseded by devel/rubygem-ruby-progressbar
2015-10-24 www/twig: Upstream vanished, php3 and php4 are long unsupported