Commit 8aefc89a authored by baptiste daroussin's avatar baptiste daroussin
Browse files

devel/glademm: dead upstream, now consumers in the ports tree

parent 498f1bd1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4193,3 +4193,4 @@ multimedia/libfame||2025-03-02|Has expired: Obsolete library, last release in 20
graphics/kquickimageeditor@qt5||2025-03-03|Unflavorize; only Qt6 support is needed
graphics/kquickimageeditor@qt6|graphics/kquickimageeditor|2025-03-03|Unflavorize; only Qt6 support is needed
devel/d-feet|devel/d-spy|2025-03-04|No longer maintained use d-spy instead
devel/glademm||2025-03-05|Dead upstream, now consumers in the ports tree
+0 −1
Original line number Diff line number Diff line
@@ -882,7 +882,6 @@
    SUBDIR += gitui
    SUBDIR += glab
    SUBDIR += glade
    SUBDIR += glademm
    SUBDIR += glaze
    SUBDIR += glib20
    SUBDIR += glibd

devel/glademm/Makefile

deleted100644 → 0
+0 −27
Original line number Diff line number Diff line
PORTNAME=	glademm
PORTVERSION=	2.6.0
PORTREVISION=	3
CATEGORIES=	devel gnome
MASTER_SITES=	http://home.wtal.de/petig/Gtk/
DISTNAME=	${PORTNAME:S/2$//}-${PORTVERSION}

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	C++ code generator backend for glade and glade2
WWW=		http://home.wtal.de/petig/Gtk/

USES=		gmake gnome pathfix pkgconfig
USE_CXXSTD=	c++14
USE_GNOME=	gnomeprefix

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/glade-- bin/glademm-embed

post-patch:
	@${RM} ${WRKSRC}/src/getopt.*
	@${REINPLACE_CMD} \
		-Ee '/^@AMDEP/!s|getopt([^[:space:]])+||g' \
		-Ee '/^@AMDEP(.)+getopt/d' \
			${WRKSRC}/src/Makefile.in

.include <bsd.port.mk>

devel/glademm/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (glademm-2.6.0.tar.gz) = 638f22b9bb82b035d2746da03af07d382cda3bdb576663bee559984133ab6598
SIZE (glademm-2.6.0.tar.gz) = 551629
+0 −11
Original line number Diff line number Diff line
--- src/Cxx.cc.orig	2018-08-26 06:39:26 UTC
+++ src/Cxx.cc
@@ -894,7 +894,7 @@ void Cxx::WriteCreation(SystemFile &f,File_type tp)
    if (!Configuration.author_email.empty())
       f << " by " << Configuration.author_email;
    f << '\n';
-   f << comment << " using "GLADEMM_NAME"\n";
+   f << comment << " using " GLADEMM_NAME "\n";
 }
 
 
Loading