From owner-freebsd-ports Sat Nov 25 10:40: 7 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 DC54337B4CF for ; Sat, 25 Nov 2000 10:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA40525; Sat, 25 Nov 2000 10:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from lunatic.oneinsane.net (lunatic.oneinsane.net [207.113.133.231]) by hub.freebsd.org (Postfix) with ESMTP id 4D90837B4C5 for ; Sat, 25 Nov 2000 10:30:05 -0800 (PST) Received: by lunatic.oneinsane.net (Postfix, from userid 1000) id 74A9615551; Sat, 25 Nov 2000 10:30:04 -0800 (PST) Message-Id: <20001125183004.74A9615551@lunatic.oneinsane.net> Date: Sat, 25 Nov 2000 10:30:04 -0800 (PST) From: insane@lunatic.oneinsane.net Reply-To: insane@lunatic.oneinsane.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/23092: Modify Xchat port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23092 >Category: ports >Synopsis: SSL support removed from Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 25 10:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Ron Rosson >Release: FreeBSD 4.2-RELEASE i386 >Organization: OneInsane Network >Environment: 4.2-Release with a current ports tree >Description: During the upgrade of the xchat port to 1.6 and it moving from xchat-devel to xchat in the ports tree the compile with SSL switch was left out >How-To-Repeat: Try to compile xchat >Fix: add the below to the Makefile of /usr/ports/xchat/Makefile: +.if defined(WITH_SSL) +USE_OPENSSL= YES +CONFIGURE_ARGS+= --enable-openssl +.endif + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message