From amdmi3@amdmi3.ru  Wed Mar 26 23:44:08 2014
Return-Path: <amdmi3@amdmi3.ru>
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 <freebsd-gnats-submit@freebsd.org>; 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 <freebsd-gnats-submit@freebsd.org>; 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 <amdmi3@amdmi3.ru>)
	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 <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: freebsd@jonathanprice.org
Subject: [PATCH] security/d0_blind_id: add USE_OPENSSL
X-Send-Pr-Version: 3.113
X-GNATS-Notify: freebsd@jonathanprice.org

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 26 23:50:00 UTC 2014
>Closed-Date:    Wed Apr 23 01:04:19 UTC 2014
>Last-Modified:  Wed Apr 23 01:10:00 UTC 2014
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Mar 26 23:50:08 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187989 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: freebsd@jonathanprice.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/187989: [PATCH] security/d0_blind_id: add USE_OPENSSL
Date: Wed, 26 Mar 2014 23:50:07 UT

 Maintainer of security/d0_blind_id,
 
 Please note that PR ports/187989 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187989
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: amdmi3 
State-Changed-When: Wed Apr 23 01:04:18 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187989 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187989: commit references a PR
Date: Wed, 23 Apr 2014 01:04:28 +0000 (UTC)

 Author: amdmi3
 Date: Wed Apr 23 01:04:24 2014
 New Revision: 351897
 URL: http://svnweb.freebsd.org/changeset/ports/351897
 QAT: https://qat.redports.org/buildarchive/r351897/
 
 Log:
   - Add missing USE_OPENSSL
   
   PR:		187989
   Submitted by:	amdmi3
   Approved by:	maintainer timeout
 
 Modified:
   head/security/d0_blind_id/Makefile
 
 Modified: head/security/d0_blind_id/Makefile
 ==============================================================================
 --- head/security/d0_blind_id/Makefile	Wed Apr 23 01:03:16 2014	(r351896)
 +++ head/security/d0_blind_id/Makefile	Wed Apr 23 01:04:24 2014	(r351897)
 @@ -16,6 +16,7 @@ GH_COMMIT=	ff1ce7e
  
  CONFIGURE_ARGS=	--with-openssl
  USE_LDCONFIG=	yes
 +USE_OPENSSL=	yes
  
  USE_AUTOTOOLS=	libtoolize aclocal autoconf automake
  AUTOMAKE_ARGS=	--add-missing
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
