Update 2024-01-02 20:05 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id 2024-01-02 20:05:11 +01:00
parent 3a9baff49d
commit 5e3d352604
1 changed files with 13 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# OPENBSD PORT TOOLS
########################################################################
#
#
# CONFIGURATION
#
@ -17,6 +17,15 @@ case $(hostname -s) in
openbsd) PKGOPT="-Dsnap"; ;;
esac
#
# SUPER LAZY ALIASES FOR THE ALIASES
#
alias p=port-last
alias pj=port-jump
alias pmark=port-mark
alias po=port-out
#
# ALIASES
#
@ -104,10 +113,10 @@ _repackage() {
_refake() {
rm -f pkg/*.orig
make clean=fake
make fake"
make fake
}
_reinstall() { make reinstall"; }
_reinstall() { make reinstall; }
_portgendiff() {(
pwd | fgrep -q '/usr/ports/' || return 1
@ -153,8 +162,8 @@ _portout() {
_porthomepage() { $BROWSER "$(make show=HOMEPAGE)" > /dev/null 2>&1 & }
_portlibcheck() { make port-lib-depends-check; }
_portcheck() { /usr/ports/infrastructure/bin/portcheck; }
_portlibcheck() { make port-lib-depends-check; }
_portmodgoupdate() { make MODGO_VERSION=latest modgo-gen-modules; }
_portmodcargo_gen() { make modcargo-gen-crates; }