- Mark broken: fails to build
hal/user_comps/mb2hal/mb2hal.c:362:63: error: too few arguments to function call, expected 3, have 2
modbus_set_response_timeout(this_mb_link->modbus, &timeout);
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/usr/local/include/modbus/modbus.h:185:12: note: 'modbus_set_response_timeout' declared here
MODBUS_API int modbus_set_response_timeout(modbus_t *ctx, uint32_t to_sec, uint32_t to_usec);
^
hal/user_comps/mb2hal/mb2hal.c:369:59: error: too few arguments to function call, expected 3, have 2
modbus_set_byte_timeout(this_mb_link->modbus, &timeout);
~~~~~~~~~~~~~~~~~~~~~~~ ^
/usr/local/include/modbus/modbus.h:188:12: note: 'modbus_set_byte_timeout' declared here
MODBUS_API int modbus_set_byte_timeout(modbus_t *ctx, uint32_t to_sec, uint32_t to_usec);
^
Log:
- Remove OCFLAGS option. This is no longer a big topic since all
computationally expensive code is handled via external ffmpeg
libraries now
- Remove BUILD_DEPENDS on yasm. No yasm asm files are compiled
during mplayer / mencoder build process anymore
- Bump PORTREVISION
The gsh program is a command line program used to run commands on multiple remote host computers in parallel. The gsh program has few dependencies, requiring Perl and the OpenSSH client software to work.
PR: 210755
Submitted by: jsmith@resonatingmedia.com
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D9002
Mysqldump-secure is a POSIX compliant open-source backup tool for MySQL databases with strong security in mind. It will backup every available database (which is readable by the specified user) as a separate file with the possibility to opt out via blacklisting.
PR: 208032
Submitted by: jsmith@resonatingmedia.com
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D9001
CMakeFiles/mime-roundtrip.dir/mime-roundtrip.cpp.o: In function `main':
libs/mime/test/mime-roundtrip.cpp:(.text+0x16d7a): undefined reference to `init_unit_test()'
PR: 215598
Reported by: antoine (via exp-run)
Approved by: portmgr blanket
* prison-1.1.1 was released on march 16, 2014 (1.0 is from 2011...).
* take maintainership for kde@.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9017