Created attachment 145030 [details] polyml cleanup patch Hi, The recent change to polyml adds support for system ffi but doesn't depend on it. Additionally, there's the "libtools:keepla" USES option, but that doesn't seem needed, simple "libtools" should work. Also, the recommendation is to use a pkg-plist file when there are more than 5 files in a package. This patch fixes those things and also adds the motif option, as well as removing the unnecessary USE_GCC option. See attached, and let me know if this breaks anything. Thanks, Steve
notify maintainer for approval
I just tried this patch and it works properly with "portlint -CA" and at runtime. I approve.
Let Steve have the honors...
A commit references this bug: Author: swills Date: Thu Jul 31 18:43:36 UTC 2014 New revision: 363649 URL: http://svnweb.freebsd.org/changeset/ports/363649 Log: lang/polyml: depend on ffi, use pkg-plist, add motif option PR: 192165 Approved by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) Changes: head/lang/polyml/Makefile head/lang/polyml/pkg-plist
Committed!