Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2026 20:00:14 +0000
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d4742e23e8a0 - main - textproc/goldendict-ng: Unbreak EPWING option
Message-ID:  <6962afce.be49.34caf3d8@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by eduardo:

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

commit d4742e23e8a01c5a8f59b2398e807d87ba8914ab
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2026-01-10 19:56:03 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2026-01-10 20:00:03 +0000

    textproc/goldendict-ng: Unbreak EPWING option
    
    Unbreak EPWING option as ftp server where japanese/eb files are hosted
    is online but fragile as it needs several tries to get all files.
    Keep EPWING option not as default.
---
 textproc/goldendict-ng/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/textproc/goldendict-ng/Makefile b/textproc/goldendict-ng/Makefile
index 057f34f4f9b5..91e6ab522bd9 100644
--- a/textproc/goldendict-ng/Makefile
+++ b/textproc/goldendict-ng/Makefile
@@ -38,7 +38,6 @@ OPTIONS_DEFINE=		EPWING SPEECH
 EPWING_DESC=	Japanese EPWING dictionary format support
 SPEECH_DESC=	Text to speech support
 
-EPWING_BROKEN=		unfetchable
 EPWING_LIB_DEPENDS=	libeb.so:japanese/eb
 EPWING_CMAKE_OFF=	-DWITH_EPWING_SUPPORT=OFF
 SPEECH_USE=		QT=speech


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6962afce.be49.34caf3d8>