pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/rtorrent



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Jun  8 20:59:15 UTC 2026

Modified Files:
        pkgsrc/net/rtorrent: Makefile

Log Message:
net/rtorrent: Specify C++20 because configure.ac says so


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 pkgsrc/net/rtorrent/Makefile

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

Modified files:

Index: pkgsrc/net/rtorrent/Makefile
diff -u pkgsrc/net/rtorrent/Makefile:1.126 pkgsrc/net/rtorrent/Makefile:1.127
--- pkgsrc/net/rtorrent/Makefile:1.126  Fri Jun  5 12:38:32 2026
+++ pkgsrc/net/rtorrent/Makefile        Mon Jun  8 20:59:15 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.126 2026/06/05 12:38:32 adam Exp $
+# $NetBSD: Makefile,v 1.127 2026/06/08 20:59:15 gdt Exp $
 
 DISTNAME=      rtorrent-0.16.13
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rakshasa/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -10,8 +11,10 @@ HOMEPAGE=    https://github.com/rakshasa/rt
 COMMENT=       Ncurses based torrent client with support for sessions
 LICENSE=       gnu-gpl-v2
 
-USE_CXX_FEATURES=      c++17
 USE_LANGUAGES=         c c++
+# Upstream does not document c++20, but configure.ac insists on it.
+USE_CXX_FEATURES=      c++20
+
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index