From dan+master7.ms.mff.cuni.cz@ms.mff.cuni.cz  Wed Feb  3 22:27:00 2010
Return-Path: <dan+master7.ms.mff.cuni.cz@ms.mff.cuni.cz>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 63294106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Feb 2010 22:27:00 +0000 (UTC)
	(envelope-from dan+master7.ms.mff.cuni.cz@ms.mff.cuni.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 E77BE8FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Feb 2010 22:26:59 +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 o13MQvRY061768
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 3 Feb 2010 23:26:57 +0100 (CET)
	(envelope-from dan@master7.ms.mff.cuni.cz)
Received: (from root@localhost)
	by master7.ms.mff.cuni.cz (8.14.3/8.14.3/Submit) id o13MQvuC061767;
	Wed, 3 Feb 2010 23:26:57 +0100 (CET)
	(envelope-from dan)
Message-Id: <201002032226.o13MQvuC061767@master7.ms.mff.cuni.cz>
Date: Wed, 3 Feb 2010 23:26:57 +0100 (CET)
From: Dan Lukes <dan@obluda.cz>
Reply-To: Dan Lukes <dan@obluda.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: net-mgmt/net-snmp doesn't link against OpenSSL from ports
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         143536
>Category:       ports
>Synopsis:       net-mgmt/net-snmp doesn't link against OpenSSL from ports
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 03 22:30:00 UTC 2010
>Closed-Date:    Wed Feb 17 04:58:02 UTC 2010
>Last-Modified:  Wed Feb 17 05:00:11 UTC 2010
>Originator:     Dan Lukes
>Release:        FreeBSD 7.2-RELEASE-p6 i386
>Organization:
Obludarium
>Environment:
System: FreeBSD master7.ms.mff.cuni.cz 7.2-RELEASE-p6 FreeBSD 7.2-RELEASE-p6 #4: Fri Jan 8 18:46:10 CET 2010 dan@master7.ms.mff.cuni.cz:/usr/obj/usr/src/sys/MFF-BASIC i386
$FreeBSD: ports/net-mgmt/net-snmp/Makefile,v 1.172 2009/09/17 11:47:32

>Description:
	Even make called with WITH_OPENSSL_PORT=yes the result is linked against base libraries, not port.
>How-To-Repeat:
	See description
>Fix:
	See attached patch

--- patch begins here ---
--- Makefile.orig	2010-02-03 18:55:27.000000000 +0100
+++ Makefile	2010-02-03 18:56:56.000000000 +0100
@@ -48,6 +48,8 @@
 
 .include <bsd.port.pre.mk>
 
+CONFIGURE_ARGS+=--with-openssl="${OPENSSLBASE}"
+
 .if defined(WITH_DUMMY)
 CONFIGURE_ARGS+=--with-dummy-values
 .endif
--- patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Feb 3 22:30:35 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143536 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Wed Feb 17 04:58:01 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143536: commit references a PR
Date: Wed, 17 Feb 2010 04:57:57 +0000 (UTC)

 pgollucci    2010-02-17 04:57:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-mgmt/net-snmp    Makefile 
   Log:
   - Properly locate ssl
   
   PR:             ports/143536
   Submitted by:   Dan Lukes <dan@obluda.cz>
   Feature safe:   yes
   
   Revision  Changes    Path
   1.174     +1 -0      ports/net-mgmt/net-snmp/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:
