git: e9cac8e2ce34 - main - x11/libgnome: remove

Baptiste Daroussin bapt at FreeBSD.org
Sat May 1 13:26:19 UTC 2021


The branch main has been updated by bapt:

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

commit e9cac8e2ce349fc6960512ed320a32c7f785483e
Author:     Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-05-01 13:24:15 +0000
Commit:     Baptiste Daroussin <bapt at FreeBSD.org>
CommitDate: 2021-05-01 13:26:12 +0000

    x11/libgnome: remove
    
    Gnome2 library dead upstream with no consumers left in the ports tree
---
 MOVED                                              |   1 +
 Mk/Scripts/qa.sh                                   |   1 -
 Mk/Uses/gnome.mk                                   |   6 +-
 x11/Makefile                                       |   1 -
 x11/libgnome/Makefile                              |  56 ----------
 x11/libgnome/distinfo                              |   3 -
 x11/libgnome/files/patch-libgnome__Makefile.in     |  11 --
 x11/libgnome/files/patch-libgnome_gnome-config.h   |  11 --
 x11/libgnome/files/patch-libgnome_gnome-util.c     |  19 ----
 .../files/patch-libgnome_libgnome-2.0.pc.in        |   9 --
 x11/libgnome/files/pkg-deinstall.in                |  17 ---
 x11/libgnome/pkg-descr                             |   3 -
 x11/libgnome/pkg-plist                             | 123 ---------------------
 13 files changed, 2 insertions(+), 259 deletions(-)

diff --git a/MOVED b/MOVED
index a33700f7ce98..9b4033bac57f 100644
--- a/MOVED
+++ b/MOVED
@@ -16321,3 +16321,4 @@ x11-toolkits/p5-Gnome2-Wnck||2021-05-01|Has expired: Deprecated by the Gtk-Perl
 devel/p5-Gnome2-GConf||2021-05-01|Has expired: Deprecated by the Gtk-Perl project. No more security patches and bug fixes
 comms/kb||2021-05-01|Abandonware, upstream has disappeared, depends on libgnome
 games/monster-masher||2021-05-01|Abandonware, depends on libgnome
