pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/gtk4



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun 17 07:18:46 UTC 2024

Modified Files:
        pkgsrc/x11/gtk4: Makefile

Log Message:
gtk4: mark as only supporting partial relro

See http://gnats.netbsd.org/57792


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/x11/gtk4/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/gtk4/Makefile
diff -u pkgsrc/x11/gtk4/Makefile:1.47 pkgsrc/x11/gtk4/Makefile:1.48
--- pkgsrc/x11/gtk4/Makefile:1.47       Wed May 29 16:35:00 2024
+++ pkgsrc/x11/gtk4/Makefile    Mon Jun 17 07:18:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2024/05/29 16:35:00 adam Exp $
+# $NetBSD: Makefile,v 1.48 2024/06/17 07:18:46 wiz Exp $
 
 DISTNAME=      gtk-4.14.4
 PKGNAME=       ${DISTNAME:S/gtk/gtk4/}
@@ -17,6 +17,10 @@ TOOL_DEPENDS+=       ${PYPKGPREFIX}-gobject3-[
 # TODO: add more python dependencies?
 # gi-docgen| subprojects/gi-docgen/meson.build:10:0: Exception: python3 is missing modules: jinja2, markdown, markupsafe, pygments, toml, typogrify
 
+# Gdk-4.0 dumps core with full RELRO
+# http://gnats.netbsd.org/57792
+RELRO_SUPPORTED=       partial
+
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index