Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: apr-util/1.6.3/Makefile
===================================================================
--- apr-util/1.6.3/Makefile	(revision 445)
+++ apr-util/1.6.3/Makefile	(revision 446)
@@ -65,7 +65,7 @@
 REQUIRES          += net/openldap/2.4.58
 REQUIRES          += app/postgresql/14.1
 REQUIRES          += app/mariadb/10.6.5
-REQUIRES          += app/sqlite/3.39.4.0
+REQUIRES          += app/sqlite/3.49.1.0
 REQUIRES          += app/db/18.1.40
 
 # ======= __END_OF_REQUIRES__ =======
Index: apr-util/1.6.3-ppc32/Makefile
===================================================================
--- apr-util/1.6.3-ppc32/Makefile	(revision 445)
+++ apr-util/1.6.3-ppc32/Makefile	(revision 446)
@@ -21,7 +21,7 @@
 REQUIRES          += net/openldap/2.4.58-ppc32
 REQUIRES          += app/postgresql/14.1-ppc32
 REQUIRES          += app/mariadb/10.6.5-ppc32
-REQUIRES          += app/sqlite/3.39.4.0-ppc32
+REQUIRES          += app/sqlite/3.49.1.0-ppc32
 REQUIRES          += app/db/18.1.40-ppc32
 
 # ======= __END_OF_REQUIRES__ =======
Index: apr-util/1.6.3-x86_32/Makefile
===================================================================
--- apr-util/1.6.3-x86_32/Makefile	(revision 445)
+++ apr-util/1.6.3-x86_32/Makefile	(revision 446)
@@ -18,7 +18,7 @@
 REQUIRES          += net/openldap/2.4.58-x86_32
 REQUIRES          += app/postgresql/14.1-x86_32
 REQUIRES          += app/mariadb/10.6.5-x86_32
-REQUIRES          += app/sqlite/3.39.4.0-x86_32
+REQUIRES          += app/sqlite/3.49.1.0-x86_32
 REQUIRES          += app/db/18.1.40-x86_32
 
 # ======= __END_OF_REQUIRES__ =======
Index: botan/2.19.3/Makefile
===================================================================
--- botan/2.19.3/Makefile	(revision 445)
+++ botan/2.19.3/Makefile	(revision 446)
@@ -61,7 +61,7 @@
 SOURCE_REQUIRES    = sources/packages/l/botan
 
 REQUIRES           = libs/boost/1.77.0
-REQUIRES          += app/sqlite/3.39.4.0
+REQUIRES          += app/sqlite/3.49.1.0
 
 # ======= __END_OF_REQUIRES__ =======
 
Index: botan/2.19.3-ppc32/Makefile
===================================================================
--- botan/2.19.3-ppc32/Makefile	(revision 445)
+++ botan/2.19.3-ppc32/Makefile	(revision 446)
@@ -17,7 +17,7 @@
 
 REQUIRES           = libs/botan/2.19.3
 REQUIRES          += libs/boost/1.77.0-ppc32
-REQUIRES          += app/sqlite/3.39.4.0-ppc32
+REQUIRES          += app/sqlite/3.49.1.0-ppc32
 
 # ======= __END_OF_REQUIRES__ =======
 
Index: botan/2.19.3-x86_32/Makefile
===================================================================
--- botan/2.19.3-x86_32/Makefile	(revision 445)
+++ botan/2.19.3-x86_32/Makefile	(revision 446)
@@ -14,7 +14,7 @@
 
 REQUIRES           = libs/botan/2.19.3
 REQUIRES          += libs/boost/1.77.0-x86_32
-REQUIRES          += app/sqlite/3.39.4.0-x86_32
+REQUIRES          += app/sqlite/3.49.1.0-x86_32
 
 # ======= __END_OF_REQUIRES__ =======
 
Index: gdbm/1.24/Makefile
===================================================================
--- gdbm/1.24/Makefile	(revision 445)
+++ gdbm/1.24/Makefile	(revision 446)
@@ -211,8 +211,8 @@
 	$(call install-into-devenv, $(GDBM_PKG))
 	# ======= tune libtool *.la search path to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX) ; \
