pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/qbittorrent



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep 10 09:02:54 UTC 2024

Modified Files:
        pkgsrc/net/qbittorrent: Makefile

Log Message:
qbittorrent: remove GCC_REQD

The comment says it's for c++14, but
a) USE_LANGUAGES contains gnu++14
b) c++14 requires gcc 5, not 10


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/net/qbittorrent/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/qbittorrent/Makefile
diff -u pkgsrc/net/qbittorrent/Makefile:1.70 pkgsrc/net/qbittorrent/Makefile:1.71
--- pkgsrc/net/qbittorrent/Makefile:1.70        Sun Aug 25 06:19:07 2024
+++ pkgsrc/net/qbittorrent/Makefile     Tue Sep 10 09:02:54 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2024/08/25 06:19:07 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2024/09/10 09:02:54 wiz Exp $
 
 DISTNAME=      qbittorrent-4.6.6
 CATEGORIES=    net
@@ -19,8 +19,6 @@ CMAKE_CONFIGURE_ARGS+=        -DCMAKE_BUILD_TYP
 # error "Boost.Stacktrace requires `_Unwind_Backtrace` function
 CMAKE_CONFIGURE_ARGS+= -DSTACKTRACE=OFF
 
-GCC_REQD+=     10 # c++14
-
 LDFLAGS.NetBSD+=       -ljemalloc
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index