git: 7446a64f208d - main - games/xbubble: the port had been undeprecated and improved
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Jan 2025 08:54:23 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=7446a64f208de977a07564527b89cf55a160818a commit 7446a64f208de977a07564527b89cf55a160818a Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2025-01-25 08:52:32 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2025-01-25 08:52:32 +0000 games/xbubble: the port had been undeprecated and improved - Provide a couple of working distfile download locations - Revert previous attempt to fix the build against Clang 16; instead, remove the patch messing with function signature Fixes: b23808848ecf, 07fa2c220efa --- games/xbubble/Makefile | 12 +----------- games/xbubble/files/patch-src__init.c | 11 ----------- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/games/xbubble/Makefile b/games/xbubble/Makefile index 1fd1fe8d0217..26d07411fe06 100644 --- a/games/xbubble/Makefile +++ b/games/xbubble/Makefile @@ -2,15 +2,12 @@ PORTNAME= xbubble PORTVERSION= 0.5.8 PORTREVISION= 8 CATEGORIES= games -MASTER_SITES= GENTOO +MASTER_SITES= OPENBSD/distfiles LOCAL/danfe MAINTAINER= ports@FreeBSD.org COMMENT= Puzzle Bobble clone for Unix/X11 platforms WWW= https://www.nongnu.org/xbubble/ -DEPRECATED= GENTOO Master Sites has rerolled and cleaned up all older distfiles -EXPIRATION_DATE=2025-01-27 - LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING @@ -18,7 +15,6 @@ LIB_DEPENDS= libpng.so:graphics/png USES= gmake localbase:ldflags xorg USE_XORG= x11 xmu - GNU_CONFIGURE= yes OPTIONS_DEFINE= NLS @@ -28,10 +24,4 @@ NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls NLS_LIBS= -lintl -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD -CFLAGS+= -Wno-error=incompatible-function-pointer-types -.endif - .include <bsd.port.mk> diff --git a/games/xbubble/files/patch-src__init.c b/games/xbubble/files/patch-src__init.c deleted file mode 100644 index 718172d4731f..000000000000 --- a/games/xbubble/files/patch-src__init.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/init.c.old Tue Feb 3 18:14:28 2004 -+++ src/init.c Tue Feb 3 18:14:37 2004 -@@ -460,7 +460,7 @@ - return return_val; - } - --int diren_select_bubbles (const struct dirent *d) { -+int diren_select_bubbles (struct dirent *d) { - int color; - int state; -