Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2018 07:59:55 +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: r485846 - head/lang/guile2
Message-ID:  <201811250759.wAP7xtUC075098@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov 25 07:59:55 2018
New Revision: 485846
URL: https://svnweb.freebsd.org/changeset/ports/485846

Log:
  Add explicit USES=iconv
  
  Reported by:	pkg-fallout (via math/nlopt)

Modified:
  head/lang/guile2/Makefile

Modified: head/lang/guile2/Makefile
==============================================================================
--- head/lang/guile2/Makefile	Sun Nov 25 07:48:21 2018	(r485845)
+++ head/lang/guile2/Makefile	Sun Nov 25 07:59:55 2018	(r485846)
@@ -3,7 +3,7 @@
 
 PORTNAME=	guile
 PORTVERSION=	2.0.14
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	lang scheme
 MASTER_SITES=	GNU
 PKGNAMESUFFIX=	2
@@ -23,7 +23,7 @@ CONFLICTS_INSTALL=	guile-[0-9]*
 
 MAKE_JOBS_UNSAFE=	yes
 
-USES=		charsetfix ${USES_${ARCH}} gmake libtool makeinfo ncurses pathfix \
+USES=		charsetfix ${USES_${ARCH}} gmake iconv libtool makeinfo ncurses pathfix \
 		pkgconfig readline
 USES_powerpc64=	compiler:c11
 



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