Ports: Fix bugs in the port system

Fix some bugs and add pkg-config for the port system. Also ncurses is
now downloaded from the gnu mirror in the hope that it works better
This commit is contained in:
2024-08-06 16:07:02 +03:00
parent fe94d6cf89
commit 5aca6c7c1f
4 changed files with 22 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
NAME='ncurses'
VERSION='6.5'
DOWNLOAD_URL="https://invisible-island.net/archives/ncurses/ncurses-$VERSION.tar.gz#136d91bc269a9a5785e5f9e980bc76ab57428f604ce3e5a5a90cebc767971cc6"
DOWNLOAD_URL="https://ftp.gnu.org/gnu/ncurses/ncurses-$VERSION.tar.gz#136d91bc269a9a5785e5f9e980bc76ab57428f604ce3e5a5a90cebc767971cc6"
CONFIGURE_OPTIONS=(
'--disable-db-intall'
'--disable-widec'