mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
comms/gtkmmorse: Remove expired port
2025-11-25 comms/gtkmmorse: Depends on expired devel/gconfmm26
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -58,7 +58,6 @@
|
||||
SUBDIR += gr-osmosdr
|
||||
SUBDIR += grig
|
||||
SUBDIR += gstreamer1-plugins-spandsp
|
||||
SUBDIR += gtkmmorse
|
||||
SUBDIR += hackrf
|
||||
SUBDIR += hamlib
|
||||
SUBDIR += hcidump
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
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>
|
||||
@@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1758444981
|
||||
SHA256 (gtkmmorse-0.9.28.tar.gz) = 04dfe164ebe1895ff617d38f791a4305f3864be899b3e6614168db08a5c43a0d
|
||||
SIZE (gtkmmorse-0.9.28.tar.gz) = 29628
|
||||
@@ -1,10 +0,0 @@
|
||||
--- 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();
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
GtkMMorse is a morse code learning tool which provides Koch and "Classic"
|
||||
training methods
|
||||
Reference in New Issue
Block a user