This port does not appear to really need to use <tgmath.h> as it already
passes the correct types to pow() and log().
PR: ports/167985 (forgotten piece)
There's a call to mkdtemp(), which is supposed to be in stdlib.h. However,
until FreeBSD 8 the definition was only in unistd.h, so we need to include that
header for 7.
- Switch to CMAKE
- Fix paths in man pages
- Hiawatha now uses own PolarSSL library
Reviewed by: Hugo Leisink <hugo@hiawatha-webserver.org> (author of hiawatha)
file.cpp: In member function 'virtual void StdFile::listImpl(const std::string&, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)':
file.cpp:248: error: 'class boost::filesystem3::directory_entry' has no member named 'filename'
Reported by: pointyhat
/usr/ports/devel/ros-common/work/common-1.4.3/pluginlib/src/boost_fs_wrapper.cpp:
In function 'std::string pluginlib::getPackageFromLibraryPath(const
std::string&)':
/usr/ports/devel/ros-common/work/common-1.4.3/pluginlib/src/boost_fs_wrapper.cpp:58:
error: conversion from 'boost::filesystem3::path' to non-scalar type
'std::basic_string<char, std::char_traits<char>, std::allocator<char> >'
requested
Reported by: pointyhat
- submitter is now maintainer (email to previous maintainer bouces for weeks)
- replaces audio/audacity-devel
PR: ports/167906
Submitted by: Jack <xxjack12xx@gmail.com> (maintainer)
- PyFlakes
- pep8
- Ned's McCabe script
Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8
and PyFlakes extended options and just uses defaults. It displays the warnings
in a per-file, merged output.
WWW: https://bitbucket.org/tarek/flake8
NB: slightly changed version of the port committed. My changes:
- add $FreeBSD$
- update to 1.3.1
- add license (MIT)
- add a comment about python3. It will work but it use distutils for python3
and setuptools for python2. I think the port will need to be changed to use
distutils for both python branches.
- use %%PYEASYINSTALL_EGG%% in pkg-plist
PR: ports/168108
Submitted by: William Grzybowski <william88@gmail.com>
Notice that the ability to specify 0 or 1 from a list is achieved
in opentracker by adding a third option, ACCESSLIST_OPEN which effectively
does nothing
(for openradius, use bsd.port.options.mk)
While I'm here, do some clenup:
- use shortname in MASTER_SITES
- drop LICENSE_FILE for well-know license (MIT)
- strict python versions to 2.x only
- replace redefinition of the whole PYDISTUTILS_EGGINFO with
just PYDISTUTILS_PKGVERSION
- add tab in pkg-descr
PR: 167484
Submitted by: antoine (maintainer)