From 823b5a4a5ba756c31c4ded05e24da1b7567f5d85 Mon Sep 17 00:00:00 2001 From: Mid Favila Date: Sun, 6 Feb 2022 12:52:57 -0400 Subject: [PATCH] Substitute GNU curses for NetBSD curses in core-mod/core. Rewrite all depends for that. Multiple other changes. --- NOTES | 1 + banished/epic/depends | 2 +- community-mod/rolling/crosstool-ng-git/depends | 2 +- community-mod/rolling/tine-git/depends | 2 +- community-mod/stable/calcurse/depends | 2 +- community-mod/stable/cmus/depends | 2 +- community-mod/stable/conky/depends | 2 +- {core-mod/core => community-mod/stable}/dash/build | 0 {core-mod/core => community-mod/stable}/dash/checksums | 0 {core-mod/core => community-mod/stable}/dash/sources | 0 {core-mod/core => community-mod/stable}/dash/version | 0 community-mod/stable/dvtm/depends | 2 +- community-mod/stable/emacs/depends | 2 +- {core-mod/core => community-mod/stable}/gnu-findutils/build | 0 .../core => community-mod/stable}/gnu-findutils/checksums | 0 {core-mod/core => community-mod/stable}/gnu-findutils/sources | 0 {core-mod/core => community-mod/stable}/gnu-findutils/version | 0 {core-mod/core => community-mod/stable}/gnu-grep/build | 0 {core-mod/core => community-mod/stable}/gnu-grep/checksums | 0 {core-mod/core => community-mod/stable}/gnu-grep/sources | 0 {core-mod/core => community-mod/stable}/gnu-grep/version | 0 .../core/ncurses => community-mod/stable/gnu-ncurses}/build | 0 .../ncurses => community-mod/stable/gnu-ncurses}/checksums | 0 .../core/ncurses => community-mod/stable/gnu-ncurses}/sources | 0 .../core/ncurses => community-mod/stable/gnu-ncurses}/version | 0 {core-mod/core => community-mod/stable}/gnu-sed/build | 0 {core-mod/core => community-mod/stable}/gnu-sed/checksums | 0 {core-mod/core => community-mod/stable}/gnu-sed/sed/build | 0 {core-mod/core => community-mod/stable}/gnu-sed/sed/checksums | 0 {core-mod/core => community-mod/stable}/gnu-sed/sed/sources | 0 {core-mod/core => community-mod/stable}/gnu-sed/sed/version | 0 {core-mod/core => community-mod/stable}/gnu-sed/sources | 0 {core-mod/core => community-mod/stable}/gnu-sed/version | 0 community-mod/stable/irssi/depends | 2 +- community-mod/stable/libedit/depends | 2 +- community-mod/stable/libisoburn/depends | 2 +- community-mod/stable/libtermkey/depends | 2 +- community-mod/stable/lynx/depends | 2 +- community-mod/stable/mg/depends | 2 +- community-mod/stable/mutt/depends | 2 +- community-mod/stable/nano/depends | 2 +- community-mod/stable/ncdu/depends | 2 +- community-mod/stable/neomutt/depends | 2 +- community-mod/stable/qemu/depends | 2 +- community-mod/stable/readline/depends | 2 +- community-mod/stable/rxvt-unicode/depends | 2 +- community-mod/stable/sc-im/depends | 2 +- community-mod/stable/sc/depends | 2 +- community-mod/stable/sfeed_curses/depends | 2 +- community-mod/stable/slang/depends | 2 +- community-mod/stable/tig/depends | 2 +- community-mod/stable/tmux/depends | 2 +- community-mod/stable/tty-clock/depends | 2 +- community-mod/stable/urlview/depends | 4 ++-- community-mod/stable/weechat/depends | 2 +- core-mod/core/bash/depends | 2 +- core-mod/core/less/depends | 2 +- core-mod/core/netbsd-curses/build | 4 ++++ core-mod/core/netbsd-curses/checksums | 1 + core-mod/core/netbsd-curses/sources | 1 + core-mod/core/netbsd-curses/version | 1 + core-mod/core/oksh/depends | 2 +- core-mod/core/{gzip => pigz}/build | 0 core-mod/core/{gzip => pigz}/checksums | 0 core-mod/core/{gzip => pigz}/sources | 0 core-mod/core/{gzip => pigz}/version | 0 core-mod/core/procps-ng/depends | 2 +- core-mod/extra/alsa-utils/depends | 2 +- core-mod/extra/busybox/depends | 2 +- core-mod/xorg/xterm/depends | 2 +- ports/aewm/depends | 2 +- ports/atto-git/depends | 2 +- ports/emacs-mod/depends | 2 +- ports/guile/depends | 2 +- ports/less/depends | 2 +- ports/libvte9/depends | 2 +- ports/mtm-git/depends | 2 +- ports/nmh/depends | 2 +- ports/pcc/depends | 2 +- ports/pidgin-plugin-irc-format-git/depends | 2 +- ports/procps-ng/depends | 2 +- ports/psmisc-git/depends | 2 +- ports/texinfo/depends | 2 +- ports/xterm/depends | 2 +- testing/xterm/depends | 2 +- 85 files changed, 61 insertions(+), 53 deletions(-) rename {core-mod/core => community-mod/stable}/dash/build (100%) rename {core-mod/core => community-mod/stable}/dash/checksums (100%) rename {core-mod/core => community-mod/stable}/dash/sources (100%) rename {core-mod/core => community-mod/stable}/dash/version (100%) rename {core-mod/core => community-mod/stable}/gnu-findutils/build (100%) rename {core-mod/core => community-mod/stable}/gnu-findutils/checksums (100%) rename {core-mod/core => community-mod/stable}/gnu-findutils/sources (100%) rename {core-mod/core => community-mod/stable}/gnu-findutils/version (100%) rename {core-mod/core => community-mod/stable}/gnu-grep/build (100%) rename {core-mod/core => community-mod/stable}/gnu-grep/checksums (100%) rename {core-mod/core => community-mod/stable}/gnu-grep/sources (100%) rename {core-mod/core => community-mod/stable}/gnu-grep/version (100%) rename {core-mod/core/ncurses => community-mod/stable/gnu-ncurses}/build (100%) rename {core-mod/core/ncurses => community-mod/stable/gnu-ncurses}/checksums (100%) rename {core-mod/core/ncurses => community-mod/stable/gnu-ncurses}/sources (100%) rename {core-mod/core/ncurses => community-mod/stable/gnu-ncurses}/version (100%) rename {core-mod/core => community-mod/stable}/gnu-sed/build (100%) rename {core-mod/core => community-mod/stable}/gnu-sed/checksums (100%) rename {core-mod/core => community-mod/stable}/gnu-sed/sed/build (100%) rename {core-mod/core => community-mod/stable}/gnu-sed/sed/checksums (100%) rename {core-mod/core => community-mod/stable}/gnu-sed/sed/sources (100%) rename {core-mod/core => community-mod/stable}/gnu-sed/sed/version (100%) rename {core-mod/core => community-mod/stable}/gnu-sed/sources (100%) rename {core-mod/core => community-mod/stable}/gnu-sed/version (100%) create mode 100755 core-mod/core/netbsd-curses/build create mode 100644 core-mod/core/netbsd-curses/checksums create mode 100644 core-mod/core/netbsd-curses/sources create mode 100644 core-mod/core/netbsd-curses/version rename core-mod/core/{gzip => pigz}/build (100%) rename core-mod/core/{gzip => pigz}/checksums (100%) rename core-mod/core/{gzip => pigz}/sources (100%) rename core-mod/core/{gzip => pigz}/version (100%) diff --git a/NOTES b/NOTES index a13afc1..408c8af 100644 --- a/NOTES +++ b/NOTES @@ -7,6 +7,7 @@ -rename all libraries to lib$package, adjust depends -remove superfluous packages -remove coreutils from browser deps - build as part of browser??? +-replace all gnu-* in core-mod/core with alternatives -look into packaging ftpfs, encfs, x11fs, and ucspi, as well as stunnel, sent, -removed bkeymaps, brotli, jq. diff --git a/banished/epic/depends b/banished/epic/depends index 6a470ff..1dc90b1 100644 --- a/banished/epic/depends +++ b/banished/epic/depends @@ -1 +1 @@ -ncurses +netbsd-curses diff --git a/community-mod/rolling/crosstool-ng-git/depends b/community-mod/rolling/crosstool-ng-git/depends index cce23ad..b21605f 100644 --- a/community-mod/rolling/crosstool-ng-git/depends +++ b/community-mod/rolling/crosstool-ng-git/depends @@ -4,6 +4,6 @@ bison make flex make gawk make libtool make -ncurses +netbsd-curses patch make rsync diff --git a/community-mod/rolling/tine-git/depends b/community-mod/rolling/tine-git/depends index 6a470ff..1dc90b1 100644 --- a/community-mod/rolling/tine-git/depends +++ b/community-mod/rolling/tine-git/depends @@ -1 +1 @@ -ncurses +netbsd-curses diff --git a/community-mod/stable/calcurse/depends b/community-mod/stable/calcurse/depends index 6a470ff..1dc90b1 100644 --- a/community-mod/stable/calcurse/depends +++ b/community-mod/stable/calcurse/depends @@ -1 +1 @@ -ncurses +netbsd-curses diff --git a/community-mod/stable/cmus/depends b/community-mod/stable/cmus/depends index 6a470ff..1dc90b1 100755 --- a/community-mod/stable/cmus/depends +++ b/community-mod/stable/cmus/depends @@ -1 +1 @@ -ncurses +netbsd-curses diff --git a/community-mod/stable/conky/depends b/community-mod/stable/conky/depends index 5ba13f2..04007b2 100644 --- a/community-mod/stable/conky/depends +++ b/community-mod/stable/conky/depends @@ -4,5 +4,5 @@ imlib2 libXft libXinerama lua make -ncurses +netbsd-curses pkgconf make diff --git a/core-mod/core/dash/build b/community-mod/stable/dash/build similarity index 100% rename from core-mod/core/dash/build rename to community-mod/stable/dash/build diff --git a/core-mod/core/dash/checksums b/community-mod/stable/dash/checksums similarity index 100% rename from core-mod/core/dash/checksums rename to community-mod/stable/dash/checksums diff --git a/core-mod/core/dash/sources b/community-mod/stable/dash/sources similarity index 100% rename from core-mod/core/dash/sources rename to community-mod/stable/dash/sources diff --git a/core-mod/core/dash/version b/community-mod/stable/dash/version similarity index 100% rename from core-mod/core/dash/version rename to community-mod/stable/dash/version diff --git a/community-mod/stable/dvtm/depends b/community-mod/stable/dvtm/depends index 6a470ff..1dc90b1 100644 --- a/community-mod/stable/dvtm/depends +++ b/community-mod/stable/dvtm/depends @@ -1 +1 @@ -ncurses +netbsd-curses diff --git a/community-mod/stable/emacs/depends b/community-mod/stable/emacs/depends index 64e76e7..980c2ae 100644 --- a/community-mod/stable/emacs/depends +++ b/community-mod/stable/emacs/depends @@ -1,3 +1,3 @@ libxml2 -ncurses +netbsd-curses diff --git a/core-mod/core/gnu-findutils/build b/community-mod/stable/gnu-findutils/build similarity index 100% rename from core-mod/core/gnu-findutils/build rename to community-mod/stable/gnu-findutils/build diff --git a/core-mod/core/gnu-findutils/checksums b/community-mod/stable/gnu-findutils/checksums similarity index 100% rename from core-mod/core/gnu-findutils/checksums rename to community-mod/stable/gnu-findutils/checksums diff --git a/core-mod/core/gnu-findutils/sources b/community-mod/stable/gnu-findutils/sources similarity index 100% rename from core-mod/core/gnu-findutils/sources rename to community-mod/stable/gnu-findutils/sources diff --git a/core-mod/core/gnu-findutils/version b/community-mod/stable/gnu-findutils/version similarity index 100% rename from core-mod/core/gnu-findutils/version rename to community-mod/stable/gnu-findutils/version diff --git a/core-mod/core/gnu-grep/build b/community-mod/stable/gnu-grep/build similarity index 100% rename from core-mod/core/gnu-grep/build rename to community-mod/stable/gnu-grep/build diff --git a/core-mod/core/gnu-grep/checksums b/community-mod/stable/gnu-grep/checksums similarity index 100% rename from core-mod/core/gnu-grep/checksums rename to community-mod/stable/gnu-grep/checksums diff --git a/core-mod/core/gnu-grep/sources b/community-mod/stable/gnu-grep/sources similarity index 100% rename from core-mod/core/gnu-grep/sources rename to community-mod/stable/gnu-grep/sources diff --git a/core-mod/core/gnu-grep/version b/community-mod/stable/gnu-grep/version similarity index 100% rename from core-mod/core/gnu-grep/version rename to community-mod/stable/gnu-grep/version diff --git a/core-mod/core/ncurses/build b/community-mod/stable/gnu-ncurses/build similarity index 100% rename from core-mod/core/ncurses/build rename to community-mod/stable/gnu-ncurses/build diff --git a/core-mod/core/ncurses/checksums b/community-mod/stable/gnu-ncurses/checksums similarity index 100% rename from core-mod/core/ncurses/checksums rename to community-mod/stable/gnu-ncurses/checksums diff --git a/core-mod/core/ncurses/sources b/community-mod/stable/gnu-ncurses/sources similarity index 100% rename from core-mod/core/ncurses/sources rename to community-mod/stable/gnu-ncurses/sources diff --git a/core-mod/core/ncurses/version b/community-mod/stable/gnu-ncurses/version similarity index 100% rename from core-mod/core/ncurses/version rename to community-mod/stable/gnu-ncurses/version diff --git a/core-mod/core/gnu-sed/build b/community-mod/stable/gnu-sed/build similarity index 100% rename from core-mod/core/gnu-sed/build rename to community-mod/stable/gnu-sed/build diff --git a/core-mod/core/gnu-sed/checksums b/community-mod/stable/gnu-sed/checksums similarity index 100% rename from core-mod/core/gnu-sed/checksums rename to community-mod/stable/gnu-sed/checksums diff --git a/core-mod/core/gnu-sed/sed/build b/community-mod/stable/gnu-sed/sed/build similarity index 100% rename from core-mod/core/gnu-sed/sed/build rename to community-mod/stable/gnu-sed/sed/build diff --git a/core-mod/core/gnu-sed/sed/checksums b/community-mod/stable/gnu-sed/sed/checksums similarity index 100% rename from core-mod/core/gnu-sed/sed/checksums rename to community-mod/stable/gnu-sed/sed/checksums diff --git a/core-mod/core/gnu-sed/sed/sources b/community-mod/stable/gnu-sed/sed/sources similarity index 100% rename from core-mod/core/gnu-sed/sed/sources rename to community-mod/stable/gnu-sed/sed/sources diff --git a/core-mod/core/gnu-sed/sed/version b/community-mod/stable/gnu-sed/sed/version similarity index 100% rename from core-mod/core/gnu-sed/sed/version rename to community-mod/stable/gnu-sed/sed/version diff --git a/core-mod/core/gnu-sed/sources b/community-mod/stable/gnu-sed/sources similarity index 100% rename from core-mod/core/gnu-sed/sources rename to community-mod/stable/gnu-sed/sources diff --git a/core-mod/core/gnu-sed/version b/community-mod/stable/gnu-sed/version similarity index 100% rename from core-mod/core/gnu-sed/version rename to community-mod/stable/gnu-sed/version diff --git a/community-mod/stable/irssi/depends b/community-mod/stable/irssi/depends index 3466754..6b4244a 100644 --- a/community-mod/stable/irssi/depends +++ b/community-mod/stable/irssi/depends @@ -1,4 +1,4 @@ glib libressl -ncurses +netbsd-curses perl diff --git a/community-mod/stable/libedit/depends b/community-mod/stable/libedit/depends index 6a470ff..1dc90b1 100644 --- a/community-mod/stable/libedit/depends +++ b/community-mod/stable/libedit/depends @@ -1 +1 @@ -ncurses +netbsd-curses diff --git a/community-mod/stable/libisoburn/depends b/community-mod/stable/libisoburn/depends index 1602c66..91a44ef 100644 --- a/community-mod/stable/libisoburn/depends +++ b/community-mod/stable/libisoburn/depends @@ -1,4 +1,4 @@ libburn libisofs -ncurses +netbsd-curses diff --git a/community-mod/stable/libtermkey/depends b/community-mod/stable/libtermkey/depends index 6a470ff..1dc90b1 100644 --- a/community-mod/stable/libtermkey/depends +++ b/community-mod/stable/libtermkey/depends @@ -1 +1 @@ -ncurses +netbsd-curses diff --git a/community-mod/stable/lynx/depends b/community-mod/stable/lynx/depends index 703b5e4..57575f3 100644 --- a/community-mod/stable/lynx/depends +++ b/community-mod/stable/lynx/depends @@ -1,3 +1,3 @@ libressl -ncurses +netbsd-curses diff --git a/community-mod/stable/mg/depends b/community-mod/stable/mg/depends index 6a470ff..1dc90b1 100644 --- a/community-mod/stable/mg/depends +++ b/community-mod/stable/mg/depends @@ -1 +1 @@ -ncurses +netbsd-curses diff --git a/community-mod/stable/mutt/depends b/community-mod/stable/mutt/depends index 03837d0..820622e 100644 --- a/community-mod/stable/mutt/depends +++ b/community-mod/stable/mutt/depends @@ -1,4 +1,4 @@ cyrus-sasl -ncurses +netbsd-curses perl make diff --git a/community-mod/stable/nano/depends b/community-mod/stable/nano/depends index d148604..01d349a 100644 --- a/community-mod/stable/nano/depends +++ b/community-mod/stable/nano/depends @@ -1,3 +1,3 @@ linux-headers make -ncurses +netbsd-curses diff --git a/community-mod/stable/ncdu/depends b/community-mod/stable/ncdu/depends index 6a470ff..1dc90b1 100644 --- a/community-mod/stable/ncdu/depends +++ b/community-mod/stable/ncdu/depends @@ -1 +1 @@ -ncurses +netbsd-curses diff --git a/community-mod/stable/neomutt/depends b/community-mod/stable/neomutt/depends index f3c8ab5..58015c9 100644 --- a/community-mod/stable/neomutt/depends +++ b/community-mod/stable/neomutt/depends @@ -1,4 +1,4 @@ cyrus-sasl gnutls -ncurses +netbsd-curses diff --git a/community-mod/stable/qemu/depends b/community-mod/stable/qemu/depends index 9af6cab..ad6ab3d 100644 --- a/community-mod/stable/qemu/depends +++ b/community-mod/stable/qemu/depends @@ -1,6 +1,6 @@ glib libffi -ncurses +netbsd-curses perl make pixman pkgconf make diff --git a/community-mod/stable/readline/depends b/community-mod/stable/readline/depends index 6a470ff..1dc90b1 100644 --- a/community-mod/stable/readline/depends +++ b/community-mod/stable/readline/depends @@ -1 +1 @@ -ncurses +netbsd-curses diff --git a/community-mod/stable/rxvt-unicode/depends b/community-mod/stable/rxvt-unicode/depends index f573ec9..ad0362a 100644 --- a/community-mod/stable/rxvt-unicode/depends +++ b/community-mod/stable/rxvt-unicode/depends @@ -2,5 +2,5 @@ fontconfig libX11 libXft libXrender -ncurses +netbsd-curses perl diff --git a/community-mod/stable/sc-im/depends b/community-mod/stable/sc-im/depends index 82c37a6..ae682db 100644 --- a/community-mod/stable/sc-im/depends +++ b/community-mod/stable/sc-im/depends @@ -1,2 +1,2 @@ bison make -ncurses +netbsd-curses diff --git a/community-mod/stable/sc/depends b/community-mod/stable/sc/depends index 6a470ff..1dc90b1 100644 --- a/community-mod/stable/sc/depends +++ b/community-mod/stable/sc/depends @@ -1 +1 @@ -ncurses +netbsd-curses diff --git a/community-mod/stable/sfeed_curses/depends b/community-mod/stable/sfeed_curses/depends index 6a470ff..1dc90b1 100644 --- a/community-mod/stable/sfeed_curses/depends +++ b/community-mod/stable/sfeed_curses/depends @@ -1 +1 @@ -ncurses +netbsd-curses diff --git a/community-mod/stable/slang/depends b/community-mod/stable/slang/depends index 2392c85..cd20ad9 100644 --- a/community-mod/stable/slang/depends +++ b/community-mod/stable/slang/depends @@ -1 +1 @@ -ncurses make +netbsd-curses make diff --git a/community-mod/stable/tig/depends b/community-mod/stable/tig/depends index b598d3d..42f6ef5 100644 --- a/community-mod/stable/tig/depends +++ b/community-mod/stable/tig/depends @@ -1,3 +1,3 @@ git -ncurses +netbsd-curses readline diff --git a/community-mod/stable/tmux/depends b/community-mod/stable/tmux/depends index 229e963..48f9c5f 100644 --- a/community-mod/stable/tmux/depends +++ b/community-mod/stable/tmux/depends @@ -1,2 +1,2 @@ libevent -ncurses +netbsd-curses diff --git a/community-mod/stable/tty-clock/depends b/community-mod/stable/tty-clock/depends index 6a470ff..1dc90b1 100644 --- a/community-mod/stable/tty-clock/depends +++ b/community-mod/stable/tty-clock/depends @@ -1 +1 @@ -ncurses +netbsd-curses diff --git a/community-mod/stable/urlview/depends b/community-mod/stable/urlview/depends index fbabccb..ed0abb7 100644 --- a/community-mod/stable/urlview/depends +++ b/community-mod/stable/urlview/depends @@ -1,4 +1,4 @@ autoconf make automake make -gzip make -ncurses +pigz make +netbsd-curses diff --git a/community-mod/stable/weechat/depends b/community-mod/stable/weechat/depends index 1e98ceb..e2049c9 100644 --- a/community-mod/stable/weechat/depends +++ b/community-mod/stable/weechat/depends @@ -1,6 +1,6 @@ cmake make pkgconf make gnutls -ncurses +netbsd-curses libgcrypt diff --git a/core-mod/core/bash/depends b/core-mod/core/bash/depends index 82c37a6..ae682db 100644 --- a/core-mod/core/bash/depends +++ b/core-mod/core/bash/depends @@ -1,2 +1,2 @@ bison make -ncurses +netbsd-curses diff --git a/core-mod/core/less/depends b/core-mod/core/less/depends index 6a470ff..1dc90b1 100644 --- a/core-mod/core/less/depends +++ b/core-mod/core/less/depends @@ -1 +1 @@ -ncurses +netbsd-curses diff --git a/core-mod/core/netbsd-curses/build b/core-mod/core/netbsd-curses/build new file mode 100755 index 0000000..f232434 --- /dev/null +++ b/core-mod/core/netbsd-curses/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make CFLAGS="$CFLAGS" +make DESTDIR="$1" PREFIX=/usr install diff --git a/core-mod/core/netbsd-curses/checksums b/core-mod/core/netbsd-curses/checksums new file mode 100644 index 0000000..4593698 --- /dev/null +++ b/core-mod/core/netbsd-curses/checksums @@ -0,0 +1 @@ +d28358b833e6cabcf229fecef98c649e2e90c29858aa34220476faf0e5ce10a1 diff --git a/core-mod/core/netbsd-curses/sources b/core-mod/core/netbsd-curses/sources new file mode 100644 index 0000000..14b677b --- /dev/null +++ b/core-mod/core/netbsd-curses/sources @@ -0,0 +1 @@ +https://ftp.barfooze.de/pub/sabotage/tarballs/netbsd-curses-0.3.2.tar.xz diff --git a/core-mod/core/netbsd-curses/version b/core-mod/core/netbsd-curses/version new file mode 100644 index 0000000..ef5b844 --- /dev/null +++ b/core-mod/core/netbsd-curses/version @@ -0,0 +1 @@ +0.3.2 1 diff --git a/core-mod/core/oksh/depends b/core-mod/core/oksh/depends index 6a470ff..1dc90b1 100644 --- a/core-mod/core/oksh/depends +++ b/core-mod/core/oksh/depends @@ -1 +1 @@ -ncurses +netbsd-curses diff --git a/core-mod/core/gzip/build b/core-mod/core/pigz/build similarity index 100% rename from core-mod/core/gzip/build rename to core-mod/core/pigz/build diff --git a/core-mod/core/gzip/checksums b/core-mod/core/pigz/checksums similarity index 100% rename from core-mod/core/gzip/checksums rename to core-mod/core/pigz/checksums diff --git a/core-mod/core/gzip/sources b/core-mod/core/pigz/sources similarity index 100% rename from core-mod/core/gzip/sources rename to core-mod/core/pigz/sources diff --git a/core-mod/core/gzip/version b/core-mod/core/pigz/version similarity index 100% rename from core-mod/core/gzip/version rename to core-mod/core/pigz/version diff --git a/core-mod/core/procps-ng/depends b/core-mod/core/procps-ng/depends index 2392c85..cd20ad9 100644 --- a/core-mod/core/procps-ng/depends +++ b/core-mod/core/procps-ng/depends @@ -1 +1 @@ -ncurses make +netbsd-curses make diff --git a/core-mod/extra/alsa-utils/depends b/core-mod/extra/alsa-utils/depends index 121c051..8442ea0 100644 --- a/core-mod/extra/alsa-utils/depends +++ b/core-mod/extra/alsa-utils/depends @@ -1,3 +1,3 @@ alsa-lib linux-headers make -ncurses +netbsd-curses diff --git a/core-mod/extra/busybox/depends b/core-mod/extra/busybox/depends index 49b59d3..446bcf8 100644 --- a/core-mod/extra/busybox/depends +++ b/core-mod/extra/busybox/depends @@ -1,4 +1,4 @@ bzip2 -gzip +pigz libressl make linux-headers make diff --git a/core-mod/xorg/xterm/depends b/core-mod/xorg/xterm/depends index c5f48ee..730a198 100644 --- a/core-mod/xorg/xterm/depends +++ b/core-mod/xorg/xterm/depends @@ -16,6 +16,6 @@ libXrender libXt libpng libxcb -ncurses +netbsd-curses neXtaw diff --git a/ports/aewm/depends b/ports/aewm/depends index 5400802..fafbffa 100644 --- a/ports/aewm/depends +++ b/ports/aewm/depends @@ -9,4 +9,4 @@ libX11 libX11 libXext libXft -pango \ No newline at end of file +pango diff --git a/ports/atto-git/depends b/ports/atto-git/depends index 6a470ff..1dc90b1 100644 --- a/ports/atto-git/depends +++ b/ports/atto-git/depends @@ -1 +1 @@ -ncurses +netbsd-curses diff --git a/ports/emacs-mod/depends b/ports/emacs-mod/depends index c96549e..a769d90 100644 --- a/ports/emacs-mod/depends +++ b/ports/emacs-mod/depends @@ -4,7 +4,7 @@ gnutls libjpeg-turbo libpng libxml2 -ncurses +netbsd-curses tiff libXpm diff --git a/ports/guile/depends b/ports/guile/depends index 334f5f7..c763e41 100644 --- a/ports/guile/depends +++ b/ports/guile/depends @@ -2,5 +2,5 @@ boehm-gc libffi libgmp libunistring -ncurses +netbsd-curses readline diff --git a/ports/less/depends b/ports/less/depends index 6a470ff..1dc90b1 100644 --- a/ports/less/depends +++ b/ports/less/depends @@ -1 +1 @@ -ncurses +netbsd-curses diff --git a/ports/libvte9/depends b/ports/libvte9/depends index 5ffe1bf..83e3d36 100644 --- a/ports/libvte9/depends +++ b/ports/libvte9/depends @@ -1 +1 @@ -gtk+2 \ No newline at end of file +gtk+2 diff --git a/ports/mtm-git/depends b/ports/mtm-git/depends index 6a470ff..1dc90b1 100644 --- a/ports/mtm-git/depends +++ b/ports/mtm-git/depends @@ -1 +1 @@ -ncurses +netbsd-curses diff --git a/ports/nmh/depends b/ports/nmh/depends index dbe8623..102c692 100644 --- a/ports/nmh/depends +++ b/ports/nmh/depends @@ -1,4 +1,4 @@ autoconf make automake make gdbm -ncurses +netbsd-curses diff --git a/ports/pcc/depends b/ports/pcc/depends index fa5c206..10f7a67 100644 --- a/ports/pcc/depends +++ b/ports/pcc/depends @@ -1 +1 @@ -pcc-libs \ No newline at end of file +pcc-libs diff --git a/ports/pidgin-plugin-irc-format-git/depends b/ports/pidgin-plugin-irc-format-git/depends index d5dc3b1..05af7b0 100644 --- a/ports/pidgin-plugin-irc-format-git/depends +++ b/ports/pidgin-plugin-irc-format-git/depends @@ -1 +1 @@ -pidgin \ No newline at end of file +pidgin diff --git a/ports/procps-ng/depends b/ports/procps-ng/depends index 2392c85..cd20ad9 100644 --- a/ports/procps-ng/depends +++ b/ports/procps-ng/depends @@ -1 +1 @@ -ncurses make +netbsd-curses make diff --git a/ports/psmisc-git/depends b/ports/psmisc-git/depends index c8101f8..b1113f3 100644 --- a/ports/psmisc-git/depends +++ b/ports/psmisc-git/depends @@ -1,4 +1,4 @@ autoconf make automake make gettext-tiny make -ncurses +netbsd-curses diff --git a/ports/texinfo/depends b/ports/texinfo/depends index ebb49ce..1dc90b1 100644 --- a/ports/texinfo/depends +++ b/ports/texinfo/depends @@ -1 +1 @@ -ncurses \ No newline at end of file +netbsd-curses diff --git a/ports/xterm/depends b/ports/xterm/depends index dfc123d..5ce5c68 100644 --- a/ports/xterm/depends +++ b/ports/xterm/depends @@ -17,5 +17,5 @@ libXrender libXt libpng libxcb -ncurses +netbsd-curses diff --git a/testing/xterm/depends b/testing/xterm/depends index 8f825ab..b5e5ef0 100644 --- a/testing/xterm/depends +++ b/testing/xterm/depends @@ -16,5 +16,5 @@ libXrender libXt libpng libxcb -ncurses +netbsd-curses