Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 22:08:35 +0000 (UTC)
From:      =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549857 - head/sysutils/hexpeek
Message-ID:  <202009232208.08NM8ZnV049154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Wed Sep 23 22:08:35 2020
New Revision: 549857
URL: https://svnweb.freebsd.org/changeset/ports/549857

Log:
  Request a c99 compatible compiler in an attempt to fix the build on
  powerpc64.
  
  Submitted by:	linimon

Modified:
  head/sysutils/hexpeek/Makefile

Modified: head/sysutils/hexpeek/Makefile
==============================================================================
--- head/sysutils/hexpeek/Makefile	Wed Sep 23 21:59:07 2020	(r549856)
+++ head/sysutils/hexpeek/Makefile	Wed Sep 23 22:08:35 2020	(r549857)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	hexpeek
+DISTVERSIONPREFIX=	v
 DISTVERSION=	1.0.20200804
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	https://www.hexpeek.com/releases/${DISTNAME}/
-DISTVERSIONPREFIX=	v
 
 MAINTAINER=	se@freebsd.org
 COMMENT=	Hex file editor
@@ -15,6 +15,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		tar:bzip2 libedit ncurses
+USE_CSTD=	c99
 
 CFLAGS+=	-Isrc -D_WITH_GETLINE -L${LOCALBASE}/lib
 



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