pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/capstone Prepare devel/capstone for split for th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6350f23f4f28
branches: trunk
changeset: 348398:6350f23f4f28
user: kamil <kamil%pkgsrc.org@localhost>
date: Mon Jun 13 01:51:04 2016 +0000
description:
Prepare devel/capstone for split for the base package and bindings
Fix pkglint warnings (whitespace).
Bump PKGREVISION.
diffstat:
devel/capstone/Makefile | 17 ++++++++---------
devel/capstone/Makefile.common | 12 ++++++++++++
devel/capstone/buildlink3.mk | 4 ++--
3 files changed, 22 insertions(+), 11 deletions(-)
diffs (67 lines):
diff -r c84f77539eca -r 6350f23f4f28 devel/capstone/Makefile
--- a/devel/capstone/Makefile Mon Jun 13 00:27:01 2016 +0000
+++ b/devel/capstone/Makefile Mon Jun 13 01:51:04 2016 +0000
@@ -1,21 +1,20 @@
-# $NetBSD: Makefile,v 1.8 2016/02/20 11:40:30 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2016/06/13 01:51:04 kamil Exp $
-DISTNAME= capstone-3.0.4
-PKGREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=aquynh/}
+.include "Makefile.common"
+
+PKGREVISION= 2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.capstone-engine.org/
COMMENT= Lightweight multi-platform, multi-architecture disassembly framework
LICENSE= modified-bsd
-PKGCONFIG_OVERRIDE+= capstone.pc
+PKGCONFIG_OVERRIDE+= capstone.pc
PKGCONFIG_OVERRIDE_STAGE= post-build
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake
# succeeds after 'make install'
-TEST_TARGET= check
+TEST_TARGET= check
+# Don't use FreeBSD/DragonFly specific paths
ALL_ENV+= USE_GENERIC_LIBDATADIR=yes
.include "../../mk/bsd.pkg.mk"
diff -r c84f77539eca -r 6350f23f4f28 devel/capstone/Makefile.common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/capstone/Makefile.common Mon Jun 13 01:51:04 2016 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile.common,v 1.1 2016/06/13 01:51:04 kamil Exp $
+#
+# used by devel/py-capstone/Makefile
+
+DISTNAME= capstone-3.0.4
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=aquynh/}
+
+HOMEPAGE= http://www.capstone-engine.org/
+
+DISTINFO_FILE= ${.CURDIR}/../../devel/capstone/distinfo
+PATCHDIR= ${.CURDIR}/../../devel/capstone/patches
diff -r c84f77539eca -r 6350f23f4f28 devel/capstone/buildlink3.mk
--- a/devel/capstone/buildlink3.mk Mon Jun 13 00:27:01 2016 +0000
+++ b/devel/capstone/buildlink3.mk Mon Jun 13 01:51:04 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2014/12/05 11:51:58 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2016/06/13 01:51:04 kamil Exp $
BUILDLINK_TREE+= capstone
@@ -6,7 +6,7 @@
CAPSTONE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.capstone+= capstone>=3.0
-BUILDLINK_PKGSRCDIR.capstone?= ../../devel/capstone
+BUILDLINK_PKGSRCDIR.capstone?= ../../devel/capstone
.endif # CAPSTONE_BUILDLINK3_MK
BUILDLINK_TREE+= -capstone
Home |
Main Index |
Thread Index |
Old Index