Created attachment 146056 [details] stagify and fix build Stagify sunpinyin, and fix build with libc++: add missing stdlib.h include. The fix is essentially the same as https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=182221 but that one is not committed. Instead of patching individual files, this patch patches portability.h which is included by most source files. redports: https://redports.org/buildarchive/20140820012101-62445/
maintained by lichray but staging PRs don't need maintainer approval*, so moving to patch-ready * This should have been reset but the referenced PR prevented the maintainer reset.
*** Bug 182221 has been marked as a duplicate of this bug. ***
A commit references this bug: Author: marino Date: Wed Aug 20 23:36:36 UTC 2014 New revision: 365520 URL: http://svnweb.freebsd.org/changeset/ports/365520 Log: Stage chinese/sunpinyin and unbreak on FreeBSD 10+ PR: 192844 Submitted by: Henry Hu Changes: head/chinese/sunpinyin/Makefile head/chinese/sunpinyin/files/patch-src_portability.h
I had to add the post-install target to pass stage-qa check without warnings. Thanks for the PR!