From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 5 18:10:01 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF84616A41A for ; Fri, 5 Oct 2007 18:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AD58113C465 for ; Fri, 5 Oct 2007 18:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l95IA1eb055845 for ; Fri, 5 Oct 2007 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l95IA1mY055844; Fri, 5 Oct 2007 18:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 5 Oct 2007 18:10:01 GMT Resent-Message-Id: <200710051810.l95IA1mY055844@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Anish Mistry" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 673F816A418; Fri, 5 Oct 2007 18:00:20 +0000 (UTC) (envelope-from amistry@am-productions.biz) Received: from flpi195.prodigy.net (flpi195.sbcis.sbc.com [207.115.20.197]) by mx1.freebsd.org (Postfix) with ESMTP id 32B8F13C45D; Fri, 5 Oct 2007 18:00:19 +0000 (UTC) (envelope-from amistry@am-productions.biz) Received: from bigguy.am-productions.biz (adsl-68-75-31-16.dsl.wotnoh.ameritech.net [68.75.31.16]) by flpi195.prodigy.net (8.13.8 out.dk.spool/8.13.8) with ESMTP id l95HfvkD005171; Fri, 5 Oct 2007 10:41:57 -0700 Message-Id: <1191606407.85225@bigguy.am-productions.biz> Date: Fri, 5 Oct 2007 13:46:47 -0400 From: "Anish Mistry" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.8 Cc: ports@FreeBSD.org Subject: ports/116957: Add SSL Knob to database/freetds to enable encryption X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 18:10:02 -0000 >Number: 116957 >Category: ports >Synopsis: Add SSL Knob to database/freetds to enable encryption >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 18:10:00 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Anish Mistry >Release: FreeBSD 6.2-RELEASE-p2 i386 >Organization: AM Productions >Environment: System: FreeBSD 6.2-RELEASE-p2 #0: Tue Jul 31 13:27:00 EDT 2007 amistry@bigguy.am-productions.biz:/usr/home/amistry/storage/temp/usr/home/amistry/windows-share/build/src/sys/BIGGUY >Description: FreeTDS support SSL encryption, but currently there is no knob to enable it. >How-To-Repeat: >Fix: --- Makefile.diff begins here --- --- Makefile.orig Fri Oct 5 13:30:37 2007 +++ Makefile Fri Oct 5 13:32:30 2007 @@ -28,6 +28,11 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} MAN1= datacopy.1 freebcp.1 tsql.1 bsqldb.1 defncopy.1 +.if defined(WITH_OPENSSL) +USE_OPENSSL= yes +CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} +.endif + .if defined(WITH_IODBC) LIB_DEPENDS+= iodbc:${PORTSDIR}/databases/libiodbc CONFIGURE_ARGS+= --with-iodbc=${LOCALBASE} --- Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: