mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
databases/iowow: update the port to version 1.4.18
- Squash the chains of consecutive spaces between compilation flags to make the build log more readable - databases/ejdb: pull upstream patch to synchronize with the new IOWOW struct naming Reported by: portscout
This commit is contained in:
@@ -3,6 +3,9 @@ PORTVERSION= 2.73
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES= 0bef7559e78041cdfb4320bbb18629b71f1fea41.patch:-p1
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
COMMENT= Embeddable JSON database engine library
|
||||
WWW= https://ejdb.org/
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
TIMESTAMP = 1668444172
|
||||
SHA256 (Softmotions-ejdb-v2.73_GH0.tar.gz) = 1381af7790ce67f8005c380de2c90a1811619250d9d62e7cdb64547f27878484
|
||||
SIZE (Softmotions-ejdb-v2.73_GH0.tar.gz) = 812748
|
||||
SHA256 (0bef7559e78041cdfb4320bbb18629b71f1fea41.patch) = bd805374218cbb05971e56355d5181e5353aa96e8c6f0c1b564dbdee759c450d
|
||||
SIZE (0bef7559e78041cdfb4320bbb18629b71f1fea41.patch) = 10972
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
PORTNAME= iowow
|
||||
PORTVERSION= 1.4.17
|
||||
PORTVERSION= 1.4.18
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1699892975
|
||||
SHA256 (Softmotions-iowow-v1.4.17_GH0.tar.gz) = 13a851026dbc1f31583fba96986e86e94a7554f9e7d38aa12a9ea5dbebdf328b
|
||||
SIZE (Softmotions-iowow-v1.4.17_GH0.tar.gz) = 623827
|
||||
TIMESTAMP = 1713240171
|
||||
SHA256 (Softmotions-iowow-v1.4.18_GH0.tar.gz) = ef4ee56dd77ce326fff25b6f41e7d78303322cca3f11cf5683ce9abfda34faf9
|
||||
SIZE (Softmotions-iowow-v1.4.18_GH0.tar.gz) = 629208
|
||||
|
||||
@@ -1,15 +1,24 @@
|
||||
--- src/CMakeLists.txt.orig 2019-03-29 16:56:25 UTC
|
||||
--- src/CMakeLists.txt.orig 2024-04-16 04:02:51 UTC
|
||||
+++ src/CMakeLists.txt
|
||||
@@ -164,7 +169,7 @@ endif()
|
||||
@@ -184,7 +184,7 @@ list(REMOVE_DUPLICATES PROJECT_INCLUDE_DIRS)
|
||||
include_directories(${PROJECT_INCLUDE_DIRS})
|
||||
|
||||
# -pg -no-pie
|
||||
-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} \
|
||||
+string(REGEX REPLACE " +" " " CMAKE_C_FLAGS "${CMAKE_C_FLAGS} \
|
||||
-std=gnu11 -fsigned-char -pedantic \
|
||||
-Wfatal-errors -Wall -Wextra \
|
||||
-Wno-sign-compare -Wno-unused-parameter \
|
||||
@@ -211,7 +211,7 @@ endif()
|
||||
|
||||
set(CMAKE_C_FLAGS_DEBUG "-O0 -g -ggdb -Werror -DDEBUG -D_DEBUG -UNDEBUG \
|
||||
-Wno-unused-variable ${CMAKE_C_ASAN}")
|
||||
-set(CMAKE_C_FLAGS_RELEASE "-O3 -DNDEBUG ${CMAKE_C_ASAN}")
|
||||
+set(CMAKE_C_FLAGS_RELEASE "-DNDEBUG ${CMAKE_C_ASAN}")
|
||||
set(CMAKE_C_FLAGS_RELWITHDEBINFO "${CMAKE_C_FLAGS_RELEASE} -g")
|
||||
set(CMAKE_C_FLAGS_RELEASEWITHDEBINFO "${CMAKE_C_FLAGS_RELWITHDEBINFO}")
|
||||
|
||||
|
||||
@@ -278,7 +283,6 @@ endif()
|
||||
@@ -324,7 +324,6 @@ endif()
|
||||
|
||||
|
||||
install(FILES
|
||||
|
||||
@@ -14,6 +14,7 @@ include/iowow/iwhmap.h
|
||||
include/iowow/iwini.h
|
||||
include/iowow/iwjson.h
|
||||
include/iowow/iwjson_internal.h
|
||||
include/iowow/iwjsreg.h
|
||||
include/iowow/iwkv.h
|
||||
include/iowow/iwlog.h
|
||||
include/iowow/iwp.h
|
||||
@@ -29,6 +30,7 @@ include/iowow/iwutils.h
|
||||
include/iowow/iwuuid.h
|
||||
include/iowow/iwxstr.h
|
||||
include/iowow/murmur3.h
|
||||
include/iowow/pthread_spin_lock_shim.h
|
||||
include/iowow/utf8proc.h
|
||||
include/iowow/wyhash.h
|
||||
include/iowow/wyhash32.h
|
||||
@@ -37,8 +39,8 @@ lib/libiowow.so
|
||||
lib/libiowow.so.1
|
||||
lib/libiowow.so.%%VERSION%%
|
||||
libdata/pkgconfig/libiowow.pc
|
||||
share/man/man3/iowow.3.gz
|
||||
%%DATADIR%%/iowow-exports-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
%%DATADIR%%/iowow-exports.cmake
|
||||
%%DATADIR%%/iowow-static-exports-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
%%DATADIR%%/iowow-static-exports.cmake
|
||||
share/man/man3/iowow.3.gz
|
||||
|
||||
Reference in New Issue
Block a user