Radix cross Linux Build System

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

39 Commits   2 Branches   2 Tags
Index: build-system-1.9.x/3pp/app/fakeroot/1.26/scripts/fakeroot
===================================================================
--- build-system-1.9.x/3pp/app/fakeroot/1.26/scripts/fakeroot	(revision 13)
+++ build-system-1.9.x/3pp/app/fakeroot/1.26/scripts/fakeroot	(nonexistent)
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-program=$0
-fakeroot_prefix=$(cd $(dirname $program)/.. ; pwd -P)/usr
-
-shell=$1 ; shift ; option=$1 ; shift
-
-#
-# remove extra spaces
-#
-args=`echo "${@}" | sed 's/ \{1,\}/ /g'`
-
-${fakeroot_prefix}/bin/fakeroot-sysv --lib ${fakeroot_prefix}/lib/libfakeroot-0.so \
-                                     --faked ${fakeroot_prefix}/bin/faked-sysv -- $shell $option "$args"
-
-
Index: build-system-1.9.x/3pp/app/fakeroot/1.26/scripts
===================================================================
--- build-system-1.9.x/3pp/app/fakeroot/1.26/scripts	(revision 13)
+++ build-system-1.9.x/3pp/app/fakeroot/1.26/scripts	(nonexistent)

Property changes on: build-system-1.9.x/3pp/app/fakeroot/1.26/scripts
___________________________________________________________________
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: build-system-1.9.x/3pp/app/fakeroot/1.26/Makefile
===================================================================
--- build-system-1.9.x/3pp/app/fakeroot/1.26/Makefile	(revision 13)
+++ build-system-1.9.x/3pp/app/fakeroot/1.26/Makefile	(nonexistent)
@@ -1,67 +0,0 @@
-
-COMPONENT_TARGETS = $(HARDWARE_BUILD)
-
-include ../../../../../build-system/constants.mk
-
-SOURCE_REQUIRES = build-system/3pp/sources/packages/fakeroot
-
-REQUIRES = build-system/3pp/app/po4a/0.68
-
-# ======= __END_OF_REQUIRES__ =======
-
-version         = 1.26
-tar_xz_archive  = $(BUILDSYSTEM)/3pp/sources/packages/fakeroot/fakeroot-$(version).tar.xz
-SRC_ARCHIVE     = $(tar_xz_archive)
-SRC_DIR         = $(TARGET_BUILD_DIR)/fakeroot-$(version)
-
-src_done        = $(TARGET_BUILD_DIR)/.source-done
-src_dir_name    = fakeroot-$(version)
-build_dir       = $(TARGET_BUILD_DIR)/built
-
-PATCHES = PATCHES
-
-build_target    = $(TARGET_BUILD_DIR)/.built
-install_target  = $(TARGET_BUILD_DIR)/.installed
-
-script          = $(CURDIR)/scripts/fakeroot
-
-environment     = CPPFLAGS=-I$(BUILDSYSTEM)/usr/include
-environment    += LDFLAGS=-Wl,-rpath=$(BUILDSYSTEM)/usr/lib
-
-extra_configure_switches  = --libdir=/usr/lib
-extra_configure_switches += --program-suffix=-sysv
-extra_configure_switches += --mandir=/usr/share/man
-extra_configure_switches += --disable-static
-extra_configure_switches += --with-ipc=sysv
-
-
-BUILD_TARGETS = $(install_target)
-
-include ../../../../../build-system/core.mk
-
-$(src_done): $(SRC_ARCHIVE) $(PATCHES_DEP)
-	$(UNPACK_SRC_ARCHIVE)
-	$(APPLY_PATCHES)
-	@( cd $(SRC_DIR) ; ./bootstrap )
-	@( cd $(SRC_DIR)/doc ; \
-	   $(BUILDSYSTEM)/usr/bin/po4a -k 0 --rm-backups --variable 'srcdir=../doc/' po4a/po4a.cfg ; \
-	 )
-	@touch $@
-
-$(build_target): $(src_done)
-	@mkdir -p $(build_dir)
-	@cd $(build_dir) && $(environment) ../$(src_dir_name)/configure \
-	  --prefix=/usr \
-	  $(extra_configure_switches)
-	@$(environment) $(MAKE) -C $(build_dir)
-	@touch $@
-
-$(install_target): $(build_target)
-	@echo -e "\n======= Installing FAKEROOT binary =======\n"
-	@cd $(build_dir) && $(MAKE) install DESTDIR=$(BUILDSYSTEM)
-	@echo -e "\n======= Installing FAKEROOT wrapper =======\n"
-	@mkdir -p $(BUILDSYSTEM)/sbin && \
-	  cp -a $(script) $(BUILDSYSTEM)/sbin/fakeroot && \
-	  chmod a+x $(BUILDSYSTEM)/sbin/fakeroot       && \
-	  echo "PSEUDO             := $(BUILDSYSTEM)/sbin/fakeroot" >> $(BUILDSYSTEM)/sbin/.config
-	@touch $@
Index: build-system-1.9.x/3pp/app/fakeroot/1.26
===================================================================
--- build-system-1.9.x/3pp/app/fakeroot/1.26	(revision 13)
+++ build-system-1.9.x/3pp/app/fakeroot/1.26	(nonexistent)

