View | Details | Raw Unified | Return to bug 273644
Collapse All | Expand All

(-)b/devel/libkiwix/Makefile (-2 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	libkiwix
1
PORTNAME=	libkiwix
2
DISTVERSION=	12.0.0
2
DISTVERSION=	12.1.0
3
PORTREVISION=	1
4
CATEGORIES=	devel
3
CATEGORIES=	devel
5
4
6
MAINTAINER=	olce.freebsd.ports@certner.fr
5
MAINTAINER=	olce.freebsd.ports@certner.fr
(-)b/devel/libkiwix/distinfo (-3 / +3 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1686582304
1
TIMESTAMP = 1692892288
2
SHA256 (kiwix-libkiwix-12.0.0_GH0.tar.gz) = 8608ef73fdaa34c28144eb5ad732a74ca94dd99710d08d7a1ddb1277d1985b02
2
SHA256 (kiwix-libkiwix-12.1.0_GH0.tar.gz) = 42e8f9f973054e11f17381c988790c8f8267898b5a611741f0aa03cc4ccf3f75
3
SIZE (kiwix-libkiwix-12.0.0_GH0.tar.gz) = 1114076
3
SIZE (kiwix-libkiwix-12.1.0_GH0.tar.gz) = 1098820
4
SHA256 (kainjow-Mustache-v4.1_GH0.tar.gz) = acd66359feb4318b421f9574cfc5a511133a77d916d0b13c7caa3783c0bfe167
4
SHA256 (kainjow-Mustache-v4.1_GH0.tar.gz) = acd66359feb4318b421f9574cfc5a511133a77d916d0b13c7caa3783c0bfe167
5
SIZE (kainjow-Mustache-v4.1_GH0.tar.gz) = 98905
5
SIZE (kainjow-Mustache-v4.1_GH0.tar.gz) = 98905
(-)a/devel/libkiwix/files/patch-meson.build (-17 lines)
Removed Link Here
1
--- meson.build.orig	2022-11-30 17:10:19 UTC
2
+++ meson.build
3
@@ -36,7 +36,7 @@ else
4
 endif
5
 
6
 libzim_dep = dependency('libzim', version : '>=8.1.0', static:static_deps)
7
-if not compiler.has_header_symbol('zim/zim.h', 'LIBZIM_WITH_XAPIAN')
8
+if not compiler.has_header_symbol('zim/zim.h', 'LIBZIM_WITH_XAPIAN', dependencies: libzim_dep)
9
   error('Libzim seems to be compiled without xapian. Xapian support is mandatory.')
10
 endif
11
 
12
@@ -86,4 +86,3 @@ configure_file(output : 'kiwix.pc',
13
                input : 'kiwix.pc.in',
14
                install_dir: get_option('libdir')+'/pkgconfig'
15
               )
16
-
17
- 

Return to bug 273644