git: f876c8cf4991 - main - devel/gconfmm26: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Wed, 26 Nov 2025 21:01:51 UTC
The branch main has been updated by rene:

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

commit f876c8cf49917126400a7e0db8cc6df8b6894d34
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-11-26 21:01:38 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-11-26 21:01:38 +0000

    devel/gconfmm26: Remove expired port
    
    2025-08-24 devel/gconfmm26: Gconf has been replaced with gsettings
---
 MOVED                                              |  1 +
 devel/Makefile                                     |  1 -
 devel/gconfmm26/Makefile                           | 34 ----------------------
 devel/gconfmm26/distinfo                           |  3 --
 .../gconfmm26/files/patch-gconf_gconfmm_callback.h | 13 ---------
 devel/gconfmm26/pkg-descr                          |  1 -
 devel/gconfmm26/pkg-plist                          | 22 --------------
 7 files changed, 1 insertion(+), 74 deletions(-)

diff --git a/MOVED b/MOVED
index e34e0cad7630..3aec5fba0170 100644
--- a/MOVED
+++ b/MOVED
@@ -4871,3 +4871,4 @@ lang/spidermonkey91||2025-11-18|Removed
 science/zx||2025-11-25|Removed: upstream repository archived on Jun 15, 2023, they refactored this project into a different package
 x11/salut||2025-11-25|Has expired: fails to build with rust 1.90.0
 comms/gtkmmorse||2025-11-26|Has expired: Depends on expired devel/gconfmm26
+devel/gconfmm26||2025-11-26|Has expired: Gconf has been replaced with gsettings
diff --git a/devel/Makefile b/devel/Makefile
index b358ea9dc4fe..7e17f3e7c079 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -769,7 +769,6 @@
     SUBDIR += gcem
     SUBDIR += gcli
     SUBDIR += gconf2
-    SUBDIR += gconfmm26
     SUBDIR += gdb
     SUBDIR += gdcm
     SUBDIR += gdmd
diff --git a/devel/gconfmm26/Makefile b/devel/gconfmm26/Makefile
deleted file mode 100644
index 79675ee1611b..000000000000
--- a/devel/gconfmm26/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-PORTNAME=	gconfmm
-PORTVERSION=	2.28.3
-PORTREVISION=	3
-CATEGORIES=	devel gnome
-MASTER_SITES=	GNOME
-DIST_SUBDIR=	gnome2
-
-MAINTAINER=	gnome@FreeBSD.org
-COMMENT=	C++ wrapper for gconf2 API library
-WWW=		http://gtkmm.sourceforge.net/
-
-DEPRECATED=	Gconf has been replaced with gsettings
-EXPIRATION_DATE=	2025-08-24
-
-LIB_DEPENDS=	libglibmm-2.4.so:devel/glibmm
-
-USES=		compiler:c++11-lang gmake gnome libtool pathfix \
-		pkgconfig tar:bzip2 xorg
-USE_CXXSTD=	c++11
-USE_XORG=	x11
-USE_GNOME=	gconf2
-GNU_CONFIGURE=	yes
-USE_LDCONFIG=	yes
-CONFIGURE_ARGS=	--enable-static --disable-documentation
-INSTALL_TARGET=	install-strip
-BINARY_WRAPPERS=	gm4
-
-PLIST_SUB=	VERSION="2.6" API_VERSION="2.6"
-
-post-patch:
-	@${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \
-		${WRKSRC}/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/devel/gconfmm26/distinfo b/devel/gconfmm26/distinfo
deleted file mode 100644
index 47b8d606b90b..000000000000
--- a/devel/gconfmm26/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1569854849
-SHA256 (gnome2/gconfmm-2.28.3.tar.bz2) = a5e0092bb73371a3ca76b2ecae794778f3a9409056fee9b28ec1db072d8e6108
-SIZE (gnome2/gconfmm-2.28.3.tar.bz2) = 471125
diff --git a/devel/gconfmm26/files/patch-gconf_gconfmm_callback.h b/devel/gconfmm26/files/patch-gconf_gconfmm_callback.h
deleted file mode 100644
index e05da1ce63f6..000000000000
--- a/devel/gconfmm26/files/patch-gconf_gconfmm_callback.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- gconf/gconfmm/callback.h.orig	2021-08-02 02:49:39 UTC
-+++ gconf/gconfmm/callback.h
-@@ -22,10 +22,7 @@
- #ifndef GCONFMM_CALLBACK_H
- #define GCONFMM_CALLBACK_H
- 
--extern "C"
--{
- #include <gconf/gconf-client.h>
--}
- 
- #include <glibmm/object.h>
- #include <gconfmm/entry.h>
diff --git a/devel/gconfmm26/pkg-descr b/devel/gconfmm26/pkg-descr
deleted file mode 100644
index 662b2bac41de..000000000000
--- a/devel/gconfmm26/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-This is a set of thin C++ wrappers for GConf v2 API library.
diff --git a/devel/gconfmm26/pkg-plist b/devel/gconfmm26/pkg-plist
deleted file mode 100644
index e357ddb87c7a..000000000000
--- a/devel/gconfmm26/pkg-plist
+++ /dev/null
@@ -1,22 +0,0 @@
-include/gconfmm-%%API_VERSION%%/gconfmm.h
-include/gconfmm-%%API_VERSION%%/gconfmm/callback.h
-include/gconfmm-%%API_VERSION%%/gconfmm/changeset.h
-include/gconfmm-%%API_VERSION%%/gconfmm/client.h
-include/gconfmm-%%API_VERSION%%/gconfmm/entry.h
-include/gconfmm-%%API_VERSION%%/gconfmm/init.h
-include/gconfmm-%%API_VERSION%%/gconfmm/private/changeset_p.h
-include/gconfmm-%%API_VERSION%%/gconfmm/private/client_p.h
-include/gconfmm-%%API_VERSION%%/gconfmm/private/entry_p.h
-include/gconfmm-%%API_VERSION%%/gconfmm/private/schema_p.h
-include/gconfmm-%%API_VERSION%%/gconfmm/private/value_p.h
-include/gconfmm-%%API_VERSION%%/gconfmm/schema.h
-include/gconfmm-%%API_VERSION%%/gconfmm/setinterface.h
-include/gconfmm-%%API_VERSION%%/gconfmm/value.h
-include/gconfmm-%%API_VERSION%%/gconfmm/value_listhelpers.h
-include/gconfmm-%%API_VERSION%%/gconfmm/wrap_init.h
-lib/gconfmm-%%API_VERSION%%/include/gconfmmconfig.h
-lib/libgconfmm-%%VERSION%%.a
-lib/libgconfmm-%%VERSION%%.so
-lib/libgconfmm-%%VERSION%%.so.1
-lib/libgconfmm-%%VERSION%%.so.1.0.6
-libdata/pkgconfig/gconfmm-%%API_VERSION%%.pc