FreeBSD Bugzilla – Attachment 240555 Details for
Bug 269935
devel/cvise: update to 2.7.0 (with llvm15 dependency)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update cvise to 2.7.0
devel__cvise-update-to-2.7.0-1.diff (text/plain), 2.71 KB, created by
Dimitry Andric
on 2023-03-03 11:15:11 UTC
(
hide
)
Description:
Update cvise to 2.7.0
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2023-03-03 11:15:11 UTC
Size:
2.71 KB
patch
obsolete
>diff --git a/devel/cvise/Makefile b/devel/cvise/Makefile >index ad0cbc1a1283..5159178832b7 100644 >--- a/devel/cvise/Makefile >+++ b/devel/cvise/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= cvise >-PORTVERSION= 2.4.0 >+PORTVERSION= 2.7.0 > DISTVERSIONPREFIX= v > CATEGORIES= devel python > >@@ -29,18 +29,32 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ > # once this is installed, all tests pass for me: > # 260 passed, 1 skipped in 64.82 seconds > >-USES= cmake python:3.6+ shebangfix >+USES= cmake compiler python:3.6+ shebangfix > CMAKE_ARGS+= -DLLVM_DIR:PATH=${LOCALBASE}/llvm${LLVM_VER}/lib/cmake/llvm > CMAKE_ARGS+= -DClang_DIR:PATH=${LOCALBASE}/llvm${LLVM_VER}/lib/cmake/clang >-LLVM_VER= 13 >+LLVM_VER= 15 > SHEBANG_FILES= cvise-delta.py cvise.py > USE_GITHUB= yes > GH_ACCOUNT= marxin > >+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ >+PATCHFILES+= ff4e51e093a53615362f77c956d90f0f728c12e5.patch:-p1 >+PATCHFILES+= 80476310943053aa97969d6410743bddb2d1c770.patch:-p1 >+PATCHFILES+= c560ef24eae3946573317d20759938209fb882fa.patch:-p1 >+PATCHFILES+= 222313aa5467d22ba58d3fdc3198abdf75a07f0e.patch:-p1 >+ >+.include <bsd.port.pre.mk> >+ >+.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} < 150 >+CPP= clang-cpp${LLVM_VER} >+CC= clang${LLVM_VER} >+CXX= clang++${LLVM_VER} >+.endif >+ > post-patch: > @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/cvise.py > > do-test: > cd ${BUILD_WRKSRC} && pytest > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> >diff --git a/devel/cvise/distinfo b/devel/cvise/distinfo >index 27e9b9ff4071..80b22f27a878 100644 >--- a/devel/cvise/distinfo >+++ b/devel/cvise/distinfo >@@ -1,3 +1,11 @@ >-TIMESTAMP = 1644767746 >-SHA256 (marxin-cvise-v2.4.0_GH0.tar.gz) = 55ae8c39bdbaddba9a2ac1173bef7995e58387bc81f4610125dd1488c8e8b1ae >-SIZE (marxin-cvise-v2.4.0_GH0.tar.gz) = 252810 >+TIMESTAMP = 1677785583 >+SHA256 (marxin-cvise-v2.7.0_GH0.tar.gz) = a0468bb16b99c9bc67b7cdd6557a79d441e5e1f253fdf7d73f21c15f9dc3b444 >+SIZE (marxin-cvise-v2.7.0_GH0.tar.gz) = 269155 >+SHA256 (ff4e51e093a53615362f77c956d90f0f728c12e5.patch) = 260fec0128a6c5e9ff5b8a3cd767c100de38683f23bbad64ae2debeb69eb61ed >+SIZE (ff4e51e093a53615362f77c956d90f0f728c12e5.patch) = 1316 >+SHA256 (80476310943053aa97969d6410743bddb2d1c770.patch) = 327a7ca6b8eccb23dc553bc509995ed5c893fd6df0d24f8f7c9dd8ae233eeea0 >+SIZE (80476310943053aa97969d6410743bddb2d1c770.patch) = 1924 >+SHA256 (c560ef24eae3946573317d20759938209fb882fa.patch) = 3f1b06d3cef99edda363305a189c636de09d123b3504ce7f6e71cc8db453d4bc >+SIZE (c560ef24eae3946573317d20759938209fb882fa.patch) = 837 >+SHA256 (222313aa5467d22ba58d3fdc3198abdf75a07f0e.patch) = def653fe4309d4f0d1196517934e704f681e4b2295983477588fe052c4c73f3e >+SIZE (222313aa5467d22ba58d3fdc3198abdf75a07f0e.patch) = 877
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 269935
: 240555