Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2018 13:10:45 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462225 - head/devel/gwenhywfar
Message-ID:  <201802181310.w1IDAjEs044212@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Sun Feb 18 13:10:44 2018
New Revision: 462225
URL: https://svnweb.freebsd.org/changeset/ports/462225

Log:
  We need iconv from ports for the "//TRANSLIT" extension
  
  $ aqhbci-tool4 getaccsepa -b 111111111 -a 2222222222
  3:2018/02/18 08-02-57:gwen(32628):gui.c:  179: Cannot convert from "US-ASCII//TRANSLIT" to "UTF-8", Invalid argument
  3:2018/02/18 08-02-57:gwen(32628):args.c:   71: Error parsing "-b"
  ERROR: Could not parse arguments
  
  Reported by:	aqbanking-user mailing list (archives only available to subscribers)

Modified:
  head/devel/gwenhywfar/Makefile

Modified: head/devel/gwenhywfar/Makefile
==============================================================================
--- head/devel/gwenhywfar/Makefile	Sun Feb 18 12:54:21 2018	(r462224)
+++ head/devel/gwenhywfar/Makefile	Sun Feb 18 13:10:44 2018	(r462225)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gwenhywfar
 PORTVERSION=	4.19.0
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	devel net security
 MASTER_SITES=	http://www.aquamaniac.de/sites/download/download.php?package=01&release=207&file=01&dummy=/
 
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
 		libgnutls.so:security/gnutls \
 		libgpg-error.so:security/libgpg-error
 
-USES=		gettext gmake iconv libtool pathfix pkgconfig ssl
+USES=		gettext gmake iconv:translit libtool pathfix pkgconfig ssl
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-release="yes" \



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