Radix cross Linux Build System

Cross-platform build system is designed to build distributions of different operating systems for a set of target devices

74 Commits   2 Branches   2 Tags
Index: 3pp/app/fakeroot/1.31/Makefile
===================================================================
--- 3pp/app/fakeroot/1.31/Makefile	(revision 41)
+++ 3pp/app/fakeroot/1.31/Makefile	(revision 42)
@@ -5,7 +5,7 @@
 
 SOURCE_REQUIRES = build-system/3pp/sources/packages/fakeroot
 
-REQUIRES = build-system/3pp/app/po4a/0.68
+REQUIRES = build-system/3pp/app/po4a/0.73
 
 # ======= __END_OF_REQUIRES__ =======
 
Index: 3pp/app/po4a/0.68/Makefile
===================================================================
--- 3pp/app/po4a/0.68/Makefile	(revision 41)
+++ 3pp/app/po4a/0.68/Makefile	(nonexistent)
@@ -1,54 +0,0 @@
-
-COMPONENT_TARGETS = $(HARDWARE_BUILD)
-
-include ../../../../../build-system/constants.mk
-
-SOURCE_REQUIRES = build-system/3pp/sources/packages/po4a
-
-REQUIRES = build-system/3pp/app/perl-SGMLS/1.1
-
-# ======= __END_OF_REQUIRES__ =======
-
-version         = 0.68
-tar_xz_archive  = $(BUILDSYSTEM)/3pp/sources/packages/po4a/po4a-$(version).tar.xz
-SRC_ARCHIVE     = $(tar_xz_archive)
-SRC_DIR         = $(TARGET_BUILD_DIR)/po4a-$(version)
-src_done        = $(TARGET_BUILD_DIR)/.source-done
-
-PATCHES = PATCHES
-
-build_target    = $(TARGET_BUILD_DIR)/.built
-install_target  = $(TARGET_BUILD_DIR)/.installed
-
-BUILD_TARGETS   = $(build_target)
-BUILD_TARGETS  += $(install_target)
-
-
-include ../../../../../build-system/core.mk
-
-
-$(src_done): $(SRC_ARCHIVE) $(PATCHES_DEP)
-	$(UNPACK_SRC_ARCHIVE)
-	$(APPLY_PATCHES)
-	@touch $@
-
-$(build_target): $(src_done)
-	@( cd $(SRC_DIR) ; \
-	   $(BUILDSYSTEM)/usr/bin/perl Build.PL prefix=/usr installdirs=vendor destdir=$(BUILDSYSTEM) ; \
-	   ./Build ; \
-	 )
-	@touch $@
-
-$(install_target): $(build_target)
-	@echo -e "\n======= Installing Perl SGMLS binaries =======\n"
-	@( cd $(SRC_DIR) ; \
-	   ./Build install \
-	            --install_path bindoc=/usr/share/man/man1 \
-	            --install_path libdoc=/usr/share/man/man3 ; \
-	 )
-	@find $(BUILDSYSTEM)/usr/lib/perl5 \
-	      -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true
-	@echo -e "\n======= Setup PO4A build-system variable =======\n"
-	@mkdir -p $(BUILDSYSTEM)/sbin && \
-	  echo "PO4A               := $(BUILDSYSTEM)/usr/bin/po4a" >> $(BUILDSYSTEM)/sbin/.config
-	@touch $@
Index: 3pp/app/po4a/0.68
===================================================================
--- 3pp/app/po4a/0.68	(revision 41)
+++ 3pp/app/po4a/0.68	(nonexistent)

