pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/swirc



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Sep 18 12:21:45 UTC 2022

Modified Files:
        pkgsrc/chat/swirc: Makefile

Log Message:
swirc: Add a note about why libcurses cannot be used


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/chat/swirc/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/swirc/Makefile
diff -u pkgsrc/chat/swirc/Makefile:1.6 pkgsrc/chat/swirc/Makefile:1.7
--- pkgsrc/chat/swirc/Makefile:1.6      Thu Jul 28 22:18:05 2022
+++ pkgsrc/chat/swirc/Makefile  Sun Sep 18 12:21:45 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/07/28 22:18:05 fcambus Exp $
+# $NetBSD: Makefile,v 1.7 2022/09/18 12:21:45 nia Exp $
 
 DISTNAME=      swirc-3.3.5
 CATEGORIES=    chat
@@ -19,6 +19,7 @@ MAKE_FLAGS+=  DEST_MANUAL=${DESTDIR}${PRE
 MAKE_FLAGS+=   DEST_CONFMAN=${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
 
 .include "../../devel/libidn/buildlink3.mk"
+# Relies on ncurses struct internals - cannot use NetBSD libcurses.
 .include "../../devel/ncursesw/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index