git: a0a2468cee61 - main - x11-wm/antiwm: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Dec 2023 11:14:57 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a0a2468cee61f7e8e34a89aa3aa1b45ae93a1774 commit a0a2468cee61f7e8e34a89aa3aa1b45ae93a1774 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-19 15:46:18 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-20 11:14:42 +0000 x11-wm/antiwm: Mark DEPRECATED - Last upstream release was in 2009 and still in beta stage - Set EXPIRATION_DATE 2024-01-20 - Refresh patches --- x11-wm/antiwm/Makefile | 3 +++ x11-wm/antiwm/files/patch-Makefile | 8 ++++---- x11-wm/antiwm/files/patch-list.c | 4 ++-- x11-wm/antiwm/files/patch-manage.c | 4 ++-- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/x11-wm/antiwm/Makefile b/x11-wm/antiwm/Makefile index 76bd2453d3df..a5f1d618df6a 100644 --- a/x11-wm/antiwm/Makefile +++ b/x11-wm/antiwm/Makefile @@ -10,6 +10,9 @@ WWW= https://sourceforge.net/projects/antiwm/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Last upstream release was in 2009 +EXPIRATION_DATE= 2024-01-20 + USES= xorg USE_XORG= x11 diff --git a/x11-wm/antiwm/files/patch-Makefile b/x11-wm/antiwm/files/patch-Makefile index 2f267008cea2..4badf2cd049c 100644 --- a/x11-wm/antiwm/files/patch-Makefile +++ b/x11-wm/antiwm/files/patch-Makefile @@ -1,5 +1,5 @@ ---- ./Makefile.orig 2008-08-01 02:59:17.000000000 +0200 -+++ ./Makefile 2011-06-24 15:12:36.000000000 +0200 +--- Makefile.orig 2008-08-01 00:59:17 UTC ++++ Makefile @@ -1,22 +1,36 @@ # install directory -INSTALL_DIR=/usr/local/bin @@ -14,7 +14,7 @@ -CFLAGS = -O2 -Wall -I/usr/X11R6/include +# compiler and linker +CC?= gcc -+ + +# paths +X11INC = $(LOCALBASE)/include +X11LIB = $(LOCALBASE)/lib @@ -26,7 +26,7 @@ +# flags +LDFLAGS+= ${LIBS} +CFLAGS+= ${INCS} - ++ SRC = main.o events.o manage.o list.o bar.o HEADERS = bar.h conf.h data.h events.h list.h manage.h antiwm.h diff --git a/x11-wm/antiwm/files/patch-list.c b/x11-wm/antiwm/files/patch-list.c index 747bf004fad2..91f5c5fe10fe 100644 --- a/x11-wm/antiwm/files/patch-list.c +++ b/x11-wm/antiwm/files/patch-list.c @@ -1,5 +1,5 @@ ---- ./list.c.orig 2011-06-24 15:14:48.000000000 +0200 -+++ ./list.c 2011-06-24 15:15:27.000000000 +0200 +--- list.c.orig 2009-05-30 05:03:56 UTC ++++ list.c @@ -4,6 +4,7 @@ #include <stdio.h> diff --git a/x11-wm/antiwm/files/patch-manage.c b/x11-wm/antiwm/files/patch-manage.c index 8583cdc02745..aa522da337b6 100644 --- a/x11-wm/antiwm/files/patch-manage.c +++ b/x11-wm/antiwm/files/patch-manage.c @@ -1,5 +1,5 @@ ---- ./manage.c.orig 2011-06-24 15:13:24.000000000 +0200 -+++ ./manage.c 2011-06-24 15:13:59.000000000 +0200 +--- manage.c.orig 2009-05-30 05:05:18 UTC ++++ manage.c @@ -10,6 +10,7 @@ #include <stdio.h>