From owner-svn-ports-all@freebsd.org Fri Apr 5 19:08:16 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4988C15583A2; Fri, 5 Apr 2019 19:08:16 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E3BE96F7AC; Fri, 5 Apr 2019 19:08:15 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B905A19572; Fri, 5 Apr 2019 19:08:15 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x35J8FCH075318; Fri, 5 Apr 2019 19:08:15 GMT (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x35J8Fgw075317; Fri, 5 Apr 2019 19:08:15 GMT (envelope-from jhb@FreeBSD.org) Message-Id: <201904051908.x35J8Fgw075317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhb set sender to jhb@FreeBSD.org using -f From: John Baldwin Date: Fri, 5 Apr 2019 19:08:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497977 - head/devel/mdb X-SVN-Group: ports-head X-SVN-Commit-Author: jhb X-SVN-Commit-Paths: head/devel/mdb X-SVN-Commit-Revision: 497977 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E3BE96F7AC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Apr 2019 19:08:16 -0000 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