mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to ircII-20240111, from Brad (maintainer)
This commit is contained in:
+3
-4
@@ -1,16 +1,15 @@
|
||||
COMMENT= Internet Relay Chat client
|
||||
|
||||
VERSION= 20210314
|
||||
VERSION= 20240111
|
||||
DISTNAME= ircii-${VERSION}
|
||||
PKGNAME= ircII-${VERSION}
|
||||
CATEGORIES= net
|
||||
SITES= https://ircii.warped.com/ \
|
||||
https://ircii.warped.com/old/ \
|
||||
ftp://ircii.warped.com/pub/ircII/ \
|
||||
https://distfiles.macports.org/ircii/
|
||||
ftp://ircii.warped.com/pub/ircII/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
HOMEPAGE= http://www.eterna.com.au/ircii/
|
||||
HOMEPAGE= http://www.eterna23.net/ircii/
|
||||
|
||||
MAINTAINER= Brad Smith <brad@comstyle.com>
|
||||
|
||||
|
||||
+2
-2
@@ -1,2 +1,2 @@
|
||||
SHA256 (ircii-20210314.tar.bz2) = hm8rhH2u09cIWfII98sPILWMCTOyFZ9/+SpoxRjTk6k=
|
||||
SIZE (ircii-20210314.tar.bz2) = 590626
|
||||
SHA256 (ircii-20240111.tar.bz2) = rLk1HZIVx4MRGtEYqyodOsJ/luU9ub3GheXd4cFP2V0=
|
||||
SIZE (ircii-20240111.tar.bz2) = 576700
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -1735,6 +1735,10 @@ else
|
||||
|
||||
@@ -1645,6 +1645,10 @@ else $as_nop
|
||||
#include <limits.h>
|
||||
#undef $2
|
||||
|
||||
+#ifdef __OpenBSD__
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
--- source/log.c.orig Fri Nov 20 10:23:54 2015
|
||||
+++ source/log.c Wed Dec 2 17:40:09 2015
|
||||
Index: source/log.c
|
||||
--- source/log.c.orig
|
||||
+++ source/log.c
|
||||
@@ -155,12 +155,19 @@ set_log_file(u_char *filename)
|
||||
void
|
||||
add_to_log(FILE *fp, u_char *line)
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
Index: source/names.c
|
||||
--- source/names.c.orig
|
||||
+++ source/names.c
|
||||
@@ -200,6 +200,7 @@ add_channel(u_char *channel, u_char *key, int server,
|
||||
malloc_strcpy(&new->channel, channel);
|
||||
new->mode = 0;
|
||||
new->limit = 0;
|
||||
+ new->window = NULL;
|
||||
do_add = 1;
|
||||
full_list = server_get_chan_list(server);
|
||||
if ((new->window = is_bound(channel, server)) == NULL)
|
||||
Reference in New Issue
Block a user