Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2018 10:18:33 +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: r475518 - head/devel/gdb
Message-ID:  <201807281018.w6SAIX3a007747@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pizzamig
Date: Sat Jul 28 10:18:33 2018
New Revision: 475518
URL: https://svnweb.freebsd.org/changeset/ports/475518

Log:
  devel/gdb: Fix iconv support
  
  Fix iconv support.
  Bump portrevision.
  
  PR:		230036
  Reported by:	Gleb Popov <arrowd@FreeBSD.org>

Modified:
  head/devel/gdb/Makefile

Modified: head/devel/gdb/Makefile
==============================================================================
--- head/devel/gdb/Makefile	Sat Jul 28 09:51:46 2018	(r475517)
+++ head/devel/gdb/Makefile	Sat Jul 28 10:18:33 2018	(r475518)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gdb
 PORTVERSION=	8.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 
@@ -24,7 +24,7 @@ TEST_TARGET=	check
 # C++14.  However, clang in 10.3 crashes while building this port.
 # Requiring C++14 forces 10.3 to use an external version of clang while
 # still using the base system clang on 11.0 and later.
-USES=		compiler:c++14-lang cpe iconv gmake libtool tar:xz
+USES=		compiler:c++14-lang cpe gmake libtool tar:xz
 USE_CSTD=	gnu89
 CPE_VENDOR=	gnu
 GNU_CONFIGURE=	yes



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