kiss-repo

personal package repository
git clone git://bvnf.space/kiss-repo.git
Log | Files | Refs | README | LICENSE

commit e44ed27ccf5adccbe2504ab12e18d09f7a2480cf
parent 3b5e217d71bc400e014294f198e2d1359d0adb6f
Author: aabacchus <ben@bvnf.space>
Date:   Sun, 22 Aug 2021 00:06:31 +0100

meta: libressl -> openssl

Diffstat:
Mclaws-mail/depends | 2+-
Mlibetpan/depends | 2+-
Mlibstrophe/depends | 2+-
Mlinks2/depends | 2+-
Mnewsboat/depends | 2+-
Msnownews/build | 2+-
Msnownews/depends | 2+-
7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/claws-mail/depends b/claws-mail/depends @@ -15,7 +15,7 @@ libSM libassuan libetpan libgpg-error -libressl nettle +openssl pango zlib diff --git a/libetpan/depends b/libetpan/depends @@ -3,7 +3,7 @@ automake make curl cyrus-sasl expat -libressl libtool make +openssl pkgconf make zlib diff --git a/libstrophe/depends b/libstrophe/depends @@ -1,2 +1,2 @@ expat -libressl +openssl diff --git a/links2/depends b/links2/depends @@ -1,6 +1,6 @@ bzip2 libevent -libressl +openssl xz zlib zstd diff --git a/newsboat/depends b/newsboat/depends @@ -1,9 +1,9 @@ curl gcc json-c -libressl libxml2 ncurses +openssl pkgconf make rust make sqlite diff --git a/snownews/build b/snownews/build @@ -13,7 +13,7 @@ sed -i '/^include po\/Module.mk$/d' Makefile # _XOPEN_SOURCE, but only _XOPEN_SOURCE is checked. # In glibc, defining _GNU_SOURCE causes _XOPEN_SOURCE to be defined, # but not in musl. -# (An even better method than this CFLAG is to use `pkgconf --libs ncurses`, +# (An even better method than this CFLAG is to use `pkgconf --cflags ncurses`, # but I want to keep the dependencies down. However, to build with # netbsd-curses instead of ncurses, just remove this CFLAG and # make sure you've installed pkgconf. :) diff --git a/snownews/depends b/snownews/depends @@ -1,6 +1,6 @@ curl -libressl libxml2 ncurses +openssl # or netbsd-curses :) #pkgconf make