pkgsrc-WIP-changes archive

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

edb-debugger-git: Switch to git framework and update dependencies



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Feb 18 23:25:47 2017 +0100
Changeset:	1bcdd4bfbf5c352e7fdec4ef7c27f56ca854f488

Modified Files:
	edb-debugger-git/Makefile

Log Message:
edb-debugger-git: Switch to git framework and update dependencies

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

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

diffstat:
 edb-debugger-git/Makefile | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diffs:
diff --git a/edb-debugger-git/Makefile b/edb-debugger-git/Makefile
index ef439ebe0e..ceb3614f34 100644
--- a/edb-debugger-git/Makefile
+++ b/edb-debugger-git/Makefile
@@ -1,10 +1,12 @@
 # $NetBSD$
 
-DISTNAME=	edb-debugger-0.9.21
+PKGNAME=	edb-debugger-0.9.21
 CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=eteran/}
 
-#WRKSRC=		${WRKDIR}/debugger
+GIT_REPOSITORIES=	edb
+GIT_REPO.edb=		git://github.com/eteran/edb-debugger.git
+
+WRKSRC=		${WRKDIR}/edb
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://codef00.com/projects#debugger
@@ -15,12 +17,10 @@ USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	pkg-config
 
-#do-configure:
-#	${RUN} cd ${WRKSRC} && ${QTDIR}/bin/qmake -makefile DEFAULT_PLUGIN_PATH="${PREFIX}/lib/${PKGBASE}/"
-#
-#.include "../../devel/boost-headers/buildlink3.mk"
-#.include "../../x11/qt4-libs/buildlink3.mk"
-#.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../graphics/graphviz/buildlink3.mk"
 .include "../../x11/qt5-qtxmlpatterns/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../devel/capstone/buildlink3.mk"


Home | Main Index | Thread Index | Old Index