pkgsrc-WIP-changes archive

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

swi-prolog-lite: Remove inclusion of ncurses in bl3



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Dec 10 09:42:51 2018 +0100
Changeset:	bd85ccae7d574440885e4326a4b51e82f7975040

Modified Files:
	swi-prolog-lite/TODO
	swi-prolog-lite/buildlink3.mk

Log Message:
swi-prolog-lite: Remove inclusion of ncurses in bl3

Both ncurses and gmp bl3 seems not needed as part of swi-prolog-lite
bl3 (`pkg-config --cflags' and `pkg-config --libs' of swipl also
does not seem to indicate possible needs of them).

Please also note that it is only used by swi-prolog* packages that
already directly include gmp and ncurses bl3.

Remove corresponding entries in the TODO.

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

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

diffstat:
 swi-prolog-lite/TODO          | 5 -----
 swi-prolog-lite/buildlink3.mk | 2 --
 2 files changed, 7 deletions(-)

diffs:
diff --git a/swi-prolog-lite/TODO b/swi-prolog-lite/TODO
index 54d8484392..77918a614f 100644
--- a/swi-prolog-lite/TODO
+++ b/swi-prolog-lite/TODO
@@ -1,7 +1,2 @@
 - Is patches/patch-packages_Dialect.defs.in really needed?  If yes, why?
   (Please document the patch!)
-- Probably buildlink3.mk should not include ncurses bl3 (no .so are directly
-  provided as part of swi-prolog-lite).  Please also note that it is used only
-  by swi-prolog* packages at the moment.
-- Investigate if it is possible/better to use curses.buildlink3.mk (instead of
-  ncurses bl3)
diff --git a/swi-prolog-lite/buildlink3.mk b/swi-prolog-lite/buildlink3.mk
index 55c600e5cc..3dce740e47 100644
--- a/swi-prolog-lite/buildlink3.mk
+++ b/swi-prolog-lite/buildlink3.mk
@@ -9,8 +9,6 @@ BUILDLINK_API_DEPENDS.swi-prolog-lite+=	swi-prolog-lite>=5.2.9
 BUILDLINK_ABI_DEPENDS.swi-prolog-lite+=	swi-prolog-lite>=6.6.6nb2
 BUILDLINK_PKGSRCDIR.swi-prolog-lite?=	../../wip/swi-prolog-lite
 
-.include "../../devel/ncurses/buildlink3.mk"
-#.include "../../devel/gmp/buildlink3.mk" ?
 .endif	# SWI_PROLOG_LITE_BUILDLINK3_MK
 
 BUILDLINK_TREE+=	-swi-prolog-lite


Home | Main Index | Thread Index | Old Index