Created attachment 144502 [details] fcgi-devkit-2.4.0.patch - Fix LICENSE* variables. - Add trailing slahes to INSTALL_MAN lines for robustness of file <-> directory mismatches. - Replace @dirrmtry by @dirrm Port maintainer (freebsd@skysmurf.nl) is cc'd. Generated with FreeBSD Port Tools 1.02 (mode: change, diff: SVN)
Maintainer approved.
A commit references this bug: Author: pi Date: Tue Jul 8 13:01:26 UTC 2014 New revision: 361229 URL: http://svnweb.freebsd.org/changeset/ports/361229 Log: www/fcgi: Some fixes - Fix LICENSE* variables. - Add trailing slahes to INSTALL_MAN lines for robustness of file <-> directory mismatches. - Replace @dirrmtry by @dirrm PR: 191725 Submitted by: Matthias Andree <mandree@FreeBSD.org> Approved by: freebsd@skysmurf.nl (maintainer) Changes: head/www/fcgi/Makefile head/www/fcgi/pkg-plist
Nice shot at breaking fcgi building on cluster just before package building ;) I have fixed the license usage for now
bapt, the requisite permissions for package build are there. Please provide failure logs so we can see what's going on and debug the package building framework - Note licenses must be queried at install time, not at build time as long as there is permission to build/distribute packages.
Just to be clear: was the breakage due to the license acceptance dialog, or were there other problems?
The breakage was due to the fact that the default permissions were set to not accept the license, so packaging was allowed once the license was accepted which results in the package not being built at all. because on the cluster BATCH is set so the licensing framwork falls back on the default aka the license is not accepted