Created attachment 180358 [details] Port skeleton
Can you attach a poudriere build log output that includes stage-qa etc.?
Created attachment 180376 [details] Port skeleton Updated kiss-template to 0.18 which removes the need for patching a CMake file
Created attachment 180377 [details] poudriere testport output with option TEST=on (i.e. including unit tests)
Will commit this with a few changes: - Move pkg-plist to PLIST_FILES in Makefile, due to less than six files in the list as suggested by portlint(1). - Change explicit options check to generic variable replacements (see [0]) - Some minor formatting changes [0] https://www.freebsd.org/doc/en/books/porters-handbook/makefile-options.html#options-variables
A commit references this bug: Author: grembo Date: Tue Feb 28 23:28:56 UTC 2017 New revision: 435110 URL: https://svnweb.freebsd.org/changeset/ports/435110 Log: New port: textproc/kiss-templates Type safe "Keep it simple, stupid" text templates for C++. WWW: https://github.com/rbock/kiss-templates PR: 217418 Submitted by: Andreas Sommer <andreas.sommer87@googlemail.com> Changes: head/textproc/Makefile head/textproc/kiss-templates/ head/textproc/kiss-templates/Makefile head/textproc/kiss-templates/distinfo head/textproc/kiss-templates/pkg-descr