Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 2020 10:07:30 +0000 (UTC)
From:      Luca Pizzamiglio <pizzamig@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538208 - head/devel/gdb
Message-ID:  <202006081007.058A7UUY055733@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pizzamig
Date: Mon Jun  8 10:07:29 2020
New Revision: 538208
URL: https://svnweb.freebsd.org/changeset/ports/538208

Log:
  devel/gdb: remove gnu89 requirement
  
  Bump portrevision
  
  PR:		246689
  Reported by:	VVD <vvd@unislabs.com>

Modified:
  head/devel/gdb/Makefile

Modified: head/devel/gdb/Makefile
==============================================================================
--- head/devel/gdb/Makefile	Mon Jun  8 09:55:38 2020	(r538207)
+++ head/devel/gdb/Makefile	Mon Jun  8 10:07:29 2020	(r538208)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gdb
 PORTVERSION=	9.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 
@@ -23,7 +24,6 @@ USE_PYTHON=	flavors py3kplist
 
 TEST_TARGET=	check
 
-USE_CSTD=	gnu89
 CPE_VENDOR=	gnu
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CONFIGURED_M4=m4 CONFIGURED_BISON=byacc



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