Re: git: 2f5457bf2c02 - main - lang/fpc: fix stage-qa fails
- In reply to: Jose Alonso Cardenas Marquez : "git: 2f5457bf2c02 - main - lang/fpc: fix stage-qa fails"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Jan 2024 21:57:09 UTC
---- El mié., 03 ene. 2024 16:54:56 -0500, Jose Alonso Cardenas Marquez escribió ---- > The branch main has been updated by acm: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=2f5457bf2c02580361ab6016b54a6a6e664401ef > > commit 2f5457bf2c02580361ab6016b54a6a6e664401ef > Author: Jose Alonso Cardenas Marquez acm@FreeBSD.org> > AuthorDate: 2024-01-03 21:51:37 +0000 > Commit: Jose Alonso Cardenas Marquez acm@FreeBSD.org> > CommitDate: 2024-01-03 21:54:46 +0000 > > lang/fpc: fix stage-qa fails > > - Bump PORTREVISION > PR: John Hein It is PR 276012 > Reported by: jcfyecrayz _ at _ liamekaens.com > --- > lang/fpc/Makefile | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile > index b5f241509213..518cf1206854 100644 > --- a/lang/fpc/Makefile > +++ b/lang/fpc/Makefile > @@ -1,6 +1,6 @@ > PORTNAME= fpc > PORTVERSION= 3.2.2 > -PORTREVISION= 6 > +PORTREVISION= 7 > CATEGORIES= lang > MASTER_SITES= SF/freepascal/Source/${PORTVERSION}:source \ > https://downloads.freepascal.org/${PORTNAME}/dist/${PORTVERSION}/source/:source \ > @@ -174,6 +174,9 @@ do-install: > "${STAGEDIR}${PREFIX}/etc" > @${REINPLACE_CMD} -i "" -e 's|${STAGEDIR}||' \ > -e 's|^#-Fl/lib;/usr/lib|-Fl${LOCALBASE}/lib;${LOCALBASE}/lib/qt5;${LOCALBASE}/lib/qt6|g' \ > - ${STAGEDIR}${PREFIX}/etc/fpc.cfg.sample > + ${STAGEDIR}${PREFIX}/etc/fpc.cfg.sample \ > + ${STAGEDIR}${PREFIX}/etc/fppkg.cfg.sample \ > + ${STAGEDIR}${PREFIX}/etc/fppkg/default \ > + ${STAGEDIR}${PREFIX}/lib/fpc/${PORTVERSION}/ide/text/fp.cfg > > .include >