From owner-freebsd-ports Thu Mar 28 11:20:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D97937B41A for ; Thu, 28 Mar 2002 11:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2SJK1D69049; Thu, 28 Mar 2002 11:20:01 -0800 (PST) (envelope-from gnats) Received: from gate.pc88.gr.jp (gate.pc88.gr.jp [202.224.239.170]) by hub.freebsd.org (Postfix) with ESMTP id 2D9AD37B400 for ; 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 Reply-To: Hidekazu Kuroki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36427: Fix compile error( Port:net/vtun ). Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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