svn commit: r459387 - head/devel/mdb

John Baldwin jhb at FreeBSD.org
Fri Jan 19 01:38:51 UTC 2018


Author: jhb (src,doc committer)
Date: Fri Jan 19 01:38:49 2018
New Revision: 459387
URL: https://svnweb.freebsd.org/changeset/ports/459387

Log:
  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 at cloudbyte.com> [2,3]
  Reviewed by:	bdrewery
  Differential Revision:	https://reviews.freebsd.org/D13976

Modified:
  head/devel/mdb/Makefile
  head/devel/mdb/distinfo

Modified: head/devel/mdb/Makefile
==============================================================================
--- head/devel/mdb/Makefile	Fri Jan 19 01:22:11 2018	(r459386)
+++ head/devel/mdb/Makefile	Fri Jan 19 01:38:49 2018	(r459387)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	mdb
-PORTVERSION=	0.1
+PORTVERSION=	0.2
 CATEGORIES=	devel
 
 MAINTAINER=	jhb at 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
 

Modified: head/devel/mdb/distinfo
==============================================================================
--- head/devel/mdb/distinfo	Fri Jan 19 01:22:11 2018	(r459386)
+++ head/devel/mdb/distinfo	Fri Jan 19 01:38:49 2018	(r459387)
@@ -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


More information about the svn-ports-all mailing list