From 84a9e9257b19f68e55edd218f31e55025c6e27a9 Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Mon, 10 Apr 2023 13:22:08 -0500 Subject: [PATCH] editors/lazarus-*devel: Fix build and pkg-plist issues - qt5pas was updated to a recent source code. It fixes issues with editors/lazarus-devel-qt5 --- editors/lazarus-devel/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/editors/lazarus-devel/Makefile b/editors/lazarus-devel/Makefile index 6367b6c69c164..15a2aa179c685 100644 --- a/editors/lazarus-devel/Makefile +++ b/editors/lazarus-devel/Makefile @@ -1,7 +1,7 @@ PORTNAME= lazarus PORTVERSION= 2.3.0 PKGNAMESUFFIX?= -gtk2-devel -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= editors devel DIST_SUBDIR= freepascal @@ -69,6 +69,8 @@ post-extract: @${MV} ${WRKSRC}/install/man/man1/startlazarus.1 ${WRKDIR}/man1/ @${MV} ${WRKSRC}/examples ${WRKDIR}/examples @${MV} ${WRKSRC}/docs ${WRKDIR}/docs + @${RM} ${WRKSRC}/tools/.gitignore + @${RM} ${WRKSRC}/Dockerfile.buildenv post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' -e 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/${MAKEFILE}