And it fixes it by putting everything from PLIST_SUB_SED into a file and asking sed to read that file.
Fixes the problem from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222355
Differential D14014
Fix PLIST_SUB being too big and PLIST_SUB_SED getting bigger than _POSIX2_LINE_MAX. mat on Jan 22 2018, 2:26 PM. Authored by Tags None Referenced Files
Subscribers
Details
And it fixes it by putting everything from PLIST_SUB_SED into a file and asking sed to read that file. Fixes the problem from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222355
Diff Detail
Event TimelineComment Actions I can no longer reproduce the original issue. Something in my environment changed and now sed's command line is just under the limit. However, i can confirm that this patch doesn't break anything at least. Comment Actions With an up-to-date ports tree and an 11.1 jail, www/rubygem-passenger works just fine but textproc/rubygem-gitlab-markup fails as reported. With the patch, both ports work fine. |