Update 2024-12-31 10:47 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2024-12-31 10:47:38 +01:00
parent 9ffce7022e
commit 9f55042b33
23 changed files with 369 additions and 499 deletions

15
.bin/port-remake-mystuff Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/sh -xe
mystuff="
/usr/ports/mystuff/x11/st-sdk
/usr/ports/mystuff/www/luakit
/usr/ports/mystuff/sysutils/libtree
/usr/ports/sysutils/tarsnap
"
for p in $mystuff
do
cd $p
make clean=all
make reinstall
done