From owner-freebsd-ports@freebsd.org Fri Jul 15 08:37:48 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 7BE59B99E1B for ; Fri, 15 Jul 2016 08:37:48 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from tatiana.utanet.at (tatiana.utanet.at [IPv6:2001:938:1337:25::25:46]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BE1C158D for ; Fri, 15 Jul 2016 08:37:47 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:Subject:References:To; bh=Ae9mZqLNawgRQXidkfc7p7FPxf9RD7+AhWmDWxo0FjU=; b=i//a0KhD990YsMzDEeGiV+5USWU4vYy1qp5X9u63AcTaWxtxcfJXLzQIVwPkOMTwtO56jo+Dtt7NvsqgLQmMr1mlRt7gst3Do8iFAYI/cnqFnMka2m7iIYhJnNFREsOEw4TXSlkqquWPPOpTpYjMiy5UOpx0EPOPwnkVrtRxgIw=; Received: from pam.xoc.tele2net.at ([213.90.36.6]) by tatiana.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1bNycy-0007HK-Mx for freebsd-ports@freebsd.org; Fri, 15 Jul 2016 10:37:44 +0200 Received: from 193-80-187-237.adsl.highway.telekom.at ([193.80.187.237] helo=[10.0.0.93]) by pam.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1bNycy-0006PZ-Ki for freebsd-ports@freebsd.org; Fri, 15 Jul 2016 10:37:44 +0200 To: freebsd-ports@freebsd.org References: Subject: Re: devel/sope: make (stage-qa) now fails with DEVELOPER=yes complaining about iconv dependency From: Walter Schwarzenfeld Message-ID: <709bb40d-1c08-4658-eb32-a2d280b0281d@utanet.at> Date: Fri, 15 Jul 2016 10:37:43 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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 08:37:48 -0000 It is a bug the statement is wrong. The error message disappiear if you add to LIB_DEPENDS libiconv.so:converters/libiconv. Btw. it says 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 it is not declared as a dependency Warning: you need USES=ssl Error: /usr/local/GNUstep/Local/Library/Libraries/libNGStreams.so.4.9.57 is linked to /usr/local/lib/libcrypto.so.37 from security/libressl but it is not declared as a dependency Warning: you need USES=ssl if I add ssl to USES it states you may not need USES+=ssl. I am not happy with the "new" stage-qa messages.