git: eed8fd052a4b - main - x11-toolkits/guile-gnome-platform: remove GCONF option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jun 2022 14:06:31 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=eed8fd052a4be4e4a6dde2b83c1afa3eb054a20a commit eed8fd052a4be4e4a6dde2b83c1afa3eb054a20a Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-06-08 12:54:27 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-06-08 14:06:23 +0000 x11-toolkits/guile-gnome-platform: remove GCONF option Remove the gconf option, while here remove the coment about gconf which was anyway inaccurate since the latest modifications on the gconf port --- x11-toolkits/guile-gnome-platform/Makefile | 15 +++------------ x11-toolkits/guile-gnome-platform/pkg-plist | 7 ------- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/x11-toolkits/guile-gnome-platform/Makefile b/x11-toolkits/guile-gnome-platform/Makefile index 2cdca8a8d6a5..780d5e42abd3 100644 --- a/x11-toolkits/guile-gnome-platform/Makefile +++ b/x11-toolkits/guile-gnome-platform/Makefile @@ -1,6 +1,6 @@ PORTNAME= guile-gnome-platform DISTVERSION= 2.16.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-toolkits MASTER_SITES= GNU/guile-gnome/${PORTNAME} @@ -15,10 +15,6 @@ LIB_DEPENDS= libguile-2.2.so:lang/guile2 \ libgwrap-guile-runtime.so:devel/g-wrap \ libffi.so:devel/libffi -# A note on flavors: GCONF pull in very long -# dependency lists including things like spidermonkey and samba, which -# is rather overkill if you just want to do GUI tools. So make "lite" -# the default. FLAVORS= lite full FLAVOR?= ${FLAVORS:[1]} full_PKGNAMESUFFIX=-full @@ -42,11 +38,11 @@ DATADIR= ${PREFIX}/share/guile-gnome-2 INFO= guile-gnome-glib guile-gnome-gobject -OPTIONS_DEFINE= ATK CAIRO CANVAS GCONF GLADE GTK2 PANGO +OPTIONS_DEFINE= ATK CAIRO CANVAS GLADE GTK2 PANGO OPTIONS_DEFAULT=ATK CAIRO CANVAS GLADE GTK2 PANGO .if ${FLAVOR} == full -OPTIONS_SLAVE= ATK CAIRO CANVAS GCONF GLADE GTK2 PANGO +OPTIONS_SLAVE= ATK CAIRO CANVAS GLADE GTK2 PANGO .endif OPTIONS_SUB= yes @@ -69,11 +65,6 @@ CANVAS_USE= gnome=libgnomecanvas CANVAS_CONFIGURE_WITH= canvas CANVAS_INFO= guile-gnome-libgnomecanvas -GCONF_IMPLIES= GTK2 CAIRO -GCONF_USE= gnome=gconf2 -GCONF_CONFIGURE_WITH= gconf -GCONF_INFO= guile-gnome-gconf - GLADE_IMPLIES= GTK2 CAIRO GLADE_USE= gnome=libglade2 GLADE_CONFIGURE_WITH= libglade diff --git a/x11-toolkits/guile-gnome-platform/pkg-plist b/x11-toolkits/guile-gnome-platform/pkg-plist index a680bfccc739..2dbfddc16290 100644 --- a/x11-toolkits/guile-gnome-platform/pkg-plist +++ b/x11-toolkits/guile-gnome-platform/pkg-plist @@ -17,9 +17,6 @@ include/guile-gnome-2/guile-gnome-gobject/gvalue.h %%CANVAS%%lib/guile-gnome-2/libgw-guile-gnome-canvas.so %%CANVAS%%lib/guile-gnome-2/libgw-guile-gnome-canvas.so.0 %%CANVAS%%lib/guile-gnome-2/libgw-guile-gnome-canvas.so.0.0.0 -%%GCONF%%lib/guile-gnome-2/libgw-guile-gnome-gconf.so -%%GCONF%%lib/guile-gnome-2/libgw-guile-gnome-gconf.so.0 -%%GCONF%%lib/guile-gnome-2/libgw-guile-gnome-gconf.so.0.0.0 %%GTK2%%lib/guile-gnome-2/libgw-guile-gnome-gdk.so %%GTK2%%lib/guile-gnome-2/libgw-guile-gnome-gdk.so.0 %%GTK2%%lib/guile-gnome-2/libgw-guile-gnome-gdk.so.0.0.0 @@ -97,8 +94,6 @@ libdata/pkgconfig/guile-gnome-glib-2.pc %%DATADIR%%/gnome/defs/printui.defs %%DATADIR%%/gnome/defs/vte-overrides.defs %%DATADIR%%/gnome/defs/vte.defs -%%GCONF%%%%DATADIR%%/gnome/gconf.scm -%%GLADE%%%%DATADIR%%/gnome/glade.scm %%DATADIR%%/gnome/glib.scm %%DATADIR%%/gnome/gobject.scm %%DATADIR%%/gnome/gobject/config.scm @@ -123,8 +118,6 @@ libdata/pkgconfig/guile-gnome-glib-2.pc %%CAIRO%%%%DATADIR%%/gnome/gw/cairo.scm %%CANVAS%%%%DATADIR%%/gnome/gw/canvas-spec.scm %%CANVAS%%%%DATADIR%%/gnome/gw/canvas.scm -%%GCONF%%%%DATADIR%%/gnome/gw/gconf-spec.scm -%%GCONF%%%%DATADIR%%/gnome/gw/gconf.scm %%GTK2%%%%DATADIR%%/gnome/gw/gdk-spec.scm %%GTK2%%%%DATADIR%%/gnome/gw/gdk.scm %%DATADIR%%/gnome/gw/generics.scm