From owner-freebsd-current@FreeBSD.ORG Fri Aug 9 19:06:49 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B13BB5D2; Fri, 9 Aug 2013 19:06:49 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 90CEA2B47; Fri, 9 Aug 2013 19:06:49 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.7/8.14.7) with ESMTP id r79J6mRm017447; Fri, 9 Aug 2013 12:06:48 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.7/8.14.7/Submit) id r79J6mMZ017446; Fri, 9 Aug 2013 12:06:48 -0700 (PDT) (envelope-from sgk) Date: Fri, 9 Aug 2013 12:06:48 -0700 From: Steve Kargl To: Rainer Hurling Subject: Re: Port problems after r253839 on HEAD Message-ID: <20130809190648.GA15013@troutmask.apl.washington.edu> References: <520283C9.8030806@gwdg.de> <20130807174333.GK40254@ithaqua.etoilebsd.net> <20130809172747.GA9649@troutmask.apl.washington.edu> <52053C06.30706@gwdg.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52053C06.30706@gwdg.de> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Baptiste Daroussin , current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Aug 2013 19:06:49 -0000 On Fri, Aug 09, 2013 at 08:59:18PM +0200, Rainer Hurling wrote: > > If I understand bapt@ right, this should be all what is needed: > > --- Makefile.orig 2013-06-20 17:48:12.000000000 +0200 > +++ Makefile 2013-08-09 20:56:36.000000000 +0200 > @@ -15,7 +15,8 @@ > LICENSE= GPLv2 > > LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \ > - gmime-2.6:${PORTSDIR}/mail/gmime26 > + gmime-2.6:${PORTSDIR}/mail/gmime26 \ > + iconv:${PORTSDIR}/converters/libiconv I did not add this to my fix as libiconv had previously been installed. But, I suspect it is needed. > -LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex > +LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex -liconv This fixed the build issue. -- Steve