Hi ports,
Here is an update for net/swirc that I've prepared:

[3.2.6] - 2021-02-17

- Made functions that yet weren't declared at file scope to be

- Added tab completion for /help and /znc

- Splitted the configure script into smaller parts

- Improved the configure script

- Fixed multiple non-ANSI function declarations

- Fixed multiple sign-compare warnings

- Added logging of program name and PID for debug/error messages

- Fixed unchecked return values

Kind regards
Markus

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/swirc/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile	16 Oct 2020 11:38:24 -0000	1.9
+++ Makefile	21 Feb 2021 17:08:25 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.9 2020/10/16 11:38:24 solene Exp $
 
 COMMENT =	curses icb and irc client
-DISTNAME =	swirc-3.2.5
+DISTNAME =	swirc-3.2.6
 CATEGORIES =	net
 HOMEPAGE =	https://www.nifty-networks.net/swirc/
 
@@ -25,7 +25,6 @@ TEST_TARGET =		check
 MAKE_FLAGS =		DEST_CONFMAN=${WRKINST}${PREFIX}/man/man5 \
 			DEST_MANUAL=${WRKINST}${PREFIX}/man/man1 \
 			INSTALL_DEPS=swirc src/swirc.1 swirc.conf.5 \
-			PREFIX=${PREFIX} CC="${CC}" CXX="${CXX}" \
-			E=@: Q=
+			PREFIX=${PREFIX} CC="${CC}" CXX="${CXX}"
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/swirc/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo	16 Oct 2020 11:38:24 -0000	1.8
+++ distinfo	21 Feb 2021 17:08:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (swirc-3.2.5.tgz) = ef+O6OCLu8MTuauw8sFkE5WpA7XqEUuCI82qceyIDuA=
-SIZE (swirc-3.2.5.tgz) = 244075
+SHA256 (swirc-3.2.6.tgz) = 3EUc38+6FOS4kbw1OS7IRUhdFs4blF4+TNGLMngQJJg=
+SIZE (swirc-3.2.6.tgz) = 246403
Index: patches/patch-configure
===================================================================
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- patches/patch-configure	23 Apr 2020 16:01:15 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
-$OpenBSD: patch-configure,v 1.1 2020/04/23 16:01:15 ajacoutot Exp $
-
-Index: configure
---- configure.orig
-+++ configure
-@@ -50,9 +50,9 @@ SHARED_FLAGS=-DBSD=1\\
- 	-I/usr/local/include\\
- 	-Wall
- CC=cc
--CFLAGS=\$(SHARED_FLAGS) -std=c99
-+CFLAGS=\$(SHARED_FLAGS) -std=c99 ${CFLAGS}
- CXX=c++
--CXXFLAGS=\$(SHARED_FLAGS) -std=c++14
-+CXXFLAGS=\$(SHARED_FLAGS) -std=c++14 ${CXXFLAGS}
- LDFLAGS=-L/usr/local/lib
- LDLIBS=-lcrypto\\
- 	-lcurl\\

Reply via email to