-	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libgdbm.la libgdbm_compat.la ; \
-	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libgdbm.la libgdbm_compat.la \
+	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g"   libgdbm.la libgdbm_compat.la ; \
+	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libgdbm.la libgdbm_compat.la ; \
 	 )
 	# ======= Strip binaries =======
 	@( cd $(GDBM_PKG) ; \
Index: libsoup/2.74.3/Makefile
===================================================================
--- libsoup/2.74.3/Makefile	(revision 445)
+++ libsoup/2.74.3/Makefile	(revision 446)
@@ -60,7 +60,7 @@
 
 SOURCE_REQUIRES    = sources/GNOME/core/libsoup
 
-REQUIRES           = app/sqlite/3.39.4.0
+REQUIRES           = app/sqlite/3.49.1.0
 REQUIRES          += libs/glib-networking/2.76.0
 REQUIRES          += libs/gobject-introspection/1.76.1
 REQUIRES          += libs/brotli/1.0.9
Index: libsoup/2.74.3-ppc32/Makefile
===================================================================
--- libsoup/2.74.3-ppc32/Makefile	(revision 445)
+++ libsoup/2.74.3-ppc32/Makefile	(revision 446)
@@ -16,7 +16,7 @@
 SOURCE_REQUIRES    = sources/GNOME/core/libsoup
 
 REQUIRES           = libs/libsoup/2.74.3
-REQUIRES          += app/sqlite/3.39.4.0-ppc32
+REQUIRES          += app/sqlite/3.49.1.0-ppc32
 REQUIRES          += libs/glib-networking/2.76.0-ppc32
 REQUIRES          += libs/brotli/1.0.9-ppc32
 REQUIRES          += libs/libpsl/0.21.1-ppc32
Index: libsoup/2.74.3-x86_32/Makefile
===================================================================
--- libsoup/2.74.3-x86_32/Makefile	(revision 445)
+++ libsoup/2.74.3-x86_32/Makefile	(revision 446)
@@ -13,7 +13,7 @@
 SOURCE_REQUIRES    = sources/GNOME/core/libsoup
 
 REQUIRES           = libs/libsoup/2.74.3
-REQUIRES          += app/sqlite/3.39.4.0-x86_32
+REQUIRES          += app/sqlite/3.49.1.0-x86_32
 REQUIRES          += libs/glib-networking/2.76.0-x86_32
 REQUIRES          += libs/brotli/1.0.9-x86_32
 REQUIRES          += libs/libpsl/0.21.1-x86_32
Index: libsoup3/3.4.2/Makefile
===================================================================
--- libsoup3/3.4.2/Makefile	(revision 445)
+++ libsoup3/3.4.2/Makefile	(revision 446)
@@ -60,7 +60,7 @@
 
 SOURCE_REQUIRES    = sources/GNOME/core/libsoup
 
-REQUIRES           = app/sqlite/3.39.4.0
+REQUIRES           = app/sqlite/3.49.1.0
 REQUIRES          += libs/glib-networking/2.76.0
 REQUIRES          += libs/gobject-introspection/1.76.1
 REQUIRES          += libs/brotli/1.0.9
Index: libsoup3/3.4.2-ppc32/Makefile
===================================================================
--- libsoup3/3.4.2-ppc32/Makefile	(revision 445)
+++ libsoup3/3.4.2-ppc32/Makefile	(revision 446)
@@ -16,7 +16,7 @@
 SOURCE_REQUIRES    = sources/GNOME/core/libsoup
 
 REQUIRES           = libs/libsoup3/3.4.2
-REQUIRES          += app/sqlite/3.39.4.0-ppc32
+REQUIRES          += app/sqlite/3.49.1.0-ppc32
 REQUIRES          += libs/glib-networking/2.76.0-ppc32
 REQUIRES          += libs/brotli/1.0.9-ppc32
 REQUIRES          += libs/libpsl/0.21.1-ppc32
Index: libsoup3/3.4.2-x86_32/Makefile
===================================================================
--- libsoup3/3.4.2-x86_32/Makefile	(revision 445)
+++ libsoup3/3.4.2-x86_32/Makefile	(revision 446)
@@ -13,7 +13,7 @@
 SOURCE_REQUIRES    = sources/GNOME/core/libsoup
 
 REQUIRES           = libs/libsoup3/3.4.2
-REQUIRES          += app/sqlite/3.39.4.0-x86_32
+REQUIRES          += app/sqlite/3.49.1.0-x86_32
 REQUIRES          += libs/glib-networking/2.76.0-x86_32
 REQUIRES          += libs/brotli/1.0.9-x86_32
 REQUIRES          += libs/libpsl/0.21.1-x86_32
Index: mpc/1.3.1/Makefile
===================================================================
--- mpc/1.3.1/Makefile	(revision 445)
+++ mpc/1.3.1/Makefile	(revision 446)
@@ -175,14 +175,14 @@
 	 )
 	# ======= remove toolchain path from target libtool *.la files =======
 	@( cd $(MPC_PKG)/usr/lib$(LIBSUFFIX) ; \
-	   sed -i "s,$(TARGET_DEST_DIR),,g" libmpc.la  \
+	   sed -i "s,$(TARGET_DEST_DIR),,g" libmpc.la ; \
 	 )
 	# ======= Install the same to $(TARGET_DEST_DIR) =======
 	$(call install-into-devenv, $(MPC_PKG))
 	# ======= tune libtool *.la search path to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX) ; \
