pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/gnome-control-center



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri May 15 16:16:37 UTC 2026

Modified Files:
        pkgsrc/sysutils/gnome-control-center: Makefile

Log Message:
ignome-control-center: mark as BROKEN

Needs to be updated to work with current pkgsrc version of
gnome-online-accounts.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/sysutils/gnome-control-center/Makefile

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

Modified files:

Index: pkgsrc/sysutils/gnome-control-center/Makefile
diff -u pkgsrc/sysutils/gnome-control-center/Makefile:1.60 pkgsrc/sysutils/gnome-control-center/Makefile:1.61
--- pkgsrc/sysutils/gnome-control-center/Makefile:1.60  Thu May 14 16:42:06 2026
+++ pkgsrc/sysutils/gnome-control-center/Makefile       Fri May 15 16:16:37 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2026/05/14 16:42:06 ryoon Exp $
+# $NetBSD: Makefile,v 1.61 2026/05/15 16:16:37 wiz Exp $
 
 DISTNAME=      gnome-control-center-40.0
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
@@ -11,6 +11,8 @@ HOMEPAGE=     https://gitlab.gnome.org/GNOME
 COMMENT=       Interface to configure various aspects of the GNOME desktop
 LICENSE=       gnu-gpl-v2
 
+BROKEN=                "Needs update to work with gnome-online-accounts."
+
 USE_TOOLS+=    pkg-config msgfmt xgettext
 USE_TOOLS+=    gdbus-codegen
 
@@ -23,6 +25,8 @@ PYTHON_FOR_BUILD_ONLY=        tool
 PKGCONFIG_OVERRIDE_STAGE=      pre-install
 PKGCONFIG_OVERRIDE+=           output/panels/keyboard/gnome-keybindings.pc
 
+CFLAGS+=       -Wno-incompatible-pointer-types
+
 .include "../../devel/meson/build.mk"
 .include "../../devel/gettext-tools/msgfmt-desktop.mk"
 .include "../../devel/glib2/schemas.mk"



Home | Main Index | Thread Index | Old Index