In PR 222067 there was a patch added to fix a config issue with FastDFS. However, the patch commited in r452061 https://svnweb.freebsd.org/ports/head/www/nginx/files/extra-patch-fastdfs-src-mod_fastdfs.conf?view=markup&pathrev=452061 somehow has the patch appended twice in the file so it does not apply during build. If you could re-commit the patch in PR 222067 so it does not contain the same content twice. File: files/extra-patch-fastdfs-src-mod_fastdfs.conf (remove half the content) Thanks!
Thanks for the report. I am unfortunately busy the weekend. I added Daniel. He had reported the problem n PR 222067.
Any chance you have time for this one soon? The only thing needs doing is removing half the content of files/extra-patch-fastdfs-src-mod_fastdfs.conf as you managed to append the patch twice to that file.
(In reply to Daniel Ylitalo from comment #2) I'll try it. Can you provide a patch?
Created attachment 188204 [details] Proper contents of extra-patch-fastdfs-src-mod_fastdfs.conf You can replace the entire file with this
A commit references this bug: Author: joneum Date: Mon Nov 27 14:48:32 UTC 2017 New revision: 454960 URL: https://svnweb.freebsd.org/changeset/ports/454960 Log: www/nginx: fastdfs patch garbled from last commit PR: 223377 Reported by: daniel@blodan.se Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D13258 Changes: head/www/nginx/files/extra-patch-fastdfs-src-mod_fastdfs.conf
landed, thanks :-)