From dan@obluda.cz  Tue May  4 07:10:11 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 1D7A3106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  4 May 2010 07:10:11 +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 AD7A48FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  4 May 2010 07:10:10 +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 o447A97O088792
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 4 May 2010 09:10:09 +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 o447A9f8088791;
	Tue, 4 May 2010 09:10:09 +0200 (CEST)
	(envelope-from dan@obluda.cz)
Message-Id: <201005040710.o447A9f8088791@master7.ms.mff.cuni.cz>
Date: Tue, 4 May 2010 09:10:09 +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/isakmpd doesn't honor WITH_OPENSSL_PORT=yes	
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         146288
>Category:       ports
>Synopsis:       [ PATCH ] security/isakmpd 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:20:01 UTC 2010
>Closed-Date:    Tue May 04 10:54:29 UTC 2010
>Last-Modified:  Tue May  4 11:00:16 UTC 2010
>Originator:     Dan Lukes
>Release:        FreeBSD i386
>Organization:
Obludarium	
>Environment:
System: FreeBSD i386
security/isakmpd/Makefile,v 1.31 2008/04/13 13:09:32

>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 09:06:45.000000000 +0200
+++ Makefile	2010-05-04 09:07:30.000000000 +0200
@@ -33,6 +33,8 @@
 MAN8=		certpatch.8 isakmpd.8
 MANCOMPRESSED=	yes
 
+USE_OPENSSL=	yes
+
 .include <bsd.port.pre.mk>
 
 OPENSSLINC?=	/usr/include
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nork 
Responsible-Changed-By: nork 
Responsible-Changed-When: Tue May 4 10:21:27 UTC 2010 
Responsible-Changed-Why:  
I'll handle this. 

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

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

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

 nork        2010-05-04 10:53:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/isakmpd     Makefile 
   Log:
   Fix build issue WITH_OPENSSL_PORT.
   
   PR:             ports/146288
   Submitted by:   Dan Lukes   dan  obluda cz
   
   Revision  Changes    Path
   1.32      +2 -0      ports/security/isakmpd/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:
