pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/nntpclnt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Dec  6 18:15:43 UTC 2025

Modified Files:
        pkgsrc/news/nntpclnt: Makefile

Log Message:
nntpclnt: fix build on NetBSD 11.99.4

binutils deprecated 'l' and then reassigned it a new function.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/news/nntpclnt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/news/nntpclnt/Makefile
diff -u pkgsrc/news/nntpclnt/Makefile:1.41 pkgsrc/news/nntpclnt/Makefile:1.42
--- pkgsrc/news/nntpclnt/Makefile:1.41  Sun Nov 30 15:07:16 2025
+++ pkgsrc/news/nntpclnt/Makefile       Sat Dec  6 18:15:43 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2025/11/30 15:07:16 vins Exp $
+# $NetBSD: Makefile,v 1.42 2025/12/06 18:15:43 wiz Exp $
 
 DISTNAME=      nntpclnt-1.6.1
 PKGREVISION=   7
@@ -40,7 +40,7 @@ do-configure:
 
 post-build:
        cd ${WRKSRC} && \
-               ${AR} clq libnntpclnt.a nntpclnt.o && ${RANLIB} libnntpclnt.a
+               ${AR} cq libnntpclnt.a nntpclnt.o && ${RANLIB} libnntpclnt.a
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/inews ${DESTDIR}${PREFIX}/bin



Home | Main Index | Thread Index | Old Index