From ca1bc6eb956d6fd156507688985b3bfab83ab91b Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 5 Apr 2019 19:08:15 +0000 Subject: [PATCH] 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 --- devel/mdb/Makefile | 5 ++--- devel/mdb/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/devel/mdb/Makefile b/devel/mdb/Makefile index 2d69d5518b93..1e5968658d48 100644 --- a/devel/mdb/Makefile +++ b/devel/mdb/Makefile @@ -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 diff --git a/devel/mdb/distinfo b/devel/mdb/distinfo index e2f3e6672af2..bc666a4d0539 100644 --- a/devel/mdb/distinfo +++ b/devel/mdb/distinfo @@ -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