This commit is contained in:
Dylan Araps 2019-07-21 21:17:46 +00:00
commit a2d001f0e8
39 changed files with 105 additions and 144 deletions

View File

@ -27,6 +27,7 @@ Unless for a good reason, new packages go in `public`. The `core`, `extra` and `
- `core`: Contains just enough to rebuild itself and any additional packages.
- `extra`: Contains essential packages which do not belong in `core`.
- `xorg`: Contains everything `xorg` related for a working `xorg-server`.
- `testing`: Contains packages which aren't ready for wide usage yet.
- `public`: Everything else.
When a package is added to `public` it is assumed that the **first** committer is now the maintainer of said package. The other three repositories are maintained by the KISS developers themselves.

View File

@ -35,6 +35,7 @@ done
install -dm 1777 "$1/var/tmp"
install -dm 1777 "$1/var/spool/mail"
install -dm 1777 "$1/var/cache/kiss"
ln -s spool/mail "$1/var/mail"
ln -s ../run "$1/var/run"

View File

@ -1 +1 @@
1 2
1 3

View File

@ -6,6 +6,12 @@ make install
# Work around no 'DESTDIR'.
cp -a _install/. "$1"
# Fix package filesystem.
mv "$1/bin/"* "$1/usr/bin"
mv "$1/sbin/"* "$1/usr/bin"
mv "$1/usr/sbin/"* "$1/usr/bin"
rmdir "$1/bin" "$1/usr/sbin" "$1/sbin"
# Install runit services.
install -Dm755 acpid.run "$1/etc/sv/acpid/run"
install -Dm755 crond.run "$1/etc/sv/crond/run"
@ -13,6 +19,3 @@ install -Dm755 syslogd.run "$1/etc/sv/syslogd/run"
ln -s /run/runit/supervise.acpid "$1/etc/sv/acpid/supervise"
ln -s /run/runit/supervise.crond "$1/etc/sv/crond/supervise"
ln -s /run/runit/supervise.syslogd "$1/etc/sv/syslogd/supervise"
# Install mdev config.
cp mdev.conf "$1/etc/mdev.conf"

View File

@ -1,6 +1,5 @@
3d1d04a4dbd34048f4794815a5c48ebb9eb53c5277e09ffffc060323b95dfbdc busybox-1.30.1.tar.bz2
79178c0d52767fc76208c366d20ec774cb5380786b6387486be3389a6493b4f6 .config
544cbd08a836d63a4d98d0982a395612f37c0a2a122c7bf7137e1d731cc39454 .config
6c3eb5cf839c7a31c337df0cd8388b397e1415ffa7a63e9678552c9c63dd869f acpid.run
814dea14ac612125e97dcc1d619219b2c9dfc14850bf48d858421fb2c98eca12 crond.run
4a5981f4b0d791fe9b84b0b2e01ae905f6565c8245b3cd603e6decf34ddad71a syslogd.run
0dd496b956e664f2f267fbcf3563977a4b16ca01f9af208653fff25d8b0da431 mdev.conf

View File

@ -40,8 +40,8 @@ CONFIG_PLATFORM_LINUX=y
#
# Build Options
#
CONFIG_STATIC=y
# CONFIG_PIE is not set
# CONFIG_STATIC is not set
CONFIG_PIE=y
# CONFIG_NOMMU is not set
# CONFIG_BUILD_LIBBUSYBOX is not set
# CONFIG_FEATURE_LIBBUSYBOX_STATIC is not set

View File

@ -1,117 +0,0 @@
# mdev-like-a-boss
# Syntax:
# [-]devicename_regex user:group mode [=path]|[>path]|[!] [@|$|*cmd args...]
# [-]$ENVVAR=regex user:group mode [=path]|[>path]|[!] [@|$|*cmd args...]
# [-]@maj,min[-min2] user:group mode [=path]|[>path]|[!] [@|$|*cmd args...]
#
# [-]: do not stop on this match, continue reading mdev.conf
# =: move, >: move and create a symlink
# !: do not create device node
# @|$|*: run cmd if $ACTION=remove, @cmd if $ACTION=add, *cmd in all cases
# support module loading on hotplug
$MODALIAS=.* root:root 660 @modprobe -b "$MODALIAS"
# null may already exist; therefore ownership has to be changed with command
null root:root 666 @chmod 666 $MDEV
zero root:root 666
full root:root 666
random root:root 444
urandom root:root 444
hwrandom root:root 444
grsec root:root 660
# Kernel-based Virtual Machine.
kvm root:kvm 660
# vhost-net, to be used with kvm.
vhost-net root:kvm 660
kmem root:root 640
mem root:root 640
port root:root 640
# console may already exist; therefore ownership has to be changed with command
console root:tty 600 @chmod 600 $MDEV
ptmx root:tty 666
pty.* root:tty 660
# Typical devices
tty root:tty 666
tty[0-9]* root:tty 660
vcsa*[0-9]* root:tty 660
ttyS[0-9]* root:uucp 660
# block devices
ram([0-9]*) root:disk 660 >rd/%1
loop([0-9]+) root:disk 660 >loop/%1
sd[a-z].* root:disk 660 */opt/mdev/helpers/storage-device
vd[a-z].* root:disk 660 */opt/mdev/helpers/storage-device
hd[a-z].* root:disk 660 */opt/mdev/helpers/storage-device
md[0-9]* root:disk 660 */opt/mdev/helpers/storage-device
dm-[0-9]* root:disk 660 */opt/mdev/helpers/storage-device
bcache[0-9]* root:disk 660 */opt/mdev/helpers/storage-device
mmcblk[0-9].* root:disk 660 */opt/mdev/helpers/storage-device
sr[0-9]* root:cdrom 660 @ln -sf $MDEV cdrom
fd[0-9]* root:floppy 660
# Run settle-nics every time new NIC appear.
# If you don't want to auto-populate /etc/mactab with NICs, run 'settle-nis' without '--write-mactab' param.
-SUBSYSTEM=net;DEVPATH=.*/net/.*;.* root:root 600 @/opt/mdev/helpers/settle-nics --write-mactab
net/tun[0-9]* root:kvm 660
net/tap[0-9]* root:root 600
# alsa sound devices and audio stuff
SUBSYSTEM=sound;.* root:audio 660 @/opt/mdev/helpers/sound-control
adsp root:audio 660 >sound/
audio root:audio 660 >sound/
dsp root:audio 660 >sound/
mixer root:audio 660 >sound/
sequencer.* root:audio 660 >sound/
# raid controllers
cciss!(.*) root:disk 660 =cciss/%1
ida!(.*) root:disk 660 =ida/%1
rd!(.*) root:disk 660 =rd/%1
fuse root:root 666
card[0-9] root:video 660 =dri/
agpgart root:root 660 >misc/
psaux root:root 660 >misc/
rtc root:root 664 >misc/
# input stuff
SUBSYSTEM=input;.* root:input 660
# v4l stuff
vbi[0-9] root:video 660 >v4l/
video[0-9] root:video 660 >v4l/
# dvb stuff
dvb.* root:video 660
# drm etc
dri/.* root:video 660
# Don't create old usbdev* devices.
usbdev[0-9].[0-9]* root:root 660 !
# Stop creating x:x:x:x which looks like /dev/dm-*
[0-9]+\:[0-9]+\:[0-9]+\:[0-9]+ root:root 660 !
# /dev/cpu support.
microcode root:root 600 =cpu/
cpu([0-9]+) root:root 600 =cpu/%1/cpuid
msr([0-9]+) root:root 600 =cpu/%1/msr
# Populate /dev/bus/usb.
SUBSYSTEM=usb;DEVTYPE=usb_device;.* root:root 660 */opt/mdev/helpers/dev-bus-usb
# Catch-all other devices, Right now useful only for debuging.
#.* root:root 660 */opt/mdev/helpers/catch-all

View File

@ -3,4 +3,3 @@ files/.config
files/acpid.run
files/crond.run
files/syslogd.run
files/mdev.conf

View File

@ -1 +1 @@
1.30.1 11
1.30.1 12

1
core/eudev/depends Normal file
View File

@ -0,0 +1 @@
gperf make

View File

@ -4,10 +4,13 @@ patch -p1 < silence-dlerror.patch
patch -p0 < fakeroot-no64.patch
patch -p0 < fakeroot-stdint.patch
patch -p0 < busybox_compat_force_abslibpath.patch
patch -p1 < xstatjunk.patch
export CONFIG_SHELL=/bin/sh
export CFLAGS="-D_STAT_VER=0 $CFLAGS"
./bootstrap
ac_cv_func_capset=no \
./configure \
--prefix=/usr \

View File

@ -1,5 +1,6 @@
009cd6696a931562cf1c212bb57ca441a4a2d45cd32c3190a35c7ae98506f4f6 fakeroot_1.23.orig.tar.xz
347f6496c93ed0d91dcb554db92602b50520a16308e3b8bc33822bd69966267b silence-dlerror.patch
d0a6aa8aa462eb4b390d02e177d07df3f2ed5b7961595a22dd38a94043ad8290 busybox_compat_force_abslibpath.patch
4fd7a4c8d05dd71414c3e82887780b76d93f599944260c41d769cb463e660bbf fakeroot-no64.patch
1b0be39e41ce78116de4db7aed1b025a64427d780f666a860ed30ad1512588ad fakeroot-stdint.patch
d0a6aa8aa462eb4b390d02e177d07df3f2ed5b7961595a22dd38a94043ad8290 busybox_compat_force_abslibpath.patch
347f6496c93ed0d91dcb554db92602b50520a16308e3b8bc33822bd69966267b silence-dlerror.patch
c4350c514797f0b48440d412380fe1d612958e3cbf1f3b74e3eb5faf2bad6ee0 xstatjunk.patch

View File

@ -1 +1,3 @@
linux-headers make
automake make
libtool make

View File

@ -0,0 +1,11 @@
--- fakeroot-1.18.4.orig/configure.ac 2012-06-02 18:23:41.000000000 +0000
+++ fakeroot-1.18.4/configure.ac 2015-09-24 23:15:56.917470073 +0000
@@ -301,7 +301,7 @@
FUNC=`echo $SEARCH|sed -e 's/.*%//'`
PRE=`echo $SEARCH|sed -e 's/%.*//'`
FOUND=
- for WRAPPED in __${PRE}x${FUNC} _${PRE}x${FUNC} __${PRE}${FUNC}13 ${PRE}${FUNC}; do
+ for WRAPPED in ${PRE}${FUNC}; do
AC_CHECK_FUNCS($WRAPPED,FOUND=$WRAPPED)
dnl
dnl to unconditionally define only the _* functions, comment out the 2 lines above,

View File

@ -1,5 +1,6 @@
https://deb.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.23.orig.tar.xz
patches/silence-dlerror.patch
patches/busybox_compat_force_abslibpath.patch
patches/fakeroot-no64.patch
patches/fakeroot-stdint.patch
patches/busybox_compat_force_abslibpath.patch
patches/silence-dlerror.patch
patches/xstatjunk.patch

View File

@ -1 +1 @@
1.23 2
1.23 6

View File

@ -1,2 +1,2 @@
159e4b599f8af4612e70b666600a3139541f8bacc18124daf2cbe8d1b934f29f git-2.22.0.tar.xz
d2cd72aa92876460858add3bcf319de814ea82059aeeab00f3cf2299e5977eb9 config.mak
b263a547c239cfbd5e7282a08aa38c3b14e1b2741172237be9b86fb0c4417ba8 config.mak

View File

@ -3,4 +3,7 @@ NO_SVN_TESTS=YesPlease
NO_TCLTK=YesPlease
NO_EXPAT=YesPlease
NO_NSEC=YesPlease
NO_PYTHON=YesPlease
NO_SYS_POLL_H=1
NO_CROSS_DIRECTORY_HARDLINKS=1
NO_INSTALL_HARDLINKS=1

View File

@ -1 +1 @@
2.22.0 1
2.22.0 2

View File

@ -1,4 +1,4 @@
#!/bin/sh -e
install -D kiss "$1/bin/kiss"
install -D kiss "$1/usr/bin/kiss"
install -D kiss_path.sh "$1/etc/profile.d/kiss_path.sh"

View File

@ -1,2 +1,2 @@
6572b90a3909d2d473791a59ca696d902767149065f02f8d5656551ec741c47c 0.4.0.tar.gz
5c2a1c86b8e9dff3065b913c74ec3149a6d134957cd8dcb7f694440985bad292 0.5.3.tar.gz
3643fcbcd9c2bb968d6d43a8b96028b80c94cd9bc248233b1badbd3ee83506f7 kiss_path.sh

View File

@ -1,2 +1,2 @@
https://github.com/kisslinux/kiss/archive/0.4.0.tar.gz
https://github.com/kisslinux/kiss/archive/0.5.3.tar.gz
files/kiss_path.sh

View File

@ -1 +1 @@
0.4.0 1
0.5.3 1

View File

@ -6,5 +6,8 @@
make
make DESTDIR="$1" install
mkdir -p "$1/bin"
ln -s "/lib/ld-musl-x86_64.so.1" "$1/bin/ldd"
mv "$1/lib/ld-musl-x86_64.so.1" "$1/usr/lib"
rmdir "$1/lib"
mkdir -p "$1/usr/bin"
ln -s "/usr/lib/ld-musl-x86_64.so.1" "$1/usr/bin/ldd"

View File

@ -1 +1 @@
1.1.22 1
1.1.22 3

View File

@ -1,5 +1,7 @@
#!/bin/sh -e
export CFLAGS="-static $CFLAGS"
./configure \
--prefix=/usr \
--with-included-popt

View File

@ -1 +1 @@
3.1.3 1
3.1.3 2

View File

@ -1,5 +1,7 @@
#!/bin/sh -e
# During ./configure, disable kill and sulogin as they are provided
# by busybox.
./configure \
--prefix=/usr \
--localstatedir=/var \
@ -12,6 +14,8 @@
--enable-fsck \
--disable-makeinstall-chown \
--disable-rpath \
--disable-kill \
--disable-sulogin \
--without-udev \
--without-python \
--without-systemd
@ -19,5 +23,6 @@
make
make DESTDIR="$1" install
# Remove 'getopt' as it is provided by 'busybox'.
# Remove getopt as it is provided by busybox. (For some reason
# ./configure does not support it)
rm -f "$1/usr/bin/getopt"

View File

@ -1 +1 @@
2.34 2
2.34 3

11
testing/chromium/build Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh -e
git clone --depth 1 \
https://chromium.googlesource.com/chromium/tools/depot_tools.git
export PATH="$PATH:$PWD/depot_tools"
gn gen out/Default \
--args='target_os="linux" target_cpu="x64" is_debug=false use_jumbo_build=true enable_nacl=false symbol_level=0 blink_symbol_level=0 enable_nacl_nonsfi=false use_gold=false treat_warnings_as_errors=false fatal_linker_warnings=false use_sysroot=false use_cups=false use_dbus=false safe_browsing_mode=0 use_pulseaudio=false use_gtk3=false use_gtk2=true use_gconf=false use_gio=false use_gnome_keyring=false use_kerberos=false'
ninja -C out/Release chrome chromedriver

View File

@ -0,0 +1 @@
510e6ca7ccc218b401b375c13656f6aecab196b03142026dc3602b9d1804a5ac chromium-75.0.3770.142.tar.xz

7
testing/chromium/depends Normal file
View File

@ -0,0 +1,7 @@
ninja make
git make
# nss make
# python2 make
# pango
# atk
# at-spi2-atk

1
testing/chromium/sources Normal file
View File

@ -0,0 +1 @@
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-75.0.3770.142.tar.xz

1
testing/chromium/version Normal file
View File

@ -0,0 +1 @@
75.0.3770.142 1

17
testing/rust/build Executable file
View File

@ -0,0 +1,17 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--release-channel=stable \
--disable-rpath \
--disable-docs \
--disable-codegen-tests \
--enable-vendor \
--llvm-root=/usr \
--build=x86_64-unknown-linux-musl \
--target=x86_64-unknown-linux-musl \
--set=target.x86_64-unknown-linux-musl.llvm-config=/usr/bin/llvm-config \
--set=target.x86_64-unknown-linux-musl.llvm-config=/usr/bin/llvm-config
make
DESTDIR="$1" ./x.py install -v

1
testing/rust/checksums Normal file
View File

@ -0,0 +1 @@
5a4d637a716bac18d085f44dd87ef48b32195f71b967d872d80280b38cff712d rustc-1.35.0-src.tar.gz

2
testing/rust/depends Normal file
View File

@ -0,0 +1,2 @@
python make
llvm make

1
testing/rust/sources Normal file
View File

@ -0,0 +1 @@
https://static.rust-lang.org/dist/rustc-1.35.0-src.tar.gz

1
testing/rust/version Normal file
View File

@ -0,0 +1 @@
1.35.0 1