svn commit: r485847 - head/devel/avr-gcc

Antoine Brodin antoine at FreeBSD.org
Sun Nov 25 08:25:10 UTC 2018


Author: antoine
Date: Sun Nov 25 08:25:09 2018
New Revision: 485847
URL: https://svnweb.freebsd.org/changeset/ports/485847

Log:
  Add explicit USES=iconv
  
  Reported by:	pkg-fallout (via devel/avr-libc)

Modified:
  head/devel/avr-gcc/Makefile

Modified: head/devel/avr-gcc/Makefile
==============================================================================
--- head/devel/avr-gcc/Makefile	Sun Nov 25 07:59:55 2018	(r485846)
+++ head/devel/avr-gcc/Makefile	Sun Nov 25 08:25:09 2018	(r485847)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gcc
 PORTVERSION=	5.4.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
 MASTER_SITES=	GCC/releases/gcc-${DIST_VERSION}
 PKGNAMEPREFIX=	avr-
@@ -30,7 +30,7 @@ DIST_VERSION=	${PORTVERSION:C/([0-9]+\.[0-9]+).*\.s([0
 GCC_VERSION=	${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
 SUFFIX=		${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
 
-USES=		bison gmake libtool makeinfo perl5 tar:bzip2
+USES=		bison gmake iconv libtool makeinfo perl5 tar:bzip2
 USE_PERL5=	build
 CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list