From owner-freebsd-ports@freebsd.org Fri Jul 15 16:11:57 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FEFAB9A817 for ; Fri, 15 Jul 2016 16:11:57 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (unknown [IPv6:2602:304:b010:ef20::f2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.catspoiler.org", Issuer "gw.catspoiler.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 49B521766 for ; Fri, 15 Jul 2016 16:11:57 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTP id u6FGBm24037421; Fri, 15 Jul 2016 09:11:52 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201607151611.u6FGBm24037421@gw.catspoiler.org> Date: Fri, 15 Jul 2016 09:11:48 -0700 (PDT) From: Don Lewis Subject: Re: devel/sope: make (stage-qa) now fails with DEVELOPER=yes complaining about iconv dependency To: euan@potensol.com cc: w.schwarzenfeld@utanet.at, freebsd-ports@freebsd.org In-Reply-To: <7c8e-57890200-7-6b8b4580@96884600> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2016 16:11:57 -0000 On 15 Jul, Euan Thoms wrote: > > On Friday, July 15, 2016 16:43 SGT, Walter Schwarzenfeld > wrote: > >> Also there are some ports who had USES=readline and stage-qa states >> You have to add USES+=readline. >> Here is also the statement wrong. > > That's interesting. When I said I did add USES+=iconv, actually I just > added iconv to the existing USES= declaration. I will try USES+=iconv > next time I work on the port. They should be equivalent.