pkgsrc-WIP-changes archive

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

lxqt-build-tools, fix issue with buildlink



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Fri Jan 3 23:36:00 2020 +0100
Changeset:	9bd828859eb82382108ced38f996a033ef7bee2c

Modified Files:
	lxqt-build-tools/Makefile
Removed Files:
	lxqt-build-tools/buildlink3.mk

Log Message:
lxqt-build-tools, fix issue with buildlink

Fix commit 1e348ca as suggested by @bsiegert

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

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

diffstat:
 lxqt-build-tools/Makefile      |  1 -
 lxqt-build-tools/buildlink3.mk | 30 ------------------------------
 2 files changed, 31 deletions(-)

diffs:
diff --git a/lxqt-build-tools/Makefile b/lxqt-build-tools/Makefile
index e35acd57a6..171ee7638c 100644
--- a/lxqt-build-tools/Makefile
+++ b/lxqt-build-tools/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD$
 
 DISTNAME=	lxqt-build-tools-0.6.0
-PKGNAME=	${DISTNAME:tl}
 CATEGORIES=	devel
 MASTER_SITES=	https://downloads.lxqt.org/downloads/lxqt-build-tools/0.6.0/
 EXTRACT_SUFX=	.tar.xz
diff --git a/lxqt-build-tools/buildlink3.mk b/lxqt-build-tools/buildlink3.mk
deleted file mode 100644
index 0f0739cb6c..0000000000
--- a/lxqt-build-tools/buildlink3.mk
+++ /dev/null
@@ -1,30 +0,0 @@
-# $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.lxqt-build-tools?=	build
-
-BUILDLINK_TREE+=	lxqt-build-tools
-
-.if !defined(LXQT_BUILD_TOOLS_BUILDLINK3_MK)
-LXQT_BUILD_TOOLS_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.lxqt-build-tools+=	lxqt-build-tools>=0.6.0
-BUILDLINK_PKGSRCDIR.lxqt-build-tools?=	../../wip/lxqt-build-tools
-
-# 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 "../../x11/qt5-qtbase/buildlink3.mk"
-.endif	# LXQT_BUILD_TOOLS_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-lxqt-build-tools


Home | Main Index | Thread Index | Old Index