Skip to content

Commit

Permalink
irc/irssi-dcc_send_limiter: Mark DEPRECATED
Browse files Browse the repository at this point in the history
- BROKEN for more than a year
- Set EXPIRATION_DATE 2023-11-30
  • Loading branch information
5u623l20 committed Oct 29, 2023
1 parent e3b53e9 commit e51df85
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions irc/irssi-dcc_send_limiter/Makefile
Expand Up @@ -16,19 +16,22 @@ COMMENT= Irssi plugin to limit the transmit speed of DCC sends

LICENSE= GPLv2+

DEPRECATED= BROKEN for more than a year
EXPIRATION_DATE= 2023-11-30
BROKEN= does not build: error: use of undeclared identifier 'G_INPUT_WRITE'

BUILD_DEPENDS= irssi:irc/irssi
RUN_DEPENDS= irssi:irc/irssi

USES= gnome pkgconfig
USE_GNOME= glib20

CFLAGS+= -shared -fPIC -I${LOCALBASE}/include/irssi -I${LOCALBASE}/include/irssi/src -I${LOCALBASE}/include/irssi/src/core -I${LOCALBASE}/include/irssi/src/irc/core -I${LOCALBASE}/include/irssi/src/irc/dcc `pkg-config --cflags glib-2.0`

NO_WRKSUBDIR= yes

PLIST_FILES= lib/irssi/modules/lib/${DISTNAME}.so

CFLAGS+= -shared -fPIC -I${LOCALBASE}/include/irssi -I${LOCALBASE}/include/irssi/src -I${LOCALBASE}/include/irssi/src/core -I${LOCALBASE}/include/irssi/src/irc/core -I${LOCALBASE}/include/irssi/src/irc/dcc `pkg-config --cflags glib-2.0`

do-extract:
@${RM} -r ${WRKSRC}
@${MKDIR} ${WRKSRC}
Expand Down

0 comments on commit e51df85

Please sign in to comment.