This is the last port that is needed to have a working C toolchain for
CloudABI. C++ still requires libc++, libc++abi and libunwind. These will
be added later.
As mentioned in the comments, we don't use CMake to build compiler-rt,
as this is too hard in this specific instance. CMake sort of depends on
compiler-rt to be present, which is a bit weird.
Differential Revision: https://reviews.freebsd.org/D2892
Reviewed by: bapt
since python 2.7.9 ssl.match_hostname() function is in standard library, so
there is no need to depend on security/py-backports.ssl_match_hostname anymore
as stated in tornado's setup.py:
"""
if sys.version_info < (3, 2):
install_requires.append('backports.ssl_match_hostname')
if sys.version_info < (3, 4):
# Certifi is also optional on 2.7.9+, although making our dependencies
# conditional on micro version numbers seems like a bad idea
# until we have more declarative metadata.
install_requires.append('certifi')
"""
Remove this dependency and bump PORTREVISION.
While here sort USE_PYTHON components, add missed space in Makefile header.
PR: 201050
Submitted by: rm (myself)
Approved by: Guixing Bai <khsing.cn@gmail.com> (maintainer)
- update to 1.42
- convert to autogenerated packing list
- limit python version to 2.x
- convert docs/examples installation to more common practice
- add NO_ARCH
PR: 200742
Submitted by: rm (myself)
Approved by: maintainer timeout (14 days)
- update to 1.17.1
- remove bogus py-xml dependency
- shorten COMMENT
- limit python version to 2.x
- update patch to setup.py to make it build (there is upstream issue [1])
[1] https://github.com/nuxeo/FunkLoad/issues/145
Approved by: lwhsu (maintainer, by email)
operations required for synchronizing plain text.
Diff: Compare two blocks of plain text and efficiently return a list of
differences.
Match: Given a search string, find its best fuzzy match in a block of plain
text. Weighted for both accuracy and location.
Patch: Apply a list of patches onto plain text. Use best-effort to apply patch
even when the underlying text doesn't match.
WWW: https://code.google.com/p/google-diff-match-patch/
Differential Revision: https://reviews.freebsd.org/D2835
Reviewed by: python (koobs)
/wrkdirs/usr/ports/www/cppcms/work/cppcms-1.0.5/booster/lib/locale/src/posix/numeric.cpp:57: error: 'strfmon_l' was not declared in this scope
Approved by: portmgr blanket
Reported by: pkg-fallout