svn commit: r475518 - head/devel/gdb

Luca Pizzamiglio pizzamig at FreeBSD.org
Sat Jul 28 10:18:34 UTC 2018


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


More information about the svn-ports-all mailing list