Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 2019 09:28:35 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505201 - head/mail/mailutils
Message-ID:  <201906270928.x5R9SZw7089535@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu Jun 27 09:28:35 2019
New Revision: 505201
URL: https://svnweb.freebsd.org/changeset/ports/505201

Log:
  Add missing USES+=iconv because most of Mailutils programs use functions
  it provides, but dependency was not recorded in the package.  This bug
  went unnoticed for a long time because `libiconv.so.2' library typically
  exists on any FreeBSD installation, and was revealed by recent exp-run.
  
  Since port revision was bumped just now in the previous commit, abuse it
  and do not bump again.
  
  PR:	229613

Modified:
  head/mail/mailutils/Makefile

Modified: head/mail/mailutils/Makefile
==============================================================================
--- head/mail/mailutils/Makefile	Thu Jun 27 09:02:56 2019	(r505200)
+++ head/mail/mailutils/Makefile	Thu Jun 27 09:28:35 2019	(r505201)
@@ -14,7 +14,7 @@ LICENSE=	GPLv3+
 
 LIB_DEPENDS=	libltdl.so:devel/libltdl
 
-USES=		gmake libtool localbase readline tar:xz
+USES=		gmake iconv libtool localbase readline tar:xz
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	comsatd imap4d pop3d



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