pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/cvise
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jan 24 09:40:41 UTC 2025
Modified Files:
pkgsrc/devel/cvise: Makefile distinfo
pkgsrc/devel/cvise/patches: patch-CMakeLists.txt
Log Message:
cvise: update to 2.11.0.
Changes done in the release:
LLVM 19 is properly supported
NOTE: This project is looking for maintainers — reach out to
[@marxin] if you're interested.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/cvise/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/cvise/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/cvise/patches/patch-CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/cvise/Makefile
diff -u pkgsrc/devel/cvise/Makefile:1.23 pkgsrc/devel/cvise/Makefile:1.24
--- pkgsrc/devel/cvise/Makefile:1.23 Thu Nov 14 22:19:18 2024
+++ pkgsrc/devel/cvise/Makefile Fri Jan 24 09:40:40 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2024/11/14 22:19:18 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2025/01/24 09:40:40 wiz Exp $
-DISTNAME= cvise-2.10.0
-PKGREVISION= 4
+DISTNAME= cvise-2.11.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=marxin/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -16,15 +15,14 @@ DEPENDS+= ${PYPKGPREFIX}-pebble-[0-9]*:.
DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-USE_LANGUAGES= c c++17
+USE_LANGUAGES= c c++
USE_TOOLS+= flex
TEST_TARGET= test
USE_CXX_FEATURES+= c++17
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../mk/bsd.prefs.mk"
+
.if ${OPSYS} != "NetBSD"
DEPENDS+= unifdef-[0-9]*:../../devel/unifdef
.endif
Index: pkgsrc/devel/cvise/distinfo
diff -u pkgsrc/devel/cvise/distinfo:1.11 pkgsrc/devel/cvise/distinfo:1.12
--- pkgsrc/devel/cvise/distinfo:1.11 Sun Aug 4 10:18:42 2024
+++ pkgsrc/devel/cvise/distinfo Fri Jan 24 09:40:40 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2024/08/04 10:18:42 nia Exp $
+$NetBSD: distinfo,v 1.12 2025/01/24 09:40:40 wiz Exp $
-BLAKE2s (cvise-2.10.0.tar.gz) = af43cb776202379de9b97a0b05cf86b570f270658bc258714facfc7dfa20dce6
-SHA512 (cvise-2.10.0.tar.gz) = 31950f8731f7a8d6b9568be621b14d1f976a71ed0a6caef0cdcc0d31c99eca86c03913e2949f1f4e21a66fbe1618341f5daaff01da51b426b4ce0e6518479281
-Size (cvise-2.10.0.tar.gz) = 270839 bytes
-SHA1 (patch-CMakeLists.txt) = 21096683c0af15b02c95207c784281089d6195d8
+BLAKE2s (cvise-2.11.0.tar.gz) = e077863bc62c1847ee28da80314b0ff55deebee13b3050b5b49cc6c3f9dfdae8
+SHA512 (cvise-2.11.0.tar.gz) = 4c0844f1ce0596a7aed84018ecf63fbed31e7fb474d341f9947e99ee61274713ad8ae5dce619fcbc7b2acdddb950b1418989e9cd6cd6d7a2031e56226ccf9f57
+Size (cvise-2.11.0.tar.gz) = 272016 bytes
+SHA1 (patch-CMakeLists.txt) = 7627887db048a1191ab615640ba8223a71a37656
Index: pkgsrc/devel/cvise/patches/patch-CMakeLists.txt
diff -u pkgsrc/devel/cvise/patches/patch-CMakeLists.txt:1.6 pkgsrc/devel/cvise/patches/patch-CMakeLists.txt:1.7
--- pkgsrc/devel/cvise/patches/patch-CMakeLists.txt:1.6 Sun Aug 4 10:18:42 2024
+++ pkgsrc/devel/cvise/patches/patch-CMakeLists.txt Fri Jan 24 09:40:40 2025
@@ -1,9 +1,9 @@
-$NetBSD: patch-CMakeLists.txt,v 1.6 2024/08/04 10:18:42 nia Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.7 2025/01/24 09:40:40 wiz Exp $
Do not force -Werror.
Do not set -O3 optimization flags.
---- CMakeLists.txt.orig 2024-03-13 20:19:48.000000000 +0000
+--- CMakeLists.txt.orig 2024-11-10 09:58:12.000000000 +0000
+++ CMakeLists.txt
@@ -171,7 +171,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU"
OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
@@ -20,6 +20,6 @@ Do not set -O3 optimization flags.
- set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3")
- set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_RELEASE} -O3 -g")
+ elseif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /std:c++17 /GR-")
endif()
-
- ###############################################################################
Home |
Main Index |
Thread Index |
Old Index