summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rw-r--r--repo/devel/autoconf2.13.xibuild2
-rw-r--r--repo/devel/docbook-xsl.xibuild2
-rw-r--r--repo/devel/sgml-common.xibuild2
-rw-r--r--repo/linux/linux-headers.xibuild4
-rw-r--r--repo/linux/linux.xibuild2
-rw-r--r--repo/system/binutils.xibuild2
-rw-r--r--repo/system/efivar.xibuild4
-rw-r--r--repo/system/glibc.xibuild2
-rw-r--r--repo/system/gobject-introspection.xibuild2
-rw-r--r--repo/system/js78.xibuild2
-rw-r--r--repo/system/nss.xibuild2
-rw-r--r--repo/system/polkit.xibuild2
-rw-r--r--repo/system/sysvinit.xibuild2
-rw-r--r--repo/util/diffutils.xibuild2
14 files changed, 16 insertions, 16 deletions
diff --git a/repo/devel/autoconf2.13.xibuild b/repo/devel/autoconf2.13.xibuild
index b164c16..3ef6500 100644
--- a/repo/devel/autoconf2.13.xibuild
+++ b/repo/devel/autoconf2.13.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-MAKEDEPS=(make)
+MAKEDEPS=(make patch)
DEPS=(perl)
PKG_VER=2.13
diff --git a/repo/devel/docbook-xsl.xibuild b/repo/devel/docbook-xsl.xibuild
index 2afecef..036e0a0 100644
--- a/repo/devel/docbook-xsl.xibuild
+++ b/repo/devel/docbook-xsl.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-MAKEDEPS=()
+MAKEDEPS=(patch)
DEPS=(libxml2 libxslt docbook-xml)
PKG_VER=1.79.2
diff --git a/repo/devel/sgml-common.xibuild b/repo/devel/sgml-common.xibuild
index 90ce64f..52981fc 100644
--- a/repo/devel/sgml-common.xibuild
+++ b/repo/devel/sgml-common.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-MAKEDEPS=(unzip)
+MAKEDEPS=(unzip patch)
DEPS=(libxml2 sgml-common)
PKG_VER=0.6.3
diff --git a/repo/linux/linux-headers.xibuild b/repo/linux/linux-headers.xibuild
index f09c2f8..39e41dc 100644
--- a/repo/linux/linux-headers.xibuild
+++ b/repo/linux/linux-headers.xibuild
@@ -1,7 +1,7 @@
#!/bin/bash
-MAKEDEPS=(make )
-DEPS=()
+MAKEDEPS=(make cpio bc perl libelf kmod xmlto xz)
+DEPS=(pahole)
PKG_VER=5.15.14
SOURCE=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-$PKG_VER.tar.xz
diff --git a/repo/linux/linux.xibuild b/repo/linux/linux.xibuild
index e69deb8..873ff83 100644
--- a/repo/linux/linux.xibuild
+++ b/repo/linux/linux.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-MAKEDEPS=(make )
+MAKEDEPS=(make bc)
DEPS=()
PKG_VER=5.15.14
diff --git a/repo/system/binutils.xibuild b/repo/system/binutils.xibuild
index ad239ee..0fc2365 100644
--- a/repo/system/binutils.xibuild
+++ b/repo/system/binutils.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-MAKEDEPS=(make dejagnu bzip2 xz zlib zstd)
+MAKEDEPS=(make dejagnu bzip2 xz zlib zstd patch)
DEPS=(glibc zlib elfutils)
PKG_VER=2.37
diff --git a/repo/system/efivar.xibuild b/repo/system/efivar.xibuild
index b3549a5..8dc916a 100644
--- a/repo/system/efivar.xibuild
+++ b/repo/system/efivar.xibuild
@@ -1,7 +1,7 @@
#!/bin/bash
-MAKEDEPS=(make )
-DEPS=()
+MAKEDEPS=(make patch)
+DEPS=(glibc)
PKG_VER=37
SOURCE=https://github.com/rhboot/efivar/releases/download/$PKG_VER/efivar-$PKG_VER.tar.bz2
diff --git a/repo/system/glibc.xibuild b/repo/system/glibc.xibuild
index b9d6669..a0aa288 100644
--- a/repo/system/glibc.xibuild
+++ b/repo/system/glibc.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-MAKEDEPS=(make )
+MAKEDEPS=(make patch)
DEPS=(glibc)
PKG_VER=2.34
diff --git a/repo/system/gobject-introspection.xibuild b/repo/system/gobject-introspection.xibuild
index 5556740..508af8b 100644
--- a/repo/system/gobject-introspection.xibuild
+++ b/repo/system/gobject-introspection.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-MAKEDEPS=()
+MAKEDEPS=(meson ninja patch)
DEPS=(python-mako python-markdown)
PKG_VER=1.70.0
diff --git a/repo/system/js78.xibuild b/repo/system/js78.xibuild
index c134f7e..ab7023c 100644
--- a/repo/system/js78.xibuild
+++ b/repo/system/js78.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-MAKEDEPS=(gcc autoconf2.13 icu rustc which zip llvm)
+MAKEDEPS=(gcc autoconf2.13 icu rustc which zip llvm patch make)
DEPS=(readline bash zlib)
PKG_VER=78.15.0
diff --git a/repo/system/nss.xibuild b/repo/system/nss.xibuild
index 46d3dad..d29d84a 100644
--- a/repo/system/nss.xibuild
+++ b/repo/system/nss.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-MAKEDEPS=(make gyp perl mercurial python)
+MAKEDEPS=(make gyp perl mercurial python patch)
DEPS=(nspr libp11-kit bash zlib)
PKG_VER=3.74
diff --git a/repo/system/polkit.xibuild b/repo/system/polkit.xibuild
index 407cb5c..537a932 100644
--- a/repo/system/polkit.xibuild
+++ b/repo/system/polkit.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-MAKEDEPS=(git gobject-introspection meson libxslt)
+MAKEDEPS=(git gobject-introspection meson libxslt patch)
DEPS=(expat glib js78 pam)
PKG_VER=0.120
diff --git a/repo/system/sysvinit.xibuild b/repo/system/sysvinit.xibuild
index 7d9add8..ec43f76 100644
--- a/repo/system/sysvinit.xibuild
+++ b/repo/system/sysvinit.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-MAKEDEPS=(make )
+MAKEDEPS=(make patch)
DEPS=(sh glibc)
PKG_VER=3.01
diff --git a/repo/util/diffutils.xibuild b/repo/util/diffutils.xibuild
index f1c5ee7..069f708 100644
--- a/repo/util/diffutils.xibuild
+++ b/repo/util/diffutils.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-MAKEDEPS=(make )
+MAKEDEPS=(make)
DEPS=(glibc bash)
PKG_VER=3.8