svn commit: r549857 - head/sysutils/hexpeek

Stefan Eßer se at FreeBSD.org
Wed Sep 23 22:08:36 UTC 2020


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


More information about the svn-ports-head mailing list