Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 19:08:15 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497977 - head/devel/mdb
Message-ID:  <201904051908.x35J8Fgw075317@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb (src,doc committer)
Date: Fri Apr  5 19:08:15 2019
New Revision: 497977
URL: https://svnweb.freebsd.org/changeset/ports/497977

Log:
  Fix build with clang 8.
  
  Workaround clang 8 compile issues on head.  Note that this requires
  changes to the kernel source tree in r345196.
  
  While here, switch to using a date for the version number since there
  are no real version numbers in the git repository.  This doesn't use
  the 'g' prefix since the older versions that already exist would sort
  after it.
  
  PR:	236207
  Reviewed by:	swills, jrm
  Differential Revision:	https://reviews.freebsd.org/D19602

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

Modified: head/devel/mdb/Makefile
==============================================================================
--- head/devel/mdb/Makefile	Fri Apr  5 18:32:33 2019	(r497976)
+++ head/devel/mdb/Makefile	Fri Apr  5 19:08:15 2019	(r497977)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	mdb
-PORTVERSION=	0.3
-PORTREVISION=	1
+PORTVERSION=	20190315
 CATEGORIES=	devel
 
 MAINTAINER=	jhb@FreeBSD.org
@@ -15,7 +14,7 @@ USES=		uidfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	bsdjhb
 GH_PROJECT=	illumos-gate
-GH_TAGNAME=	fc55b6de75
+GH_TAGNAME=	dbca84a2a4
 
 ONLY_FOR_ARCHS=	amd64
 

Modified: head/devel/mdb/distinfo
==============================================================================
--- head/devel/mdb/distinfo	Fri Apr  5 18:32:33 2019	(r497976)
+++ head/devel/mdb/distinfo	Fri Apr  5 19:08:15 2019	(r497977)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520637045
-SHA256 (bsdjhb-illumos-gate-0.3-fc55b6de75_GH0.tar.gz) = d60ab54561e1f1b06568d1303e75077808508611f4455638d59f6708ee027db5
-SIZE (bsdjhb-illumos-gate-0.3-fc55b6de75_GH0.tar.gz) = 115106753
+TIMESTAMP = 1552676788
+SHA256 (bsdjhb-illumos-gate-20190315-dbca84a2a4_GH0.tar.gz) = e454434d5cd17e1a2fad5edbd5590688015137142395bb5a80eea3f5fcc4bddc
+SIZE (bsdjhb-illumos-gate-20190315-dbca84a2a4_GH0.tar.gz) = 115103767



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904051908.x35J8Fgw075317>