public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH 2/2] libyajl: Removal of addon as no longer required by libvirt
Date: Mon, 23 Dec 2024 12:29:14 +0100	[thread overview]
Message-ID: <D0335650-8273-4EEF-867C-BD4ED52AD395@ipfire.org> (raw)
In-Reply-To: <20241220114002.78636-2-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 5577 bytes --]

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 20 Dec 2024, at 12:40, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
> 
> - libyajl is no longer being used by libvirt. libvirt now uses json-c which is a core
>   package in IPFire. libyajl was stopped being used as it had not been updated and
>   is considered effectively dead upstream.
> - lfs, rootfile and libyajl entry in make.sh removed.
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/rootfiles/packages/libyajl | 13 -----
> lfs/libyajl                       | 88 -------------------------------
> make.sh                           |  1 -
> 3 files changed, 102 deletions(-)
> delete mode 100644 config/rootfiles/packages/libyajl
> delete mode 100644 lfs/libyajl
> 
> diff --git a/config/rootfiles/packages/libyajl b/config/rootfiles/packages/libyajl
> deleted file mode 100644
> index f575f6a1b..000000000
> --- a/config/rootfiles/packages/libyajl
> +++ /dev/null
> @@ -1,13 +0,0 @@
> -usr/bin/json_reformat
> -usr/bin/json_verify
> -#usr/include/yajl
> -#usr/include/yajl/yajl_common.h
> -#usr/include/yajl/yajl_gen.h
> -#usr/include/yajl/yajl_parse.h
> -#usr/include/yajl/yajl_tree.h
> -#usr/include/yajl/yajl_version.h
> -#usr/lib/libyajl.so
> -usr/lib/libyajl.so.2
> -usr/lib/libyajl.so.2.1.0
> -#usr/lib/libyajl_s.a
> -#usr/share/pkgconfig/yajl.pc
> diff --git a/lfs/libyajl b/lfs/libyajl
> deleted file mode 100644
> index eccae6489..000000000
> --- a/lfs/libyajl
> +++ /dev/null
> @@ -1,88 +0,0 @@
> -###############################################################################
> -#                                                                             #
> -# IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
> -#                                                                             #
> -# This program is free software: you can redistribute it and/or modify        #
> -# it under the terms of the GNU General Public License as published by        #
> -# the Free Software Foundation, either version 3 of the License, or           #
> -# (at your option) any later version.                                         #
> -#                                                                             #
> -# This program is distributed in the hope that it will be useful,             #
> -# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
> -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
> -# GNU General Public License for more details.                                #
> -#                                                                             #
> -# You should have received a copy of the GNU General Public License           #
> -# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
> -#                                                                             #
> -###############################################################################
> -
> -###############################################################################
> -# Definitions
> -###############################################################################
> -
> -include Config
> -
> -SUMMARY    = Yet Another JSON Library
> -
> -VER        = 2.1.0
> -
> -THISAPP    = libyajl-$(VER)
> -DL_FILE    = $(THISAPP).tar.gz
> -DL_FROM    = $(URL_IPFIRE)
> -DIR_APP    = $(DIR_SRC)/$(THISAPP)
> -TARGET     = $(DIR_INFO)/$(THISAPP)
> -PROG       = libyajl
> -PAK_VER    = 1
> -
> -DEPS       =
> -
> -SERVICES   =
> -
> -###############################################################################
> -# Top-level Rules
> -###############################################################################
> -
> -objects = $(DL_FILE)
> -
> -$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> -
> -$(DL_FILE)_BLAKE2 = e0f2d0300d2cc35599d8b080fa0102a532b52f3ca3cf96db020ecc54bdab04aff971184a411776d263ac06ae9333d1dca03b3437d65b7247eea9919ca25b6d43
> -
> -install: $(TARGET)
> -
> -check: $(patsubst %,$(DIR_CHK)/%,$(objects))
> -
> -download: $(patsubst %,$(DIR_DL)/%,$(objects))
> -
> -b2 : $(subst %,%_BLAKE2,$(objects))
> -
> -dist:
> - $(PAK)
> -
> -###############################################################################
> -# Downloading, checking, b2sum
> -###############################################################################
> -
> -$(patsubst %,$(DIR_CHK)/%,$(objects)) :
> - @$(CHECK)
> -
> -$(patsubst %,$(DIR_DL)/%,$(objects)) :
> - @$(LOAD)
> -
> -$(subst %,%_BLAKE2,$(objects)) :
> - @$(B2SUM)
> -
> -###############################################################################
> -# Installation Details
> -###############################################################################
> -
> -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
> - @$(PREBUILD)
> - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
> - cd $(DIR_APP) && cmake -DCMAKE_INSTALL_PREFIX=/usr .
> - cd $(DIR_APP) && make
> - cd $(DIR_APP) && make install
> - @rm -rf $(DIR_APP)
> - @$(POSTBUILD)
> diff --git a/make.sh b/make.sh
> index ee098d9a3..3fc127ce0 100755
> --- a/make.sh
> +++ b/make.sh
> @@ -2034,7 +2034,6 @@ build_system() {
> lfsmake2 dmidecode
> lfsmake2 mcelog
> lfsmake2 libpciaccess
> - lfsmake2 libyajl
> lfsmake2 libvirt
> lfsmake2 freeradius
> lfsmake2 perl-common-sense
> -- 
> 2.47.1
> 


  reply	other threads:[~2024-12-23 11:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-20 11:40 [PATCH 1/2] libvirt: Update to version 10.10.0 Adolf Belka
2024-12-20 11:40 ` [PATCH 2/2] libyajl: Removal of addon as no longer required by libvirt Adolf Belka
2024-12-23 11:29   ` Michael Tremer [this message]
2024-12-23 11:29 ` [PATCH 1/2] libvirt: Update to version 10.10.0 Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D0335650-8273-4EEF-867C-BD4ED52AD395@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox