From owner-freebsd-ports@freebsd.org Thu Jul 14 17:09:24 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 5CCB8B99ED7 for ; Thu, 14 Jul 2016 17:09:24 +0000 (UTC) (envelope-from euan@potensol.com) Received: from smtp.potensol.com (smtp.potensol.com [103.15.233.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.potensol.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 21A271D8C for ; Thu, 14 Jul 2016 17:09:23 +0000 (UTC) (envelope-from euan@potensol.com) Received: from smtp.potensol.com (smtp.potensol.com [103.15.233.195]) by smtp.potensol.com (Postfix) with ESMTP id E2A29443C9; Thu, 14 Jul 2016 17:09:19 +0000 (UTC) Received: from webmail.potensol.com (webmail.potensol.com [192.168.10.5]) by smtp.potensol.com (Postfix) with ESMTP id 8ACFE443C8; Thu, 14 Jul 2016 17:09:19 +0000 (UTC) content-type: text/plain; charset="utf-8" in-reply-to: <6cbb6b04-42a6-6d23-b449-2ef23e069cd5@utanet.at> from: "Euan Thoms" X-Forward: 192.168.10.5 date: Fri, 15 Jul 2016 01:09:19 +0800 cc: freebsd-ports@freebsd.org to: "Walter Schwarzenfeld" MIME-Version: 1.0 message-id: <58e0-5787c700-3-6b8b4580@266980813> subject: =?utf-8?q?Re=3A?==?utf-8?q?_devel=2Fsope=3A?= make =?utf-8?q?=28stage-qa=29?= now fails with =?utf-8?q?DEVELOPER=3Dyes?= complaining about iconv dependency User-Agent: SOGoMail 2.3.13 content-transfer-encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP 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: Thu, 14 Jul 2016 17:09:24 -0000 On Friday, July 15, 2016 01:02 SGT, Walter Schwarzenfeld wrote: > I can confirm. I got > Running Q/A tests (stage-qa) > Error: > /usr/local/GNUstep/Local/Library/Libraries/libNGExtensions.so.4.9.203= is > linked to /usr/local/lib/libiconv.so.2 from converters/libiconv but i= t > is not declared as a dependency > Warning: you need USES+=3Diconv > Error: /usr/local/GNUstep/Local/Library/Libraries/libNGStreams.so.4.9= .57 > is linked to /usr/local/lib/libssl.so.38 from security/libressl but i= t > is not declared as a dependency > Warning: you need USES=3Dssl > Error: /usr/local/GNUstep/Local/Library/Libraries/libNGStreams.so.4.9= .57 > is linked to /usr/local/lib/libcrypto.so.37 from security/libressl bu= t > it is not declared as a dependency > Warning: you need USES=3Dssl > > > In the past this statements were only warnings. Now they appears as e= rrors. > I see it in more than one port. Last I saw similar errors in > rubygem-passenger. Thanks for confirming. -- Regards, Euan Thoms