Property changes on: 3pp/app/po4a/0.68
___________________________________________________________________
Deleted: svn:ignore
## -1,51 +0,0 ##
-
-# local config & object files
-build-config.mk
-sbin
-usr
-var
-
-# configure targets
-autom4te.cache
-.config
-config.log
-config.status
-configure
-
-# cpan configure targets
-.installed
-CPAN-Config.pm
-CPAN-install
-
-# Target build dirs
-.build-machine
-
-# Timestamps
-.makefile
-
-# src & hw requires
-.src_requires
-.src_requires_depend
-
-# Tarballs
-*.gz
-*.bz2
-*.lz
-*.xz
-*.tgz
-*.txz
-
-# Signatures
-*.asc
-*.sig
-*.sign
-*.sha1sum
-
-# Patches
-*.patch
-
-# Object Files
-*.[ao]
-
-# backup copies
-*~
Index: 3pp/app/po4a/0.73/Makefile
===================================================================
--- 3pp/app/po4a/0.73/Makefile	(nonexistent)
+++ 3pp/app/po4a/0.73/Makefile	(revision 42)
@@ -0,0 +1,54 @@
+
+COMPONENT_TARGETS = $(HARDWARE_BUILD)
+
+include ../../../../../build-system/constants.mk
+
+SOURCE_REQUIRES = build-system/3pp/sources/packages/po4a
+
+REQUIRES = build-system/3pp/app/perl-SGMLS/1.1
+
+# ======= __END_OF_REQUIRES__ =======
+
+version         = 0.73
+tar_xz_archive  = $(BUILDSYSTEM)/3pp/sources/packages/po4a/po4a-$(version).tar.xz
+SRC_ARCHIVE     = $(tar_xz_archive)
+SRC_DIR         = $(TARGET_BUILD_DIR)/po4a-$(version)
+src_done        = $(TARGET_BUILD_DIR)/.source-done
+
+PATCHES = PATCHES
+
+build_target    = $(TARGET_BUILD_DIR)/.built
+install_target  = $(TARGET_BUILD_DIR)/.installed
+
+BUILD_TARGETS   = $(build_target)
+BUILD_TARGETS  += $(install_target)
+
+
+include ../../../../../build-system/core.mk
+
+
+$(src_done): $(SRC_ARCHIVE) $(PATCHES_DEP)
+	$(UNPACK_SRC_ARCHIVE)
+	$(APPLY_PATCHES)
+	@touch $@
+
+$(build_target): $(src_done)
+	@( cd $(SRC_DIR) ; \
+	   $(BUILDSYSTEM)/usr/bin/perl Build.PL prefix=/usr installdirs=vendor destdir=$(BUILDSYSTEM) ; \
+	   ./Build ; \
+	 )
+	@touch $@
+
+$(install_target): $(build_target)
+	@echo -e "\n======= Installing Perl SGMLS binaries =======\n"
+	@( cd $(SRC_DIR) ; \
+	   ./Build install \
+	            --install_path bindoc=/usr/share/man/man1 \
+	            --install_path libdoc=/usr/share/man/man3 ; \
+	 )
+	@find $(BUILDSYSTEM)/usr/lib/perl5 \
+	      -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true
+	@echo -e "\n======= Setup PO4A build-system variable =======\n"
+	@mkdir -p $(BUILDSYSTEM)/sbin && \
+	  echo "PO4A               := $(BUILDSYSTEM)/usr/bin/po4a" >> $(BUILDSYSTEM)/sbin/.config
+	@touch $@
Index: 3pp/app/po4a/0.73/PATCHES
===================================================================
Index: 3pp/app/po4a/0.73
===================================================================
--- 3pp/app/po4a/0.73	(nonexistent)
+++ 3pp/app/po4a/0.73	(revision 42)

Property changes on: 3pp/app/po4a/0.73
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,51 ##
+
+# local config & object files
+build-config.mk
+sbin
+usr
+var
+
+# configure targets
+autom4te.cache
+.config
+config.log
+config.status
+configure
+
+# cpan configure targets
+.installed
+CPAN-Config.pm
+CPAN-install
+
+# Target build dirs
+.build-machine
+
+# Timestamps
+.makefile
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Object Files
+*.[ao]
+
+# backup copies
+*~
Index: 3pp/sources/packages/po4a/Makefile
===================================================================
--- 3pp/sources/packages/po4a/Makefile	(revision 41)
+++ 3pp/sources/packages/po4a/Makefile	(revision 42)
@@ -8,7 +8,7 @@
 url         = $(DOWNLOAD_SERVER)/sources/packages/a/po4a
 
 
-versions    = 0.68
+versions    = 0.73
 pkgname     = po4a
 suffix      = tar.xz
 
Index: Makefile
===================================================================
--- Makefile	(revision 41)
+++ Makefile	(revision 42)
@@ -11,7 +11,7 @@
 REQUIRES += build-system/3pp/app/fakeroot/1.31
 REQUIRES += build-system/3pp/app/python3-modules/pip/22.2.2
 REQUIRES += build-system/3pp/app/perl/5.36.0
-REQUIRES += build-system/3pp/app/po4a/0.68
+REQUIRES += build-system/3pp/app/po4a/0.73
 REQUIRES += build-system/3pp/app/ruby/3.2.0
 REQUIRES += build-system/3pp/app/qemu/8.0.2
 REQUIRES += build-system/progs