Created attachment 170461 [details] shar file for cpputest Hi, This is a port for CppUTest -- Unit testing and mocking framework for C/C++. Attaching the .shar file and poudriere logs. Akos
Created attachment 170462 [details] poudriere logs
A commit references this bug: Author: pawel Date: Fri May 27 11:29:25 UTC 2016 New revision: 415934 URL: https://svnweb.freebsd.org/changeset/ports/415934 Log: CppUTest is a C /C++ based unit xUnit test framework for unit testing and for test-driving your code. It is written in C++ but is used in C and C++ projects and frequently used in embedded systems. CppUTest's core design principles: * Simple to use and small * Portable to old and new platforms * Build with Test-driven Development in mind WWW: https://cpputest.github.io/ PR: 209622 Submitted by: Akos Somfai <akos.somfai@gmail.com> Changes: head/devel/Makefile head/devel/cpputest/ head/devel/cpputest/Makefile head/devel/cpputest/distinfo head/devel/cpputest/files/ head/devel/cpputest/files/patch-Makefile.am head/devel/cpputest/pkg-descr head/devel/cpputest/pkg-plist
A commit references this bug: Author: pawel Date: Fri May 27 11:39:54 UTC 2016 New revision: 48857 URL: https://svnweb.freebsd.org/changeset/doc/48857 Log: For devel/cpputest PR: 209622 Changes: head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml
Committed, thanks. Please use make makepatch target for patch creation in the future.