From hidekazu@gate.pc88.gr.jp  Thu Mar 28 11:11:27 2002
Return-Path: <hidekazu@gate.pc88.gr.jp>
Received: from gate.pc88.gr.jp (gate.pc88.gr.jp [202.224.239.170])
	by hub.freebsd.org (Postfix) with ESMTP id 2D9AD37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 28 Mar 2002 11:11:25 -0800 (PST)
Received: (from hidekazu@localhost)
	by gate.pc88.gr.jp (8.11.6/8.11.6) id g2SJBLn75444;
	Fri, 29 Mar 2002 04:11:21 +0900 (JST)
	(envelope-from hidekazu)
Message-Id: <200203281911.g2SJBLn75444@gate.pc88.gr.jp>
Date: Fri, 29 Mar 2002 04:11:21 +0900 (JST)
From: Hidekazu Kuroki <hidekazu@pc88.gr.jp>
Reply-To: Hidekazu Kuroki <hidekazu@pc88.gr.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Fix compile error( Port:net/vtun ).
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         36427
>Category:       ports
>Synopsis:       Fix compile error( Port:net/vtun ).
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    kevlo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 28 11:20:00 PST 2002
>Closed-Date:    Wed Apr 17 06:16:25 PDT 2002
>Last-Modified:  Wed Apr 17 06:16:25 PDT 2002
>Originator:     Hidekazu Kuroki
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
>Environment:
System: FreeBSD gate.pc88.gr.jp 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386


	
>Description:

A port net/vtun was broken if base system has openssl.

Change to use ${OPENSSLBASE} instead of ${LOCALBASE}
in Makefile for location of OpenSSL. 

	
>How-To-Repeat:
	
>Fix:
----BEGIN----
diff -rcN vtun.orig/Makefile vtun/Makefile
*** vtun.orig/Makefile	Tue Mar 26 01:43:26 2002
--- vtun/Makefile	Fri Mar 29 03:51:31 2002
***************
*** 22,29 ****
  USE_OPENSSL=	yes
  GNU_CONFIGURE=	yes
  CONFIGURE_ARGS+=--localstatedir=/var \
! 		--with-ssl-headers=${LOCALBASE}/include/openssl \
! 		--with-ssl-lib=${LOCALBASE}/lib \
  		--with-lzo-headers=${LOCALBASE}/include \
  		--with-lzo-lib=${LOCALBASE}/lib
  
--- 22,29 ----
  USE_OPENSSL=	yes
  GNU_CONFIGURE=	yes
  CONFIGURE_ARGS+=--localstatedir=/var \
! 		--with-ssl-headers=${OPENSSLBASE}/include/openssl \
! 		--with-ssl-lib=${OPENSSLBASE}/lib \
  		--with-lzo-headers=${LOCALBASE}/include \
  		--with-lzo-lib=${LOCALBASE}/lib
  
-----END-----
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->kevlo 
Responsible-Changed-By: petef 
Responsible-Changed-When: Thu Mar 28 14:27:31 PST 2002 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36427 
State-Changed-From-To: open->closed 
State-Changed-By: kevlo 
State-Changed-When: Wed Apr 17 06:16:09 PDT 2002 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36427 
>Unformatted:
