pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libtorrent



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Jun  8 20:45:32 UTC 2026

Modified Files:
        pkgsrc/net/libtorrent: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/net/libtorrent/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/libtorrent/Makefile
diff -u pkgsrc/net/libtorrent/Makefile:1.89 pkgsrc/net/libtorrent/Makefile:1.90
--- pkgsrc/net/libtorrent/Makefile:1.89 Fri Jun  5 12:38:32 2026
+++ pkgsrc/net/libtorrent/Makefile      Mon Jun  8 20:45:32 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.89 2026/06/05 12:38:32 adam Exp $
+# $NetBSD: Makefile,v 1.90 2026/06/08 20:45:32 gdt Exp $
 
 DISTNAME=      libtorrent-0.16.13
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rakshasa/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -10,8 +11,10 @@ HOMEPAGE=    https://github.com/rakshasa/li
 COMMENT=       BitTorrent library written in C++ for *nix
 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+=            autoconf automake autoreconf gmake pkg-config
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index