pkgsrc-WIP-changes archive

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

swi-prolog-packages: Add more information regarding possible install steps to-do



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Feb 4 19:01:47 2019 +0100
Changeset:	c8f445aa73e41dc9dbc758aaac0d46829c5660be

Modified Files:
	swi-prolog-packages/TODO

Log Message:
swi-prolog-packages: Add more information regarding possible install steps to-do

(If this will work, hopefully it would be trivial to adjust
do-install: accordingly!)

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

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

diffstat:
 swi-prolog-packages/TODO | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diffs:
diff --git a/swi-prolog-packages/TODO b/swi-prolog-packages/TODO
index 04d86ef80c..c2d77ae03a 100644
--- a/swi-prolog-packages/TODO
+++ b/swi-prolog-packages/TODO
@@ -1 +1,10 @@
-`install' phase needs to be tested and adjusted.
+- `install' phase needs to be tested and adjusted.
+
+  According quick `build-env' tests probably do-install: needs to be adjusted in
+  order to manually invoke something like that:
+
+   DESTDIR=${DESTDIR} cmake -DCMAKE_INSTALL_COMPONENT=<component> -P cmake_install.cmake
+
+  for each components that we would like to install (at the moment despite
+  passing them via CMAKE_ARGS also components provided by swi-prolog-lite
+  are installed).


Home | Main Index | Thread Index | Old Index