Created attachment 158084 [details] Patch Disable utterly broken testmodule installation, which fixes bunch of check-plist errors. Note that you can't just `rm ${STAGEDIR}/usr/ports` as in creates different directories in different environments. Also note that I've marked the port BROKEN on i386: /bin/sh ./libtool --silent --tag=CC --mode=link cc -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wno-sign-compare -fno-builtin -momit-leaf-frame-pointer -export-dynamic -fstack-protector -W,--warn-common -o pfe main-def.o libpfe.la ./.libs/libpfe.so: undefined reference to `p4TH' cc: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:849: recipe for target 'pfe' failed
A commit references this bug: Author: johans Date: Wed Jul 1 10:06:37 UTC 2015 New revision: 391044 URL: https://svnweb.freebsd.org/changeset/ports/391044 Log: Disable utterly broken testmodule installation PR: 201135 Submitted by: amdmi3 Changes: head/lang/pfe/Makefile head/lang/pfe/pkg-plist
Committed, thanks. Will try to fix this for i386 later.
Thank you!