Property changes on: build-system-1.9.x/3pp/app/fakeroot/1.26
___________________________________________________________________
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: build-system-1.9.x/3pp/app/fakeroot/1.31/Makefile
===================================================================
--- build-system-1.9.x/3pp/app/fakeroot/1.31/Makefile	(nonexistent)
+++ build-system-1.9.x/3pp/app/fakeroot/1.31/Makefile	(revision 14)
@@ -0,0 +1,67 @@
+
+COMPONENT_TARGETS = $(HARDWARE_BUILD)
+
+include ../../../../../build-system/constants.mk
+
+SOURCE_REQUIRES = build-system/3pp/sources/packages/fakeroot
+
+REQUIRES = build-system/3pp/app/po4a/0.68
+
+# ======= __END_OF_REQUIRES__ =======
+
+version         = 1.31
+tar_xz_archive  = $(BUILDSYSTEM)/3pp/sources/packages/fakeroot/fakeroot-$(version).tar.xz
+SRC_ARCHIVE     = $(tar_xz_archive)
+SRC_DIR         = $(TARGET_BUILD_DIR)/fakeroot-$(version)
+
+src_done        = $(TARGET_BUILD_DIR)/.source-done
+src_dir_name    = fakeroot-$(version)
+build_dir       = $(TARGET_BUILD_DIR)/built
+
+PATCHES = PATCHES
+
+build_target    = $(TARGET_BUILD_DIR)/.built
+install_target  = $(TARGET_BUILD_DIR)/.installed
+
+script          = $(CURDIR)/scripts/fakeroot
+
+environment     = CPPFLAGS=-I$(BUILDSYSTEM)/usr/include
+environment    += LDFLAGS=-Wl,-rpath=$(BUILDSYSTEM)/usr/lib
+
+extra_configure_switches  = --libdir=/usr/lib
+extra_configure_switches += --program-suffix=-sysv
+extra_configure_switches += --mandir=/usr/share/man
+extra_configure_switches += --disable-static
+extra_configure_switches += --with-ipc=sysv
+
+
+BUILD_TARGETS = $(install_target)
+
+include ../../../../../build-system/core.mk
+
+$(src_done): $(SRC_ARCHIVE) $(PATCHES_DEP)
+	$(UNPACK_SRC_ARCHIVE)
+	$(APPLY_PATCHES)
+	@( cd $(SRC_DIR) ; ./bootstrap )
+	@( cd $(SRC_DIR)/doc ; \
+	   $(BUILDSYSTEM)/usr/bin/po4a -k 0 --rm-backups --variable 'srcdir=../doc/' po4a/po4a.cfg ; \
+	 )
+	@touch $@
+
+$(build_target): $(src_done)
+	@mkdir -p $(build_dir)
+	@cd $(build_dir) && $(environment) ../$(src_dir_name)/configure \
+	  --prefix=/usr \
+	  $(extra_configure_switches)
+	@$(environment) $(MAKE) -C $(build_dir)
+	@touch $@
+
+$(install_target): $(build_target)
+	@echo -e "\n======= Installing FAKEROOT binary =======\n"
+	@cd $(build_dir) && $(MAKE) install DESTDIR=$(BUILDSYSTEM)
+	@echo -e "\n======= Installing FAKEROOT wrapper =======\n"
+	@mkdir -p $(BUILDSYSTEM)/sbin && \
+	  cp -a $(script) $(BUILDSYSTEM)/sbin/fakeroot && \
+	  chmod a+x $(BUILDSYSTEM)/sbin/fakeroot       && \
+	  echo "PSEUDO             := $(BUILDSYSTEM)/sbin/fakeroot" >> $(BUILDSYSTEM)/sbin/.config
+	@touch $@
Index: build-system-1.9.x/3pp/app/fakeroot/1.31/PATCHES
===================================================================
Index: build-system-1.9.x/3pp/app/fakeroot/1.31/scripts/fakeroot
===================================================================
--- build-system-1.9.x/3pp/app/fakeroot/1.31/scripts/fakeroot	(nonexistent)
+++ build-system-1.9.x/3pp/app/fakeroot/1.31/scripts/fakeroot	(revision 14)
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+program=$0
+fakeroot_prefix=$(cd $(dirname $program)/.. ; pwd -P)/usr
+
+shell=$1 ; shift ; option=$1 ; shift
+
+#
+# remove extra spaces
+#
+args=`echo "${@}" | sed 's/ \{1,\}/ /g'`
+
+${fakeroot_prefix}/bin/fakeroot-sysv --lib ${fakeroot_prefix}/lib/libfakeroot-0.so \
+                                     --faked ${fakeroot_prefix}/bin/faked-sysv -- $shell $option "$args"
+
+
Index: build-system-1.9.x/3pp/app/fakeroot/1.31/scripts
===================================================================
--- build-system-1.9.x/3pp/app/fakeroot/1.31/scripts	(nonexistent)
+++ build-system-1.9.x/3pp/app/fakeroot/1.31/scripts	(revision 14)

