poudriere unable to build fpc-ide It appears that makefile is missing --> rtl-generics ./fpmake compile --localunitdir=../.. --globalunitdir=/usr/local/lib/fpc/3.2.0 --os=freebsd --cpu=x86_64 -o -vwni -o -Ur -o -Cg --compiler=/usr/local/bin/fpc -bu --GDBMI=1 -o -dRELEASE The installer encountered the following error: Could not find unit directory for dependency package "rtl-generics" gmake[1]: *** [Makefile:3081: release] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/editors/fpc-ide/work/fpc-3.2.0/packages/ide' *** Error code 1 Stop. make: stopped in /usr/ports/editors/fpc-ide makefile should be: USE_FPC= chm fv gdbint regexpr rtl-extra rtl-console rtl-generics fcl-xml
A commit references this bug: Author: acm Date: Mon Dec 7 19:20:09 UTC 2020 New revision: 557241 URL: https://svnweb.freebsd.org/changeset/ports/557241 Log: - Fix build PR: 251666 Submitted by: rdunkle at smallcatbrain.com Changes: head/editors/fpc-ide/Makefile
- Committed thanks!