From dan@obluda.cz  Tue May  4 06:52:25 2010
Return-Path: <dan@obluda.cz>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id DE7FF106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  4 May 2010 06:52:25 +0000 (UTC)
	(envelope-from dan@obluda.cz)
Received: from master7.ms.mff.cuni.cz (master7.ms.mff.cuni.cz [195.113.20.22])
	by mx1.freebsd.org (Postfix) with ESMTP id 790E28FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  4 May 2010 06:52:25 +0000 (UTC)
Received: from master7.ms.mff.cuni.cz (localhost [127.0.0.1])
	by master7.ms.mff.cuni.cz (8.14.3/8.14.3) with ESMTP id o446qOxX018866
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 4 May 2010 08:52:24 +0200 (CEST)
	(envelope-from dan@obluda.cz)
Received: (from root@localhost)
	by master7.ms.mff.cuni.cz (8.14.3/8.14.3/Submit) id o446qOfQ018865;
	Tue, 4 May 2010 08:52:24 +0200 (CEST)
	(envelope-from dan@obluda.cz)
Message-Id: <201005040652.o446qOfQ018865@master7.ms.mff.cuni.cz>
Date: Tue, 4 May 2010 08:52:24 +0200 (CEST)
From: Dan Lukes <dan@obluda.cz>
Reply-To: Dan Lukes <dan@obluda.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [ PATCH ] security/p5-Crypt-OpenSSL-Bignum doesn't honor WITH_OPENSSL_PORT=yes	
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         146285
>Category:       ports
>Synopsis:       [ PATCH ] security/p5-Crypt-OpenSSL-Bignum doesn't honor WITH_OPENSSL_PORT=yes
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    nork
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 04 07:00:10 UTC 2010
>Closed-Date:    Tue May 04 10:47:52 UTC 2010
>Last-Modified:  Tue May  4 10:50:02 UTC 2010
>Originator:     Dan Lukes
>Release:        FreeBSD i386
>Organization:
Obludarium	
>Environment:
System: FreeBSD i386
security/p5-Crypt-OpenSSL-Bignum/Makefile,v 1.4 2009/01/29 17:41:10

>Description:
	The port ignores WITH_OPENSSL_PORT=yes
>How-To-Repeat:
	1. set WITH_OPENSSL_PORT=yes
	2. rename /usr/include/openssl and /usr/bin/openssl to something else

	Try to compile.
>Fix:

--- Makefile.orig	2010-05-04 08:27:57.000000000 +0200
+++ Makefile	2010-05-04 08:28:34.000000000 +0200
@@ -15,6 +15,8 @@
 COMMENT=	OpenSSL's multiprecision integer arithmetic
 
 PERL_CONFIGURE=	yes
+USE_OPENSSL=	yes
+MAKE_ARGS+=	PASTHRU_INC=-I${OPENSSLINC}
 
 MAN3=		Crypt::OpenSSL::Bignum::CTX.3 Crypt::OpenSSL::Bignum.3
 
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue May 4 07:00:22 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146285 
Responsible-Changed-From-To: perl->nork 
Responsible-Changed-By: nork 
Responsible-Changed-When: Tue May 4 07:04:32 UTC 2010 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146285 
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Tue May 4 10:47:40 UTC 2010 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/146285: commit references a PR
Date: Tue,  4 May 2010 10:47:42 +0000 (UTC)

 nork        2010-05-04 10:47:33 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/p5-Crypt-OpenSSL-Bignum Makefile 
   Log:
   Fix build issue WITH_OPENSSL_PORT.
   
   PR:             ports/146285
   Submitted by:   Dan Lukes   dan  obluda cz
   
   Revision  Changes    Path
   1.5       +2 -0      ports/security/p5-Crypt-OpenSSL-Bignum/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
