From owner-svn-ports-head@FreeBSD.ORG Thu Mar 5 15:56:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A0CF7C3A; Thu, 5 Mar 2015 15:56:01 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5E1B9CA4; Thu, 5 Mar 2015 15:56:01 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 65C53BDC2E; Thu, 5 Mar 2015 16:55:59 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 48966BDC1F; Thu, 5 Mar 2015 16:55:59 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 4AB436145; Thu, 5 Mar 2015 16:55:58 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 870597E6247C; Thu, 5 Mar 2015 16:55:56 +0100 (CET) Date: Thu, 05 Mar 2015 16:55:53 +0100 From: Mathieu Arnold To: Dmitry Marakasov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r380508 - in head/devel/godot: . files Message-ID: In-Reply-To: <201503051544.t25Fic5c018362@svn.freebsd.org> References: <201503051544.t25Fic5c018362@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Mar 2015 15:56:01 -0000 +--On 5 mars 2015 15:44:38 +0000 Dmitry Marakasov wrote: | - Don't require openssl from ports | | +- env.ParseConfig('pkg-config openssl --cflags --libs') | ++ env.ParseConfig('echo -lssl -lcrypto') Does this still work if the user has WITH_OPENSSL_PORT defined in his make.conf ? -- Mathieu Arnold