wrappers for objects exposed by the Reddit API. This module handles HTTP
communication, basic session management (e.g. storing an active login session),
and communication with Reddit's external API.
- Allow vagrant to run with devel/rubygem-listen 2.8.0 as of r373273.
PR: 195588
Differential Revision: https://reviews.freebsd.org/D1273
Submitted by: Kevin Bowling <kevin.bowling@kev009.com>
Approved by: joe@thrallingpenguin.com (maintainer)
Approved by: koobs (mentor)
devel/kdevplatform requires a c++11 conformant compiler and runtime
libraries. Further, it exposes these requirements to its consumer
PORTS by exposing c++11 stl interfaces in its header files.
Also, devel/kdevelop requires a c++11 runtime library by its usage of
initializer lists on top of its kdevplatform consumage.
Have the kdevplatform, kdevelop and kdevelop-php PORTS require a
corresponsing toolchain by USEing compiler:c++11-lib
While here, add cmake:outsource to these ports.
PR: 195742
Approved by: rakuco (mentor)
- Update to 1.4.1
- Allow Python 3 support [1]
- Update COMMENT to match PyPi upstream
- Add TESTS option, TEST_DEPENDS and regression-test target
- Strip shared library
- Patch setup.{py,cfg} to add allow 'test' command to run
- Update pkg-descr to match upstream
- pkg-descr: Update WWW: URL to match PyPi upstream
This update passes QA (test suite) under Python 2.7 and 3.4.
Changes:
http://sendapatch.se/projects/pylibmc/changelog.html
[1] https://github.com/lericson/pylibmc/issues/146
disable libstdcxx and multilib, as they are not needed. Add hacks to
build gcc with clang. With these changes, we can now build u-boot with
this compiler.
Submitted by: ian@
* Fix the plist.
* Add patch to properly look for and link against pthreads, required by the
bundled webp copy used by the port (this fixes the build on FreeBSD >=
10). Ideally, we should just use webp from ports instead.
PR: 192046