FreeBSD Bugzilla – Attachment 242433 Details for
Bug 271647
devel/libzim: Update to 8.2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
0001-devel-libzim-Update-to-8.2.0.patch (text/plain), 2.77 KB, created by
Olivier Certner
on 2023-05-26 22:20:31 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Olivier Certner
Created:
2023-05-26 22:20:31 UTC
Size:
2.77 KB
patch
obsolete
>From 5d3c83534ab7a806a26de12e8b9c7ffbd0603105 Mon Sep 17 00:00:00 2001 >From: Olivier Certner <olce.freebsd@certner.fr> >Date: Fri, 26 May 2023 09:20:08 +0200 >Subject: [PATCH] devel/libzim: Update to 8.2.0 > >Since version 6.3.2, C++ 14 is now required to build with the new version of >GoogleTest. > >Numerous changes. See: >https://raw.githubusercontent.com/openzim/libzim/main/ChangeLog > >PR: 271647 >--- > devel/libzim/Makefile | 8 +++++--- > devel/libzim/distinfo | 6 +++--- > devel/libzim/pkg-plist | 26 +++++++++++++++----------- > 3 files changed, 23 insertions(+), 17 deletions(-) > >diff --git a/devel/libzim/Makefile b/devel/libzim/Makefile >index 4472afc6aeb1..4a8faf1e585d 100644 >--- a/devel/libzim/Makefile >+++ b/devel/libzim/Makefile >@@ -1,6 +1,5 @@ > PORTNAME= libzim >-DISTVERSION= 6.3.2 >-PORTREVISION= 4 >+DISTVERSION= 8.2.0 > CATEGORIES= devel > MASTER_SITES= https://download.openzim.org/release/libzim/ > >@@ -17,10 +16,13 @@ LIB_DEPENDS= libicui18n.so:devel/icu \ > libxapian.so:databases/xapian-core \ > libzstd.so:archivers/zstd > >-USES= compiler:c++11-lang meson pkgconfig python:3.6+ tar:xz >+USES= compiler:c++14-lang meson pkgconfig python:3.6+ tar:xz >+ > USE_LDCONFIG= yes > > BINARY_ALIAS= python3=${PYTHON_CMD:T} python3-config=${PYTHON_CMD:T}-config > PLIST_SUB= DISTVERSION=${DISTVERSION} DISTMAJ=${DISTVERSION:C/\..*//} > >+MESON_ARGS= -Dcpp_std=c++14 >+ > .include <bsd.port.mk> >diff --git a/devel/libzim/distinfo b/devel/libzim/distinfo >index 1cfa0eb53c48..410ceea29a4d 100644 >--- a/devel/libzim/distinfo >+++ b/devel/libzim/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1623283070 >-SHA256 (libzim-6.3.2.tar.xz) = a7c8670068c3c5882bfe0429ecd21479d83e3e08eb6a7d72b7f187a6f53d553a >-SIZE (libzim-6.3.2.tar.xz) = 27636304 >+TIMESTAMP = 1684256284 >+SHA256 (libzim-8.2.0.tar.xz) = 611f816a5f3cc725210f0b4d9676c203394b92a00d1a9f2b3934897cc364fd59 >+SIZE (libzim-8.2.0.tar.xz) = 193720 >diff --git a/devel/libzim/pkg-plist b/devel/libzim/pkg-plist >index 5a87560026ff..e981e2560c1a 100644 >--- a/devel/libzim/pkg-plist >+++ b/devel/libzim/pkg-plist >@@ -1,16 +1,20 @@ >-include/zim/article.h >-include/zim/blob.h >-include/zim/error.h >-include/zim/file.h >-include/zim/fileheader.h >-include/zim/fileiterator.h >-include/zim/search.h >-include/zim/search_iterator.h >-include/zim/uuid.h >-include/zim/writer/article.h >+include/zim/entry.h >+include/zim/tools.h > include/zim/writer/creator.h >-include/zim/writer/url.h >+include/zim/writer/item.h >+include/zim/writer/contentProvider.h >+include/zim/uuid.h >+include/zim/suggestion.h >+include/zim/search_iterator.h >+include/zim/search.h >+include/zim/zim_config.h > include/zim/zim.h >+include/zim/archive.h >+include/zim/suggestion_iterator.h >+include/zim/blob.h >+include/zim/item.h >+include/zim/version.h >+include/zim/error.h > lib/libzim.so > lib/libzim.so.%%DISTMAJ%% > lib/libzim.so.%%DISTVERSION%% >-- >2.40.1 >
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 271647
:
242415
| 242433