From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 26 23:50:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 ESMTPS id B2E32F1F for ; Wed, 26 Mar 2014 23:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7525ED36 for ; Wed, 26 Mar 2014 23:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2QNo1Sj009653 for ; Wed, 26 Mar 2014 23:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2QNo1oi009652; Wed, 26 Mar 2014 23:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 26 Mar 2014 23:50:01 GMT Resent-Message-Id: <201403262350.s2QNo1oi009652@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BECCAEDC for ; Wed, 26 Mar 2014 23:44:08 +0000 (UTC) Received: from smtpout3.timeweb.ru (smtpout3.timeweb.ru [92.53.117.25]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73CD5D0C for ; Wed, 26 Mar 2014 23:44:08 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1WSxBr-0001u6-Kq; Thu, 27 Mar 2014 03:24:59 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 39E745A6; Thu, 27 Mar 2014 03:24:59 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id E722C48A25; Thu, 27 Mar 2014 03:24:57 +0400 (MSK) Message-Id: <20140326232457.E722C48A25@hades.panopticon> Date: Thu, 27 Mar 2014 03:24:57 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/187989: [PATCH] security/d0_blind_id: add USE_OPENSSL Cc: freebsd@jonathanprice.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 23:50:01 -0000 >Number: 187989 >Category: ports >Synopsis: [PATCH] security/d0_blind_id: add USE_OPENSSL >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 26 23:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 10.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK >Description: - Add USE_OPENSSL as it is used by the port Port maintainer (freebsd@jonathanprice.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- d0_blind_id-1.0.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 349306) +++ Makefile (working copy) @@ -16,6 +16,7 @@ CONFIGURE_ARGS= --with-openssl USE_LDCONFIG= yes +USE_OPENSSL= yes USE_AUTOTOOLS= libtoolize aclocal autoconf automake AUTOMAKE_ARGS= --add-missing --- d0_blind_id-1.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: