Commit f876c8cf authored by Rene Ladan's avatar Rene Ladan
Browse files

devel/gconfmm26: Remove expired port

2025-08-24 devel/gconfmm26: Gconf has been replaced with gsettings
parent 8520c4e0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -769,7 +769,6 @@
    SUBDIR += gcem
    SUBDIR += gcli
    SUBDIR += gconf2
    SUBDIR += gconfmm26
    SUBDIR += gdb
    SUBDIR += gdcm
    SUBDIR += gdmd

devel/gconfmm26/Makefile

deleted100644 → 0
+0 −34
Original line number Diff line number Diff line
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>

devel/gconfmm26/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1569854849
SHA256 (gnome2/gconfmm-2.28.3.tar.bz2) = a5e0092bb73371a3ca76b2ecae794778f3a9409056fee9b28ec1db072d8e6108
SIZE (gnome2/gconfmm-2.28.3.tar.bz2) = 471125
+0 −13
Original line number Diff line number Diff line
--- 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>
Loading