mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update to py-sabctools-9.4.0
Changes: https://github.com/sabnzbd/sabctools/compare/v8.2.6...v9.4.0
This commit is contained in:
@@ -2,7 +2,7 @@ BROKEN-riscv64 = needs riscv_vector.h
|
||||
|
||||
COMMENT = C implementations of functions for use within SABnzbd
|
||||
|
||||
MODPY_DISTV = 8.2.6
|
||||
MODPY_DISTV = 9.4.0
|
||||
EPOCH = 0
|
||||
DISTNAME = sabctools-${MODPY_DISTV}
|
||||
PKGNAME = py-sabctools-${MODPY_DISTV}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (sabctools-8.2.6.tar.gz) = olZSIjfP2E1tkCG8WzEZfrBJuDEp3PZyFFE5LJODEZE=
|
||||
SIZE (sabctools-8.2.6.tar.gz) = 256747
|
||||
SHA256 (sabctools-9.4.0.tar.gz) = JkRRtZnzp83dMKXiuqOXaTm8UOpkkhmjH2ysS8TY0DI=
|
||||
SIZE (sabctools-9.4.0.tar.gz) = 272035
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
Index: setup.py
|
||||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
@@ -98,7 +98,7 @@ class SABCToolsBuild(build_ext):
|
||||
cflags = ["/O2", "/GS-", "/Gy", "/sdl-", "/Oy", "/Oi"]
|
||||
@@ -107,7 +107,7 @@ class SABCToolsBuild(build_ext):
|
||||
log.info("==> C++17 flag not available")
|
||||
else:
|
||||
# TODO: consider -flto - may require some extra testing
|
||||
- ldflags = ["-ldl"] # for dlopen
|
||||
@@ -10,7 +10,7 @@ Index: setup.py
|
||||
cflags = [
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
@@ -106,7 +106,6 @@ class SABCToolsBuild(build_ext):
|
||||
@@ -115,7 +115,6 @@ class SABCToolsBuild(build_ext):
|
||||
"-fomit-frame-pointer",
|
||||
"-fno-rtti",
|
||||
"-fno-exceptions",
|
||||
|
||||
Reference in New Issue
Block a user