pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 21 16:24:41 UTC 2025
Modified Files:
pkgsrc/chat/icbirc: Makefile
pkgsrc/chat/ircII: Makefile
Log Message:
*: remove Interix support
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/chat/icbirc/Makefile
cvs rdiff -u -r1.89 -r1.90 pkgsrc/chat/ircII/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/icbirc/Makefile
diff -u pkgsrc/chat/icbirc/Makefile:1.21 pkgsrc/chat/icbirc/Makefile:1.22
--- pkgsrc/chat/icbirc/Makefile:1.21 Sun Oct 17 18:14:04 2021
+++ pkgsrc/chat/icbirc/Makefile Mon Apr 21 16:24:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2021/10/17 18:14:04 tm Exp $
+# $NetBSD: Makefile,v 1.22 2025/04/21 16:24:41 wiz Exp $
DISTNAME= icbirc-2.1
CATEGORIES= chat
@@ -16,7 +16,6 @@ MAKE_ENV+= BINDIR="${PREFIX}/bin" MANDIR
SRCS= icb.c irc.c icbirc.c
-CPPFLAGS.Interix+= -Dsocklen_t=int
LDFLAGS.SunOS+= -lresolv -lsocket -lnsl
CFLAGS.SunOS+= -DNEED_PROGNAME
Index: pkgsrc/chat/ircII/Makefile
diff -u pkgsrc/chat/ircII/Makefile:1.89 pkgsrc/chat/ircII/Makefile:1.90
--- pkgsrc/chat/ircII/Makefile:1.89 Tue Apr 9 00:30:15 2024
+++ pkgsrc/chat/ircII/Makefile Mon Apr 21 16:24:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2024/04/09 00:30:15 gutteridge Exp $
+# $NetBSD: Makefile,v 1.90 2025/04/21 16:24:41 wiz Exp $
DISTNAME= ircii-${VERS}
PKGNAME= ircII-${VERS}
@@ -45,8 +45,6 @@ CONFIGURE_ENV+= ${IRCII_CONFIGURE_ENV}
LDFLAGS.SunOS+= -lsocket -lnsl
LDFLAGS+= ${BUILDLINK_LDADD.iconv}
-CONFIGURE_ARGS.Interix+= --with-non-blocking=none
-
# Optionally install compressed help files if MANZ is defined.
.if defined(MANZ)
PLIST_SUBST+= GZSUFFIX=".gz"
Home |
Main Index |
Thread Index |
Old Index