-	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libmpc.la ; \
-	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libmpc.la \
+	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g"   libmpc.la ; \
+	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libmpc.la ; \
 	 )
 	# ======= Strip binaries =======
 	@( cd $(MPC_PKG) ; \
Index: mpc/1.3.1-ppc32/Makefile
===================================================================
--- mpc/1.3.1-ppc32/Makefile	(revision 445)
+++ mpc/1.3.1-ppc32/Makefile	(revision 446)
@@ -120,14 +120,14 @@
 	@rm -rf $(MPC_32_PKG)/usr/share
 	# ======= remove toolchain path from target libtool *.la files =======
 	@( cd $(MPC_32_PKG)/usr/lib$(MULTILIB_PPC32_SUFFIX) ; \
-	   sed -i "s,$(TARGET_DEST_DIR),,g" libmpc.la  \
+	   sed -i "s,$(TARGET_DEST_DIR),,g" libmpc.la ; \
 	 )
 	# ======= Install the same to $(TARGET_DEST_DIR) =======
 	$(call install-into-devenv, $(MPC_32_PKG))
 	# ======= tune libtool *.la search path to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_PPC32_SUFFIX) ; \
-	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libmpc.la ; \
-	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libmpc.la \
+	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g"   libmpc.la ; \
+	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libmpc.la ; \
 	 )
 	# ======= Strip binaries =======
 	@( cd $(MPC_32_PKG) ; \
Index: mpc/1.3.1-x86_32/Makefile
===================================================================
--- mpc/1.3.1-x86_32/Makefile	(revision 445)
+++ mpc/1.3.1-x86_32/Makefile	(revision 446)
@@ -117,14 +117,14 @@
 	@rm -rf $(MPC_32_PKG)/usr/share
 	# ======= remove toolchain path from target libtool *.la files =======
 	@( cd $(MPC_32_PKG)/usr/lib$(MULTILIB_X86_32_SUFFIX) ; \
-	   sed -i "s,$(TARGET_DEST_DIR),,g" libmpc.la  \
+	   sed -i "s,$(TARGET_DEST_DIR),,g" libmpc.la ; \
 	 )
 	# ======= Install the same to $(TARGET_DEST_DIR) =======
 	$(call install-into-devenv, $(MPC_32_PKG))
 	# ======= tune libtool *.la search path to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_X86_32_SUFFIX) ; \
-	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libmpc.la ; \
-	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libmpc.la \
+	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g"   libmpc.la ; \
+	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libmpc.la ; \
 	 )
 	# ======= Strip binaries =======
 	@( cd $(MPC_32_PKG) ; \