update to xapian-core-1.4.19

This commit is contained in:
sthen 2022-01-09 12:12:37 +00:00
parent 2c45b26efc
commit 1a8cf16e83
3 changed files with 5 additions and 19 deletions

View File

@ -1,15 +1,15 @@
# $OpenBSD: Makefile,v 1.40 2021/02/06 21:42:49 sthen Exp $
# $OpenBSD: Makefile,v 1.41 2022/01/09 12:12:37 sthen Exp $
COMMENT= search engine library
V= 1.4.18
V= 1.4.19
PORTROACH= limitw:1,even
DISTNAME= xapian-core-${V}
# the other xapian ports should be kept in-sync:
# databases/xapian-bindings
# www/xapian-omega
SHARED_LIBS += xapian 5.1 # 40.2
SHARED_LIBS += xapian 5.2 # 40.2
CATEGORIES= databases textproc

View File

@ -1,2 +1,2 @@
SHA256 (xapian-core-1.4.18.tar.xz) = GW3btK0QRQEA8JkaWZ5O2UTLrZLkpv6BO+bc4WAkS3c=
SIZE (xapian-core-1.4.18.tar.xz) = 2984508
SHA256 (xapian-core-1.4.19.tar.xz) = H8pI/KbMNSbMS6k90ZT+nBMmhXt47c+zfmjQhtcUqcM=
SIZE (xapian-core-1.4.19.tar.xz) = 2994860

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-cmake_xapian-config_cmake_in,v 1.3 2019/10/23 12:13:35 sthen Exp $
Allow Xapian library to be found by CMake-based ports.
Index: cmake/xapian-config.cmake.in
--- cmake/xapian-config.cmake.in.orig
+++ cmake/xapian-config.cmake.in
@@ -1,5 +1,5 @@
SET(prefix "@prefix@")
SET(exec_prefix "@exec_prefix@")
-SET(XAPIAN_LIBRARIES "@libdir@/libxapian@LIBRARY_VERSION_SUFFIX@@SHLIBEXT@" CACHE FILEPATH "Libraries for Xapian")
+SET(XAPIAN_LIBRARIES "@libdir@/libxapian@LIBRARY_VERSION_SUFFIX@@SHLIBEXT@.${LIBxapian_VERSION}" CACHE FILEPATH "Libraries for Xapian")
SET(XAPIAN_INCLUDE_DIR "@incdir@" CACHE PATH "Include path for Xapian")
SET(XAPIAN_FOUND "TRUE")