pkgsrc-WIP-changes archive

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

libkipi: cleanup buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Sat Feb 3 12:19:18 2018 +1300
Changeset:	10729b22a4526cf48e5e521a1f67bbf2da5f8a17

Modified Files:
	libkipi/buildlink3.mk

Log Message:
libkipi: cleanup buildlink3.mk

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

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

diffstat:
 libkipi/buildlink3.mk | 21 ++-------------------
 1 file changed, 2 insertions(+), 19 deletions(-)

diffs:
diff --git a/libkipi/buildlink3.mk b/libkipi/buildlink3.mk
index df83a4d18d..549fdaa3d7 100644
--- a/libkipi/buildlink3.mk
+++ b/libkipi/buildlink3.mk
@@ -1,14 +1,4 @@
 # $NetBSD$
-# XXX
-# XXX This file was created automatically using createbuildlink-3.17.
-# XXX After this file has been verified as correct, the comment lines
-# XXX beginning with "XXX" should be removed.  Please do not commit
-# XXX unverified buildlink3.mk files.
-# XXX
-# XXX Packages that only install static libraries or headers should
-# XXX include the following line:
-# XXX
-# XXX	BUILDLINK_DEPMETHOD.libkipi?=	build
 
 BUILDLINK_TREE+=	libkipi
 
@@ -18,15 +8,8 @@ LIBKIPI_BUILDLINK3_MK:=
 BUILDLINK_API_DEPENDS.libkipi+=	libkipi>=17.12.1
 BUILDLINK_PKGSRCDIR.libkipi?=	../../wip/libkipi
 
-# XXX
-# XXX Uncomment and keep only the buildlink3 lines below which are directly
-# XXX needed for dependencies to compile, link, and run.  If this package
-# XXX provides a wrappered API or otherwise does not expose the APIs of the
-# XXX buildlink3 lines below to dependencies, remove them.
-# XXX
-#.include "../../wip/libkexiv2/buildlink3.mk"
-#.include "../../x11/kxmlgui/buildlink3.mk"
-#.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/kxmlgui/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
 .endif	# LIBKIPI_BUILDLINK3_MK
 
 BUILDLINK_TREE+=	-libkipi


Home | Main Index | Thread Index | Old Index