From owner-freebsd-ports Thu Aug 17 22:30: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D219537B449 for ; Thu, 17 Aug 2000 22:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA30611; Thu, 17 Aug 2000 22:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dor.zaural.ru (dor.zaural.ru [195.161.56.129]) by hub.freebsd.org (Postfix) with ESMTP id D0B9237B422 for ; Thu, 17 Aug 2000 22:22:00 -0700 (PDT) Received: (from root@localhost) by dor.zaural.ru (8.9.3/8.9.3) id LAA22963; Fri, 18 Aug 2000 11:21:58 +0600 (YEKST) (envelope-from serg) Message-Id: <200008180521.LAA22963@dor.zaural.ru> Date: Fri, 18 Aug 2000 11:21:58 +0600 (YEKST) From: serg@dor.zaural.ru Reply-To: serg@dor.zaural.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/20694: vtun package broken in 3.X-branch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20694 >Category: ports >Synopsis: vtun packege broken in 3.X-branch >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 17 22:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Sergey N. Voronkov >Release: FreeBSD 3.5-STABLE i386 >Organization: Kurgan Branch of JSB Dorojnik >Environment: FreeBSD 3.5-STABLE with current ports tree >Description: Ivalid optional arguments for configure. Port doesn't build when we haven't OpenSSL in the base system. >How-To-Repeat: Try to build vtun on 3.5-STABLE. >Fix: --- Makefile.old Fri Aug 18 11:14:14 2000 +++ Makefile Fri Aug 18 11:14:14 2000 @@ -22,8 +22,8 @@ USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--localstatedir=/var \ - --with-crypto-headers=${LOCALBASE}/include/openssl \ - --with-crypto-lib=${LOCALBASE}/lib \ + --with-ssl-headers=${LOCALBASE}/include/openssl \ + --with-ssl-lib=${LOCALBASE}/lib \ --with-lzo-headers=${LOCALBASE}/include \ --with-lzo-lib=${LOCALBASE}/lib >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message