Andreas Wacknitz
2023-10-31 c8fabbc895c000754201022f156cddc8d3f444c9
rebuild swi-prolog & switch to openssl-3.1

2 files modified
12 ■■■■ changed files
components/runtime/swi-prolog/Makefile 5 ●●●●● patch | view | raw | blame | history
components/runtime/swi-prolog/pkg5 7 ●●●●● patch | view | raw | blame | history
components/runtime/swi-prolog/Makefile
@@ -13,11 +13,12 @@
#
BUILD_STYLE= cmake
USE_OPENSSL11= yes
OPENSSL_VERSION= 3.1
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        swipl
COMPONENT_VERSION=    9.0.4
COMPONENT_REVISION=    1
COMPONENT_SUMMARY=    Robust, mature, free. Prolog for the real world.
COMPONENT_PROJECT_URL= https://www.swi-prolog.org
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -74,7 +75,7 @@
REQUIRED_PACKAGES += library/pcre2
REQUIRED_PACKAGES += library/qt5
REQUIRED_PACKAGES += library/readline
REQUIRED_PACKAGES += library/security/openssl-11
REQUIRED_PACKAGES += library/security/openssl-31
REQUIRED_PACKAGES += library/unixodbc
REQUIRED_PACKAGES += library/zlib
REQUIRED_PACKAGES += runtime/java/openjdk8
components/runtime/swi-prolog/pkg5
@@ -1,6 +1,5 @@
{
    "dependencies": [
        "SUNWcs",
        "database/berkeleydb-5",
        "image/library/libjpeg6",
        "image/library/libjpeg6-ijg",
@@ -11,15 +10,15 @@
        "library/pcre2",
        "library/qt5",
        "library/readline",
        "library/security/openssl-11",
        "library/security/openssl-31",
        "library/unixodbc",
        "library/zlib",
        "runtime/java/openjdk8",
        "shell/ksh93",
        "system/library",
        "system/library/fontconfig",
        "system/library/g++-10-runtime",
        "system/library/gcc-10-runtime",
        "system/library/g++-13-runtime",
        "system/library/gcc-13-runtime",
        "system/library/math",
        "x11/library/libx11",
        "x11/library/libxft",