Date: Sat, 25 Nov 2000 10:30:04 -0800 (PST) From: insane@lunatic.oneinsane.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/23092: Modify Xchat port Message-ID: <20001125183004.74A9615551@lunatic.oneinsane.net>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001125183004.74A9615551>