pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/swi-prolog-lite



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 22 10:17:32 UTC 2025

Modified Files:
        pkgsrc/lang/swi-prolog-lite: Makefile

Log Message:
swi-prolog-lite: does not work with current pkgsrc openssl version

Newer version is available, so updating this will probably fix this.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/lang/swi-prolog-lite/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/swi-prolog-lite/Makefile
diff -u pkgsrc/lang/swi-prolog-lite/Makefile:1.34 pkgsrc/lang/swi-prolog-lite/Makefile:1.35
--- pkgsrc/lang/swi-prolog-lite/Makefile:1.34   Sun Aug 25 06:18:58 2024
+++ pkgsrc/lang/swi-prolog-lite/Makefile        Wed Jan 22 10:17:31 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2024/08/25 06:18:58 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2025/01/22 10:17:31 wiz Exp $
 
 .include "Makefile.common"
 
@@ -15,6 +15,8 @@ CMAKE_CONFIGURE_ARGS+=                -DSWIPL_PACKAGES
 CMAKE_CONFIGURE_ARGS+=         -DSWIPL_PACKAGES_TERM=ON
 CMAKE_CONFIGURE_ARGS+=         -DINSTALL_DOCUMENTATION=ON
 
+BROKEN=                                "Incompatible with recent OpenSSL releases"
+
 # Part of swi-prolog-jpl
 CMAKE_CONFIGURE_ARGS+=         -DSWIPL_PACKAGES_JAVA=OFF
 



Home | Main Index | Thread Index | Old Index