Created attachment 168460 [details] libcppformat package C++ Format is an open-source formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams. WWW: https://github.com/cppformat/cppformat/
Please attach poudriere build logs, procedure without portshaker is: pkg install poudriere poudriere jail -c -j 102amd64 -v 10.2-RELEASE poudriere jail -c -j 93amd64 -v 9.3-RELEASE poudriere ports -c -p local put your port under /usr/local/poudriere/ports/local/devel poudriere testport -j 102amd64 -p local -o devel/libcppformat poudriere testport -j 93amd64 -p local -o devel/libcppformat Take build logs from /usr/local/poudriere/data/logs and attach them to the ticket.
Created attachment 168561 [details] Build log on 102amd64
Created attachment 168562 [details] Build log on 93amd64
Please attach BSD shar. GNU one is impossevle to validate visually.
Created attachment 168574 [details] BSD shar
(In reply to Dmitry Marakasov from comment #4) Looks good to me now, also tested on 10.2 locally. If you don't object, I'll go ahead and commit it.
(In reply to Michael Gmelin from comment #6) > (In reply to Dmitry Marakasov from comment #4) > > Looks good to me now, also tested on 10.2 locally. > > If you don't object, I'll go ahead and commit it. It has several flaws, I'll submit a patch in a moment.
Created attachment 168621 [details] Additional fixes - GH_TAGNAME unneeded (defaults to PORTVERSION) - Remove unneeded cmake args - Sort plist
(In reply to Dmitry Marakasov from comment #8) Thanks!
A commit references this bug: Author: grembo Date: Sat Mar 26 02:31:16 UTC 2016 New revision: 411914 URL: https://svnweb.freebsd.org/changeset/ports/411914 Log: Add new port: devel/libcppformat (an open-source formatting library for C++) PR: 208184 Submitted by: Slava Mikerov <SlavaMikerov@gmail.com> Reviewed by: amdmi3 Approved by: mentors (implicit) Changes: head/devel/Makefile head/devel/libcppformat/ head/devel/libcppformat/Makefile head/devel/libcppformat/distinfo head/devel/libcppformat/pkg-descr head/devel/libcppformat/pkg-plist