git: 507de7632a6c - main - irc/ircII: update to 20240111
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Jun 2024 17:19:10 UTC
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=507de7632a6c7ac824c46fd7ef6d8d4c499b9fd4 commit 507de7632a6c7ac824c46fd7ef6d8d4c499b9fd4 Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2024-05-16 13:53:35 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2024-06-12 17:19:05 +0000 irc/ircII: update to 20240111 PR: 279036 Approved by: maintainer timeout (4 weeks) --- irc/ircII/Makefile | 7 +++---- irc/ircII/distinfo | 6 +++--- irc/ircII/files/patch-source_alias.c | 11 ----------- irc/ircII/files/patch-source_help.c | 11 ----------- 4 files changed, 6 insertions(+), 29 deletions(-) diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile index a9d410084fe5..cb3f760da2db 100644 --- a/irc/ircII/Makefile +++ b/irc/ircII/Makefile @@ -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 diff --git a/irc/ircII/distinfo b/irc/ircII/distinfo index fa74cd287fcc..2e19fdbc77dd 100644 --- a/irc/ircII/distinfo +++ b/irc/ircII/distinfo @@ -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 diff --git a/irc/ircII/files/patch-source_alias.c b/irc/ircII/files/patch-source_alias.c deleted file mode 100644 index ab1f5adbb2ee..000000000000 --- a/irc/ircII/files/patch-source_alias.c +++ /dev/null @@ -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; diff --git a/irc/ircII/files/patch-source_help.c b/irc/ircII/files/patch-source_help.c deleted file mode 100644 index f95d308866a7..000000000000 --- a/irc/ircII/files/patch-source_help.c +++ /dev/null @@ -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);