git: 25c260e713e1 - main - editors/textadept: prepare for glib-2.68.3

Tobias C. Berner tcberner at FreeBSD.org
Sat Jul 24 06:53:17 UTC 2021


The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=25c260e713e1b5281c786144d56941d2b177ac23

commit 25c260e713e1b5281c786144d56941d2b177ac23
Author:     Tobias C. Berner <tcberner at FreeBSD.org>
AuthorDate: 2021-07-24 06:47:07 +0000
Commit:     Tobias C. Berner <tcberner at FreeBSD.org>
CommitDate: 2021-07-24 06:47:07 +0000

    editors/textadept: prepare for glib-2.68.3
    
    Obtained from:  https://github.com/orbitalquark/textadept/issues/110
    PR:             256200
---
 editors/textadept/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/editors/textadept/Makefile b/editors/textadept/Makefile
index 458dfd34aee4..181a5cb1c636 100644
--- a/editors/textadept/Makefile
+++ b/editors/textadept/Makefile
@@ -61,6 +61,9 @@ post-patch:
 		${BUILD_WRKSRC}/lua/src/lib
 	${LN} -s ${WRKDIR}/gtdialog-${GTD_HASH} ${BUILD_WRKSRC}/gtdialog
 	@${RM} ${WRKSRC}/core/.*.luadoc
+# Fix build with glib 2.68.3: see https://github.com/orbitalquark/textadept/issues/110
+	${REINPLACE_CMD} -e '/static volatile/s|volatile||g' \
+		${BUILD_WRKSRC}/scintilla/gtk/ScintillaGTKAccessible.cxx
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}


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