Date: Wed, 13 Jul 2005 19:19:18 -0300 (BRT) From: Marcus Grando <marcus@corp.grupos.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: bogorodskiy@gmail.com Subject: ports/83420: Update port: mail/nbsmtp include SSL in OPTIONS Message-ID: <20050713221918.D1F99562A@corp.grupos.com.br> Resent-Message-ID: <200507132220.j6DMKJ7h031531@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83420 >Category: ports >Synopsis: Update port: mail/nbsmtp include SSL in OPTIONS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jul 13 22:20:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.11-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #0: Mon Jul 11 10:07:29 BRT 2005 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: - Include SSL in OPTIONS like (lang/php4, mail/courier-imap, mail/qmail, etc) >How-To-Repeat: >Fix: --- nbsmtp.patch begins here --- diff -ruN nbsmtp.orig/Makefile nbsmtp/Makefile --- nbsmtp.orig/Makefile Wed Jul 13 16:46:30 2005 +++ nbsmtp/Makefile Wed Jul 13 19:15:04 2005 @@ -20,19 +20,20 @@ GNU_CONFIGURE= yes OPTIONS= IPV6 "Support for IPv6 connections" off \ - DEBUG "Enable debug information (for developers)" off + DEBUG "Enable debug information (for developers)" off \ + SSL "Enable SSL support" off PLIST_FILES= bin/nbsmtp MAN5= nbsmtprc.5 MAN8= nbsmtp.8 +.include <bsd.port.pre.mk> + .if defined(WITH_SSL) -USE_OPENSSL= yes +.include "${PORTSDIR}/Mk/bsd.openssl.mk" CONFIGURE_ARGS+= --enable-ssl .endif - -.include <bsd.port.pre.mk> .if !defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --enable-ipv6 --- nbsmtp.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050713221918.D1F99562A>