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:   adam
Date:           Fri Apr 19 04:48:55 UTC 2024

Modified Files:
        pkgsrc/devel/cvise: Makefile distinfo
        pkgsrc/devel/cvise/patches: patch-CMakeLists.txt

Log Message:
cvise: updated to 2.10.0

v2.10.0

Changes done in the release:

LLVM 18 is properly supported
code has been reformatted with ruff


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/cvise/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/cvise/distinfo
cvs rdiff -u -r1.4 -r1.5 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.18 pkgsrc/devel/cvise/Makefile:1.19
--- pkgsrc/devel/cvise/Makefile:1.18    Wed Nov  8 13:18:42 2023
+++ pkgsrc/devel/cvise/Makefile Fri Apr 19 04:48:55 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2023/11/08 13:18:42 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2024/04/19 04:48:55 adam Exp $
 
-DISTNAME=      cvise-2.9.0
-PKGREVISION=   1
+DISTNAME=      cvise-2.10.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=marxin/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/devel/cvise/distinfo
diff -u pkgsrc/devel/cvise/distinfo:1.9 pkgsrc/devel/cvise/distinfo:1.10
--- pkgsrc/devel/cvise/distinfo:1.9     Tue Nov  7 20:01:20 2023
+++ pkgsrc/devel/cvise/distinfo Fri Apr 19 04:48:55 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2023/11/07 20:01:20 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/04/19 04:48:55 adam Exp $
 
-BLAKE2s (cvise-2.9.0.tar.gz) = df76233e1b141856f4776b7deb5bd7c6fe6241eb8ef06a15dea5db44271d40f1
-SHA512 (cvise-2.9.0.tar.gz) = dd3b2e5c4603e8a73594863ce5b83d0ca864fc688a7b094c84b745b7086d384173809b9a915edb51938a7df8310eabbde1ea6a997c480d19618065c0d8270c52
-Size (cvise-2.9.0.tar.gz) = 269921 bytes
-SHA1 (patch-CMakeLists.txt) = b60607c84fffa278b3b9d9dc30fd1c172b628955
+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) = f7eb3f258a02499a268921ef08ec3c6f6a62da8d

Index: pkgsrc/devel/cvise/patches/patch-CMakeLists.txt
diff -u pkgsrc/devel/cvise/patches/patch-CMakeLists.txt:1.4 pkgsrc/devel/cvise/patches/patch-CMakeLists.txt:1.5
--- pkgsrc/devel/cvise/patches/patch-CMakeLists.txt:1.4 Tue Nov  7 20:01:20 2023
+++ pkgsrc/devel/cvise/patches/patch-CMakeLists.txt     Fri Apr 19 04:48:55 2024
@@ -1,11 +1,11 @@
-$NetBSD: patch-CMakeLists.txt,v 1.4 2023/11/07 20:01:20 adam Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.5 2024/04/19 04:48:55 adam Exp $
 
 Do not set -O3 optimization flags.
 
---- CMakeLists.txt.orig        2023-11-06 18:26:40.000000000 +0000
+--- CMakeLists.txt.orig        2024-03-13 20:19:48.000000000 +0000
 +++ CMakeLists.txt
-@@ -189,8 +189,6 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU"
-     set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-error=non-template-friend")
+@@ -197,8 +197,6 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU"
+     set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-error=deprecated-declarations")
    endif()
  
 -  set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3")



Home | Main Index | Thread Index | Old Index