git: 644e2fda2506 - main - lang/fpc-utils: unbreak after e40d870fc3cb

Jan Beich jbeich at FreeBSD.org
Sun Aug 1 03:09:34 UTC 2021


The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=644e2fda25065f90ee0b2caac568293ab2596ca4

commit 644e2fda25065f90ee0b2caac568293ab2596ca4
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-08-01 03:06:25 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-08-01 03:07:24 +0000

    lang/fpc-utils: unbreak after e40d870fc3cb
    
    The installer encountered the following error:
    Could not find unit directory for dependency package "tplylib" required for package "fcl-res"
    gmake[1]: *** [Makefile:2469: release] Error 1
    gmake[1]: Leaving directory '/usr/ports/lang/fpc-utils/work/fpc-3.2.2/utils'
---
 lang/fpc-utils/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/fpc-utils/Makefile b/lang/fpc-utils/Makefile
index c3e41095e8fc..6e7eb3493d03 100644
--- a/lang/fpc-utils/Makefile
+++ b/lang/fpc-utils/Makefile
@@ -8,7 +8,7 @@ USE_FPC=	chm dblib fastcgi fcl-async fcl-base fcl-db fcl-fpcunit fcl-js \
 		fcl-net fcl-passrc fcl-res fcl-xml fcl-web fcl-json fppkg \
 		httpd22 httpd24 ibase libcurl libmicrohttpd mysql odbc openssl \
 		oracle pastojs postgres pxlib rtl-extra rtl-generics rtl-objpas \
-		sqlite webidl
+		tplylib sqlite webidl
 
 MASTERDIR=	${.CURDIR}/../../lang/fpc
 WRKUNITDIR=	${FPCSRCDIR}/utils


More information about the dev-commits-ports-main mailing list