1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

irc/ircII: update to 20240111

PR:		279036
Approved by:	maintainer timeout (4 weeks)
This commit is contained in:
Christian Weisgerber 2024-05-16 15:53:35 +02:00
parent aaa27364b9
commit 507de7632a
4 changed files with 6 additions and 29 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= ircii
PORTVERSION= 20210314
PORTREVISION= 1
PORTVERSION= 20240111
CATEGORIES= irc
MASTER_SITES= https://ircii.warped.com/
@ -11,7 +10,6 @@ WWW= http://www.eterna23.net/ircii/
LICENSE= BSD3CLAUSE
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${STAGEDIR}/${PREFIX}/share
CONFIGURE_ARGS= --with-warnings
DATADIR= ${PREFIX}/share/irc
USES= cpe iconv ncurses tar:bzip2
@ -40,7 +38,8 @@ CPPFLAGS+= -I${ICONV_PREFIX}/include
LDFLAGS+= -L${ICONV_PREFIX}/lib
post-patch:
@${REINPLACE_CMD} -e '/^LDFLAGS =/s/$$/ ${STRIP} ${ICONV_LIB}/' \
@${REINPLACE_CMD} -e '/^mandir =/s/@mandir@/$${DESTDIR}&/' \
-e '/^LDFLAGS =/s/$$/ ${STRIP} ${ICONV_LIB}/' \
-e '/^INCLUDES =/s|$$| -I${ICONV_PREFIX}/include -DHAVE_ICONV_OPEN|' \
${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|PREFIX/|${PREFIX}/|' ${WRKSRC}/doc/ircII.1

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1619062628
SHA256 (ircii-20210314.tar.bz2) = 866f2b847daed3d70859f208f7cb0f20b58c0933b2159f7ff92a68c518d393a9
SIZE (ircii-20210314.tar.bz2) = 590626
TIMESTAMP = 1715865319
SHA256 (ircii-20240111.tar.bz2) = acb9351d9215c783111ad118ab2a1d3ac27f96e53db9bdc685e5dde1c14fd95d
SIZE (ircii-20240111.tar.bz2) = 576700

View File

@ -1,11 +0,0 @@
--- source/alias.c.orig 2019-01-18 10:29:41 UTC
+++ source/alias.c
@@ -2528,7 +2528,7 @@ function_userhost(u_char *input)
static u_char *
function_strip(u_char *input)
{
- u_char tmpbuf[128], *result;
+ u_char tmpbuf[128], *result = NULL;
u_char *retval = NULL;
u_char *chars;
u_char *cp, *dp;

View File

@ -1,11 +0,0 @@
--- source/help.c.orig 2019-05-29 09:55:50 UTC
+++ source/help.c
@@ -311,7 +311,7 @@ help_topic(u_char *path, u_char *name)
#ifdef ZCAT
if (my_strcmp(name + (my_strlen(name) - my_strlen(ZSUFFIX)), ZSUFFIX))
{
- malloc_snprintf(&filename, "%s/%s%s", path, ZSUFFIX);
+ malloc_snprintf(&filename, "%s/%s%s", path, name, ZSUFFIX);
if (stat(CP(filename), &sb) == -1)
{
new_free(&filename);