Hi, As spotted by afresh1@, under PORTS_PRIVSEP the build breaks due to bad permissions, as usually seen with ETHER:
--8<-- ===> Building for p5-FCGI-0.78 /bin/sh: cd: /usr/ports/pobj/p5-FCGI-0.78/FCGI-0.78 - Permission denied [...] ~$ ls -ld /usr/ports/pobj/p5-FCGI-0.78/FCGI-0.78 drwx------ 3 _pbuild _pbuild 1024 Oct 27 00:31 /usr/ports/pobj/p5-FCGI-0.78/FCGI-0.78 -->8-- OK? Charlène. Index: Makefile =================================================================== RCS file: /cvs/ports/www/p5-FCGI/Makefile,v retrieving revision 1.1.1.1 diff -u -p -u -p -r1.1.1.1 Makefile --- Makefile 25 Aug 2019 12:03:27 -0000 1.1.1.1 +++ Makefile 26 Oct 2019 22:45:16 -0000 @@ -2,6 +2,7 @@ COMMENT = module for enabling FastCGI support in CGI scripts DISTNAME = FCGI-0.78 +FIX_EXTRACT_PERMISSIONS = Yes CATEGORIES = www MAINTAINER = Robert Nagy <rob...@openbsd.org>