pkgsrc-WIP-changes archive

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

swi-prolog-lite: Add some note about an attempt to enable SWIPL_PACKAGES_BASIC



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Feb 7 09:55:21 2019 +0100
Changeset:	b6528e129967ea4a901e7bbd77e07ffce0e05ca3

Modified Files:
	swi-prolog-lite/TODO

Log Message:
swi-prolog-lite: Add some note about an attempt to enable SWIPL_PACKAGES_BASIC

(Probably picks up too dependencies... it should be investigated
if this can be avoided or we should find a way to handle that in
swi-prolog-packages instead.)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b6528e129967ea4a901e7bbd77e07ffce0e05ca3

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

diffstat:
 swi-prolog-lite/TODO | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/swi-prolog-lite/TODO b/swi-prolog-lite/TODO
index a39ebc62b4..bef0a5a39f 100644
--- a/swi-prolog-lite/TODO
+++ b/swi-prolog-lite/TODO
@@ -12,4 +12,6 @@
   We should probably explicitly disable all packages in
   swi-prolog-lite/Makefile (similarly to what we do in
   swi-prolog-packages/Makefile) except SWIPL_PACKAGES_BASIC and remove
-  -DSWIPL_PACKAGES=OFF.
+  -DSWIPL_PACKAGES=OFF.  Unfortunately doing that seems to pick up
+  several further dependencies (e.g. ossp-uuid) leading the build
+  to fails.  Analyze if it is possible to avoid that.


Home | Main Index | Thread Index | Old Index