Commit a13c077c authored by Daniel Engberg's avatar Daniel Engberg
Browse files

games/cgoban: Remove from tree

Listed as broken for more than a year
parent cde22116
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5353,3 +5353,4 @@ lang/clover||2026-06-15|EOLed upstream
java/aparapi||2026-06-15|Has expired: no maintainer, no users in the ports tree, java 8 only, last upstream commit was 10 years ago
sysutils/docker|sysutils/docker-cli|2026-06-18|Reflect its actual content
multimedia/dvbcut||2026-06-19|Broken for more than 6 months and upstream is dead
games/cgoban||2026-06-19|Broken for more than a year and upstream is dead
+0 −1
Original line number Diff line number Diff line
@@ -144,7 +144,6 @@
    SUBDIR += cave9
    SUBDIR += cavezofphear
    SUBDIR += cdogs-sdl
    SUBDIR += cgoban
    SUBDIR += chapping
    SUBDIR += chessx
    SUBDIR += chocolate-doom

games/cgoban/Makefile

deleted100644 → 0
+0 −29
Original line number Diff line number Diff line
PORTNAME=	cgoban
PORTVERSION=	1.9.14
PORTREVISION=	5
CATEGORIES=	games
MASTER_SITES=	SF/${PORTNAME}1/${PORTNAME}1/${PORTVERSION}

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Internet Go Server client and game editor
WWW=		https://cgoban1.sourceforge.net/

BROKEN=		crashes when starting a new game

GNU_CONFIGURE=	yes
USES=		xorg
USE_XORG=	x11 ice sm

PLIST_FILES=	bin/cgoban \
		share/man/man6/cgoban.6.gz

post-patch:
	@${REINPLACE_CMD} -e 's|/usr/bin/gnugo|${LOCALBASE}/bin/gnugo|' ${WRKSRC}/src/cgoban.c
	@${REINPLACE_CMD} -e 's|linux/soundcard.h|sys/soundcard.h|; \
		/CFLAGS='\''-O2/ d' ${WRKSRC}/configure

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/src/cgoban ${STAGEDIR}${PREFIX}/bin/
	${INSTALL_MAN} ${WRKSRC}/man6/cgoban.6 ${STAGEDIR}${PREFIX}/share/man/man6/

.include <bsd.port.mk>

games/cgoban/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (cgoban-1.9.14.tar.gz) = 3b8a6fc0e989bf977fcd9a65a367aa18e34c6e25800e78dd8f0063fa549c9b62
SIZE (cgoban-1.9.14.tar.gz) = 417691
+0 −11
Original line number Diff line number Diff line
--- wmslib/src/wms/snd.c.orig	Tue Jan 25 13:40:26 2000
+++ wmslib/src/wms/snd.c	Mon Nov 17 21:15:17 2003
@@ -14,7 +14,7 @@
 #if  !HAVE_GETDTABLESIZE
 #include <sys/resource.h>
 #endif
-#include <linux/soundcard.h>
+#include <sys/soundcard.h>
 #include <sys/wait.h>
 #endif
 
Loading