Commit 8520c4e0 authored by Rene Ladan's avatar Rene Ladan
Browse files

comms/gtkmmorse: Remove expired port

2025-11-25 comms/gtkmmorse: Depends on expired devel/gconfmm26
parent 332f8a76
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4870,3 +4870,4 @@ lang/ruby35|lang/ruby40|2025-11-18|Upstream changed version of master branch in
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
+0 −1
Original line number Diff line number Diff line
@@ -58,7 +58,6 @@
    SUBDIR += gr-osmosdr
    SUBDIR += grig
    SUBDIR += gstreamer1-plugins-spandsp
    SUBDIR += gtkmmorse
    SUBDIR += hackrf
    SUBDIR += hamlib
    SUBDIR += hcidump

comms/gtkmmorse/Makefile

deleted100644 → 0
+0 −32
Original line number Diff line number Diff line
PORTNAME=	gtkmmorse
DISTVERSION=	0.9.28
CATEGORIES=	comms education hamradio
MASTER_SITES=	https://cgit.git.savannah.gnu.org/cgit/${PORTNAME}.git/snapshot/

MAINTAINER=	hamradio@FreeBSD.org
COMMENT=	Graphical Morse Code Trainer
WWW=		https://gtkmmorse.nongnu.org/ \
		https://www.nongnu.org/gtkmmorse/

LICENSE=	GPLv2+

DEPRECATED=	Depends on expired devel/gconfmm26
EXPIRATION_DATE=2025-11-25

LIB_DEPENDS=	libao.so:audio/libao \
		libgconfmm-2.6.so:devel/gconfmm26

USES=		autoreconf compiler:c++11-lang gnome pkgconfig
USE_CXXSTD=	c++11
USE_GNOME=	gconf2 gtkmm24

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/gtkmmorse \
		share/man/man1/gtkmmorse.1.gz

post-patch:
	@${REINPLACE_CMD} -e 's|-ansi||g' -e 's|-pedantic||g' \
		${WRKSRC}/src/Makefile.am

.include <bsd.port.mk>

comms/gtkmmorse/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1758444981
SHA256 (gtkmmorse-0.9.28.tar.gz) = 04dfe164ebe1895ff617d38f791a4305f3864be899b3e6614168db08a5c43a0d
SIZE (gtkmmorse-0.9.28.tar.gz) = 29628
+0 −10
Original line number Diff line number Diff line
--- src/astream.cc.orig	2008-02-28 18:08:45 UTC
+++ src/astream.cc
@@ -44,6 +44,7 @@ oastream::oastream()
     m_format.channels = 2;
     m_format.rate = 44100;
     m_format.byte_format = AO_FMT_LITTLE;
+    m_format.matrix=NULL;
 
     ao_initialize();
 }
Loading