1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00

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
This commit is contained in:
John Baldwin 2019-04-05 19:08:15 +00:00
parent 2bc97d6e61
commit ca1bc6eb95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497977
2 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -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