+x11/libgnome||2021-05-01|Dead upstream, no consumers left in the ports tree
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh
index afc4f53d5a87..b454ca8dbd93 100644
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -385,7 +385,6 @@ proxydeps_suggest_uses() {
 		${pkg} = "databases/libgda5-ui" -o \
 		${pkg} = "databases/libgdamm5" -o \
 		${pkg} = "devel/libglade2" -o \
-		${pkg} = "x11/libgnome" -o \
 		${pkg} = "graphics/libgnomecanvas" -o \
 		${pkg} = "x11/libgnomekbd" -o \
 		${pkg} = "devel/libgsf" -o \
diff --git a/Mk/Uses/gnome.mk b/Mk/Uses/gnome.mk
index ad89fe8dbf6a..0e1a4afc1b42 100644
--- a/Mk/Uses/gnome.mk
+++ b/Mk/Uses/gnome.mk
@@ -73,8 +73,7 @@ _USE_GNOME_ALL+= atk cairo \
 		gdkpixbuf2 gconf2 glib20 \
 		gnomevfs2 gtk-update-icon-cache gtk20 \
 		gtksharp20 gtksourceview2 gvfs libartlgpl2 libbonobo \
-		libglade2 libgnome \
-		libgnomecanvas \
+		libglade2 libgnomecanvas \
 		libgsf libidl librsvg2 libwnck \
 		libxml2 libxslt \
 		orbit2 pango pangox-compat \
@@ -225,9 +224,6 @@ libgnomecanvas_USE_GNOME_IMPL=	libglade2 libartlgpl2
 
 libartlgpl2_LIB_DEPENDS=	libart_lgpl_2.so:graphics/libart_lgpl
 
-libgnome_LIB_DEPENDS=	libgnome-2.so:x11/libgnome
-libgnome_USE_GNOME_IMPL=gnomevfs2 libbonobo
-
 gnomedesktop3_LIB_DEPENDS=	libgnome-desktop-3.so:x11/gnome-desktop
 gnomedesktop3_USE_GNOME_IMPL=	gtk30
 
diff --git a/x11/Makefile b/x11/Makefile
index a2ec4df9d6b2..1b6649f69a1a 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -166,7 +166,6 @@
     SUBDIR += libfm
     SUBDIR += libfm-extra
     SUBDIR += libfm-qt
-    SUBDIR += libgnome
     SUBDIR += libgnomekbd
     SUBDIR += libinput
     SUBDIR += libmatekbd
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile
deleted file mode 100644
index 48e2b6b36273..000000000000
--- a/x11/libgnome/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# Created by: Yukihiro Nakai <Nakai at technologist.com>
-#   $MCom: ports/x11/libgnome/Makefile,v 1.135 2010/09/27 20:06:45 kwm Exp $
-
-PORTNAME=	libgnome
-PORTVERSION=	2.32.1
-CATEGORIES=	x11 gnome
-MASTER_SITES=	GNOME
-DIST_SUBDIR=	gnome2
-
-MAINTAINER=	gnome at FreeBSD.org
-COMMENT=	Libraries for GNOME, a GNU desktop environment
-
-USES=	tar:bzip2
-
-BUILD_DEPENDS=	rarian-sk-config:textproc/rarian
-LIB_DEPENDS=	libcanberra-gtk.so:audio/libcanberra \
-		libpopt.so:devel/popt
-RUN_DEPENDS=	rarian-sk-config:textproc/rarian
-
-INSTALL_TARGET=	install-strip
-USES+=		bison gettext gmake gnome localbase libtool:keepla pathfix \
-		pkgconfig xorg
-USE_GNOME=	gnomeprefix intlhack libbonobo gnomevfs2 referencehack
-USE_XORG=	xpm
-USE_LDCONFIG=	yes
-GNU_CONFIGURE=	yes
-
-SUB_FILES=	pkg-deinstall
-
-GCONF_SCHEMAS=	desktop_gnome_accessibility_keyboard.schemas \
-		desktop_gnome_accessibility_startup.schemas \
-		desktop_gnome_applications_at_mobility.schemas \
-		desktop_gnome_applications_at_visual.schemas \
-		desktop_gnome_applications_browser.schemas \
-		desktop_gnome_applications_office.schemas \
-		desktop_gnome_applications_terminal.schemas \
-		desktop_gnome_applications_window_manager.schemas \
-		desktop_gnome_background.schemas \
-		desktop_gnome_file_views.schemas \
-		desktop_gnome_interface.schemas \
-		desktop_gnome_lockdown.schemas \
-		desktop_gnome_peripherals_keyboard.schemas \
-		desktop_gnome_peripherals_mouse.schemas \
-		desktop_gnome_sound.schemas \
-		desktop_gnome_thumbnail_cache.schemas \
-		desktop_gnome_thumbnailers.schemas \
-		desktop_gnome_typing_break.schemas
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
-		${WRKSRC}/libgnome/libgnome-2.0.pc.in
-	@${REINPLACE_CMD} -e '/^$$/d' ${WRKSRC}/po/POTFILES.in
-	@${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
-		${WRKSRC}/libgnome/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/x11/libgnome/distinfo b/x11/libgnome/distinfo
deleted file mode 100644
index 254fc6c5abae..000000000000
--- a/x11/libgnome/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1521812183
-SHA256 (gnome2/libgnome-2.32.1.tar.bz2) = b2c63916866485793b87398266dd7778548c1734923c272a94d84ee011b6f7a4
-SIZE (gnome2/libgnome-2.32.1.tar.bz2) = 1776006
diff --git a/x11/libgnome/files/patch-libgnome__Makefile.in b/x11/libgnome/files/patch-libgnome__Makefile.in
deleted file mode 100644
index efac650ba5a4..000000000000
--- a/x11/libgnome/files/patch-libgnome__Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- libgnome/Makefile.in.orig	Tue May 29 22:16:13 2007
-+++ libgnome/Makefile.in	Tue May 29 22:16:58 2007
-@@ -280,6 +280,8 @@
- LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
- libgnomeincludedir = $(includedir)/libgnome-2.0/libgnome
- INCLUDES = \
-+	-DPREFIX=\""$(PREFIX)"\"				\
-+	-DLOCALBASE=\""$(LOCALBASE)"\"				\
- 	-I..							\
- 	-I$(srcdir)/..						\
- 	$(WARN_CFLAGS)						\
diff --git a/x11/libgnome/files/patch-libgnome_gnome-config.h b/x11/libgnome/files/patch-libgnome_gnome-config.h
deleted file mode 100644
index 14b56620abdf..000000000000
--- a/x11/libgnome/files/patch-libgnome_gnome-config.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- libgnome/gnome-config.h.orig	2009-04-23 09:29:13 UTC
-+++ libgnome/gnome-config.h
-@@ -270,7 +270,7 @@ void gnome_config_clean_key_ (const char *path, gboole
- #define gnome_config_private_clean_key(path) \
- 	(gnome_config_clean_key_((path),TRUE))
- 
--/* returns the true filename of the config file */
-+/* returns the true filename of the config file */
- #define gnome_config_get_real_path(path) \
- 	(g_build_filename (gnome_user_dir_get(),(path),NULL))
- #define gnome_config_private_get_real_path(path) \
diff --git a/x11/libgnome/files/patch-libgnome_gnome-util.c b/x11/libgnome/files/patch-libgnome_gnome-util.c
deleted file mode 100644
index 1a7e49a84512..000000000000
--- a/x11/libgnome/files/patch-libgnome_gnome-util.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- libgnome/gnome-util.c.orig	Mon Jul 10 15:25:22 2006
-+++ libgnome/gnome-util.c	Mon Jul 10 15:25:55 2006
-@@ -79,11 +79,11 @@
- 	const char shells [][14] = {
- 		/* Note that on some systems shells can also
- 		 * be installed in /usr/bin */
--		"/bin/bash", "/usr/bin/bash",
--		"/bin/zsh", "/usr/bin/zsh",
--		"/bin/tcsh", "/usr/bin/tcsh",
--		"/bin/ksh", "/usr/bin/ksh",
--		"/bin/csh", "/bin/sh"
-+		LOCALBASE "/bin/bash",
-+		LOCALBASE "/bin/zsh",
-+		LOCALBASE "/bin/ksh",
-+		0
-+
- 	};
- 
- 	if (geteuid () == getuid () &&
diff --git a/x11/libgnome/files/patch-libgnome_libgnome-2.0.pc.in b/x11/libgnome/files/patch-libgnome_libgnome-2.0.pc.in
deleted file mode 100644
index 8d376a4b85fe..000000000000
--- a/x11/libgnome/files/patch-libgnome_libgnome-2.0.pc.in
+++ /dev/null
@@ -1,9 +0,0 @@
---- libgnome/libgnome-2.0.pc.in.orig	Mon Apr 18 16:54:21 2005
-+++ libgnome/libgnome-2.0.pc.in	Mon Apr 18 16:54:41 2005
-@@ -8,5 +8,5 @@
- Description: libgnome
- Requires: glib-2.0 ORBit-2.0 libbonobo-2.0 gconf-2.0 gnome-vfs-2.0
- Version: @VERSION@
--Libs: -L${libdir} -lgnome-2 -lpopt
-+Libs: -L${libdir} -L%%LOCALBASE%%/lib -lgnome-2 -lpopt
- Cflags: -I${includedir}/libgnome-2.0
diff --git a/x11/libgnome/files/pkg-deinstall.in b/x11/libgnome/files/pkg-deinstall.in
deleted file mode 100644
index 8980453d78ce..000000000000
--- a/x11/libgnome/files/pkg-deinstall.in
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-#
-# Restore gconf keys of gnomevfs2.
-
-if [ "$2" != "POST-DEINSTALL" ]; then
-	exit 0
-fi
-
-SCHEMAS=%%LOCALBASE%%/etc/gconf/schemas/desktop_default_applications.schemas
-
-if [ -f ${SCHEMAS} ]; then
-	env GCONF_CONFIG_SOURCE=xml::%%LOCALBASE%%/etc/gconf/gconf.xml.defaults \
-	%%LOCALBASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \
-		> /dev/null || /usr/bin/true
-fi
-
-exit 0
diff --git a/x11/libgnome/pkg-descr b/x11/libgnome/pkg-descr
deleted file mode 100644
index b78aaf2ccde6..000000000000
--- a/x11/libgnome/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-LibGnome provides the non-GUI backend for the GNOME environment.
-
-WWW: http://www.gnome.org/
diff --git a/x11/libgnome/pkg-plist b/x11/libgnome/pkg-plist
deleted file mode 100644
index 5b5d159f34af..000000000000
--- a/x11/libgnome/pkg-plist
+++ /dev/null
@@ -1,123 +0,0 @@
-bin/gnome-open
-etc/sound/events/gnome-2.soundlist
-etc/sound/events/gtk-events-2.soundlist
-include/libgnome-2.0/libgnome/gnome-config.h
-include/libgnome-2.0/libgnome/gnome-exec.h
-include/libgnome-2.0/libgnome/gnome-gconf.h
-include/libgnome-2.0/libgnome/gnome-help.h
-include/libgnome-2.0/libgnome/gnome-i18n.h
-include/libgnome-2.0/libgnome/gnome-init.h
-include/libgnome-2.0/libgnome/gnome-macros.h
-include/libgnome-2.0/libgnome/gnome-program.h
-include/libgnome-2.0/libgnome/gnome-score.h
-include/libgnome-2.0/libgnome/gnome-sound.h
-include/libgnome-2.0/libgnome/gnome-triggers.h
-include/libgnome-2.0/libgnome/gnome-url.h
-include/libgnome-2.0/libgnome/gnome-util.h
-include/libgnome-2.0/libgnome/libgnome.h
-include/libgnome-2.0/libgnome/libgnometypebuiltins.h
-lib/bonobo/monikers/libmoniker_extra_2.a
-lib/bonobo/monikers/libmoniker_extra_2.la
-lib/bonobo/monikers/libmoniker_extra_2.so
-lib/libgnome-2.a
-lib/libgnome-2.la
-lib/libgnome-2.so
-lib/libgnome-2.so.0
-lib/libgnome-2.so.0.3200.1
-libdata/bonobo/servers/GNOME_Moniker_std.server
-libdata/pkgconfig/libgnome-2.0.pc
-man/man7/gnome-options.7.gz
-share/gnome-background-properties/gnome-default.xml
-share/locale/am/LC_MESSAGES/libgnome-2.0.mo
-share/locale/ar/LC_MESSAGES/libgnome-2.0.mo
-share/locale/as/LC_MESSAGES/libgnome-2.0.mo
-share/locale/ast/LC_MESSAGES/libgnome-2.0.mo
-share/locale/az/LC_MESSAGES/libgnome-2.0.mo
-share/locale/be/LC_MESSAGES/libgnome-2.0.mo
-share/locale/bg/LC_MESSAGES/libgnome-2.0.mo
-share/locale/bn/LC_MESSAGES/libgnome-2.0.mo
-share/locale/bn_IN/LC_MESSAGES/libgnome-2.0.mo
-share/locale/br/LC_MESSAGES/libgnome-2.0.mo
-share/locale/bs/LC_MESSAGES/libgnome-2.0.mo
-share/locale/ca/LC_MESSAGES/libgnome-2.0.mo
-share/locale/ca at valencia/LC_MESSAGES/libgnome-2.0.mo
-share/locale/crh/LC_MESSAGES/libgnome-2.0.mo
-share/locale/cs/LC_MESSAGES/libgnome-2.0.mo
-share/locale/cy/LC_MESSAGES/libgnome-2.0.mo
-share/locale/da/LC_MESSAGES/libgnome-2.0.mo
-share/locale/de/LC_MESSAGES/libgnome-2.0.mo
-share/locale/dz/LC_MESSAGES/libgnome-2.0.mo
-share/locale/el/LC_MESSAGES/libgnome-2.0.mo
-share/locale/en at shaw/LC_MESSAGES/libgnome-2.0.mo
-share/locale/en_CA/LC_MESSAGES/libgnome-2.0.mo
-share/locale/en_GB/LC_MESSAGES/libgnome-2.0.mo
-share/locale/eo/LC_MESSAGES/libgnome-2.0.mo
-share/locale/es/LC_MESSAGES/libgnome-2.0.mo
-share/locale/et/LC_MESSAGES/libgnome-2.0.mo
-share/locale/eu/LC_MESSAGES/libgnome-2.0.mo
-share/locale/fa/LC_MESSAGES/libgnome-2.0.mo
-share/locale/fi/LC_MESSAGES/libgnome-2.0.mo
-share/locale/fr/LC_MESSAGES/libgnome-2.0.mo
-share/locale/fur/LC_MESSAGES/libgnome-2.0.mo
-share/locale/ga/LC_MESSAGES/libgnome-2.0.mo
-share/locale/gl/LC_MESSAGES/libgnome-2.0.mo
-share/locale/gu/LC_MESSAGES/libgnome-2.0.mo
-share/locale/he/LC_MESSAGES/libgnome-2.0.mo
-share/locale/hi/LC_MESSAGES/libgnome-2.0.mo
-share/locale/hr/LC_MESSAGES/libgnome-2.0.mo
-share/locale/hu/LC_MESSAGES/libgnome-2.0.mo
-share/locale/id/LC_MESSAGES/libgnome-2.0.mo
-share/locale/is/LC_MESSAGES/libgnome-2.0.mo
-share/locale/it/LC_MESSAGES/libgnome-2.0.mo
-share/locale/ja/LC_MESSAGES/libgnome-2.0.mo
-share/locale/ka/LC_MESSAGES/libgnome-2.0.mo
-share/locale/kk/LC_MESSAGES/libgnome-2.0.mo
-share/locale/kn/LC_MESSAGES/libgnome-2.0.mo
-share/locale/ko/LC_MESSAGES/libgnome-2.0.mo
-share/locale/ku/LC_MESSAGES/libgnome-2.0.mo
-share/locale/lt/LC_MESSAGES/libgnome-2.0.mo
-share/locale/lv/LC_MESSAGES/libgnome-2.0.mo
-share/locale/mai/LC_MESSAGES/libgnome-2.0.mo
-share/locale/mg/LC_MESSAGES/libgnome-2.0.mo
-share/locale/mk/LC_MESSAGES/libgnome-2.0.mo
-share/locale/ml/LC_MESSAGES/libgnome-2.0.mo
-share/locale/mn/LC_MESSAGES/libgnome-2.0.mo
-share/locale/mr/LC_MESSAGES/libgnome-2.0.mo
-share/locale/ms/LC_MESSAGES/libgnome-2.0.mo
-share/locale/nb/LC_MESSAGES/libgnome-2.0.mo
-share/locale/ne/LC_MESSAGES/libgnome-2.0.mo
-share/locale/nds/LC_MESSAGES/libgnome-2.0.mo
-share/locale/nl/LC_MESSAGES/libgnome-2.0.mo
-share/locale/nn/LC_MESSAGES/libgnome-2.0.mo
-share/locale/oc/LC_MESSAGES/libgnome-2.0.mo
-share/locale/or/LC_MESSAGES/libgnome-2.0.mo
-share/locale/pa/LC_MESSAGES/libgnome-2.0.mo
-share/locale/pl/LC_MESSAGES/libgnome-2.0.mo
-share/locale/pt/LC_MESSAGES/libgnome-2.0.mo
-share/locale/pt_BR/LC_MESSAGES/libgnome-2.0.mo
-share/locale/ro/LC_MESSAGES/libgnome-2.0.mo
-share/locale/ru/LC_MESSAGES/libgnome-2.0.mo
-share/locale/rw/LC_MESSAGES/libgnome-2.0.mo
-share/locale/si/LC_MESSAGES/libgnome-2.0.mo
-share/locale/sk/LC_MESSAGES/libgnome-2.0.mo
-share/locale/sl/LC_MESSAGES/libgnome-2.0.mo
-share/locale/sq/LC_MESSAGES/libgnome-2.0.mo
-share/locale/sr/LC_MESSAGES/libgnome-2.0.mo
-share/locale/sr at latin/LC_MESSAGES/libgnome-2.0.mo
-share/locale/sr at ije/LC_MESSAGES/libgnome-2.0.mo
-share/locale/sv/LC_MESSAGES/libgnome-2.0.mo
-share/locale/ta/LC_MESSAGES/libgnome-2.0.mo
-share/locale/te/LC_MESSAGES/libgnome-2.0.mo
-share/locale/th/LC_MESSAGES/libgnome-2.0.mo
-share/locale/tr/LC_MESSAGES/libgnome-2.0.mo
-share/locale/tt/LC_MESSAGES/libgnome-2.0.mo
-share/locale/ug/LC_MESSAGES/libgnome-2.0.mo
-share/locale/uk/LC_MESSAGES/libgnome-2.0.mo
-share/locale/vi/LC_MESSAGES/libgnome-2.0.mo
-share/locale/wa/LC_MESSAGES/libgnome-2.0.mo
-share/locale/xh/LC_MESSAGES/libgnome-2.0.mo
-share/locale/yi/LC_MESSAGES/libgnome-2.0.mo
-share/locale/zh_CN/LC_MESSAGES/libgnome-2.0.mo
-share/locale/zh_HK/LC_MESSAGES/libgnome-2.0.mo
-share/locale/zh_TW/LC_MESSAGES/libgnome-2.0.mo
-share/pixmaps/backgrounds/gnome/background-default.jpg


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