svn commit: r505201 - head/mail/mailutils

Alexey Dokuchaev danfe at FreeBSD.org
Thu Jun 27 09:28:36 UTC 2019


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


More information about the svn-ports-all mailing list