aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2018-01-19 09:38:49 +0800
committerjhb <jhb@FreeBSD.org>2018-01-19 09:38:49 +0800
commit0b613bd6ba21f79fd2e89ddef27e995a6b473553 (patch)
tree705f9626b67f6a3cfcb3d309472802532312ded6 /devel
parenta6297c637e5175bf32c23ba83780641d36a7eb17 (diff)
downloadfreebsd-ports-gnome-0b613bd6ba21f79fd2e89ddef27e995a6b473553.tar.gz
freebsd-ports-gnome-0b613bd6ba21f79fd2e89ddef27e995a6b473553.tar.zst
freebsd-ports-gnome-0b613bd6ba21f79fd2e89ddef27e995a6b473553.zip
Update mdb port with various fixes.
- Skip sections in kernel modules without SHF_ALLOC to catch up to r328101. - Fix autoloading of mdb modules based on FreeBSD kernel modules. - Add an opensolaris module for opensolaris.ko that includes walkers and commands for avl and nvlist. - Recognize mchk_calltrap as a trapframe generator. - Bump PORTVERSION to 0.2. Submitted by: Jan Kryl <jan.kryl@cloudbyte.com> [2,3] Reviewed by: bdrewery Differential Revision: https://reviews.freebsd.org/D13976
Diffstat (limited to 'devel')
-rw-r--r--devel/mdb/Makefile4
-rw-r--r--devel/mdb/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/mdb/Makefile b/devel/mdb/Makefile
index 2b22a269a1dd..f553abb95b20 100644
--- a/devel/mdb/Makefile
+++ b/devel/mdb/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= mdb
-PORTVERSION= 0.1
+PORTVERSION= 0.2
CATEGORIES= devel
MAINTAINER= jhb@FreeBSD.org
@@ -14,7 +14,7 @@ USES= uidfix
USE_GITHUB= yes
GH_ACCOUNT= bsdjhb
GH_PROJECT= illumos-gate
-GH_TAGNAME= b8a73a7590
+GH_TAGNAME= 291c37a43d
ONLY_FOR_ARCHS= amd64
diff --git a/devel/mdb/distinfo b/devel/mdb/distinfo
index 68981bbeb3e2..1f102386b7a9 100644
--- a/devel/mdb/distinfo
+++ b/devel/mdb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500586203
-SHA256 (bsdjhb-illumos-gate-0.1-b8a73a7590_GH0.tar.gz) = 6fe907ac8c107400ccf68ed4dc240b35361e14e18ddac571e554c261d46f758c
-SIZE (bsdjhb-illumos-gate-0.1-b8a73a7590_GH0.tar.gz) = 115104723
+TIMESTAMP = 1516319136
+SHA256 (bsdjhb-illumos-gate-0.2-291c37a43d_GH0.tar.gz) = e155a771d37a1e597cd783f4977734361c18b89456947a5a6ce44e5d2faf087f
+SIZE (bsdjhb-illumos-gate-0.2-291c37a43d_GH0.tar.gz) = 115105258