Date: Sun, 25 Nov 2018 08:25:09 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485847 - head/devel/avr-gcc Message-ID: <201811250825.wAP8P9DJ090307@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811250825.wAP8P9DJ090307>