svn commit: r462225 - head/devel/gwenhywfar

Jason E. Hale jhale at FreeBSD.org
Sun Feb 18 13:10:45 UTC 2018


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" \


More information about the svn-ports-all mailing list