Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2002 04:11:21 +0900 (JST)
From:      Hidekazu Kuroki <hidekazu@pc88.gr.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36427: Fix compile error( Port:net/vtun ).
Message-ID:  <200203281911.g2SJBLn75444@gate.pc88.gr.jp>

next in thread | raw e-mail | index | archive | help

>Number:         36427
>Category:       ports
>Synopsis:       Fix compile error( Port:net/vtun ).
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 28 11:20:00 PST 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203281911.g2SJBLn75444>