PfaEdit port build errors (fetch and patch) are fixed. A typo in DISTFILES (DOCFILES instead of DOCFILE) caused unfetched file and caused an error at post-extract stage. Two source files (pfaedit-031210/configure.{,dynamic}.in) are actually binary files (DOS style CR+LF newline) and the patches do not contain 0x0d(CR) at EOLs. I added 'PATCH-STRIP= -l' to tolerate extraneous whitespaces, but this may be an abuse of PATCH-STRIP. Another fixes: I tried to USE_AUTOMAKE_VER=253 on 4.9-STABLE today and configure script is executed successfully. Explicit definition of 'BUILD_DEPENDS=autoconf' and pre-configure target is replaced. Modification to stop portlint generating error messages: line order exchange, removal of ' ' before '=' in DISTFILES line, use of DOCSDIR, restore of INSTALLS_SHLIBS line which was removed by mistake in previous patch, and use of USE_LIBTOOL. How-To-Repeat: cd /usr/ports/print/pfaedit rm /usr/ports/distfiles/pfaedt_htdocs-20031210.tgz make build
State Changed From-To: open->closed Committed, thanks!