Property changes on: build-system-1.9.x/3pp/app/fakeroot/1.31/scripts
___________________________________________________________________
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: build-system-1.9.x/3pp/app/fakeroot/1.31
===================================================================
--- build-system-1.9.x/3pp/app/fakeroot/1.31	(nonexistent)
+++ build-system-1.9.x/3pp/app/fakeroot/1.31	(revision 14)

Property changes on: build-system-1.9.x/3pp/app/fakeroot/1.31
___________________________________________________________________
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: build-system-1.9.x/3pp/sources/packages/fakeroot/Makefile
===================================================================
--- build-system-1.9.x/3pp/sources/packages/fakeroot/Makefile	(revision 13)
+++ build-system-1.9.x/3pp/sources/packages/fakeroot/Makefile	(revision 14)
@@ -8,7 +8,7 @@
 url         = $(DOWNLOAD_SERVER)/sources/packages/a/fakeroot
 
 
-versions    = 1.26
+versions    = 1.31
 pkgname     = fakeroot
 suffix      = tar.xz
 
Index: build-system-1.9.x/Makefile
===================================================================
--- build-system-1.9.x/Makefile	(revision 13)
+++ build-system-1.9.x/Makefile	(revision 14)
@@ -8,7 +8,7 @@
 REQUIRES += build-system/3pp/app/genext2fs/1.4.1
 REQUIRES += build-system/3pp/app/populatefs/1.1
 REQUIRES += build-system/3pp/app/jsmin/0.0.1
-REQUIRES += build-system/3pp/app/fakeroot/1.26
+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