ports/149075: [PATCH] mail/msmtp: added options instead of knobs

David DEMELIER demelier.david at gmail.com
Thu Jul 29 16:50:03 UTC 2010


>Number:         149075
>Category:       ports
>Synopsis:       [PATCH] mail/msmtp: added options instead of knobs
>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:   Thu Jul 29 16:50:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     David DEMELIER
>Release:        8.1-RELEASE
>Organization:
>Environment:
FreeBSD Melon.malikania.fr 8.1-RELEASE FreeBSD 8.1-RELEASE #1: Sun Jul 25 00:21:16 CEST 2010     root at Melon.malikania.fr:/usr/obj/usr/src/sys/Melon  amd64

>Description:
I would like to add these options to configure msmtp since there is a lot of knobs.
>How-To-Repeat:
cd /usr/ports/mail/msmtp && make config
>Fix:
--- Makefile.orig       2010-07-29 18:49:23.000000000 +0200
+++ Makefile    2010-07-29 12:00:08.000000000 +0200
@@ -21,6 +21,14 @@
 MAN1=  msmtp.1
 INFO=  msmtp
 
+OPTIONS=       GNUTLS "Adds GnuTLS support" off \
+               OPENSSL "Adds support for SSL (Secure Socket Layer)" off \
+               GSASL "Adds GSASL support" off \
+               NLS "Native Language Support via gettext utilities" on \
+               IDN "Enable Internationalized Domain Names" on \
+
+.include       <bsd.port.options.mk>
+
 .if defined(WITH_GNUTLS)
 LIB_DEPENDS+=  gnutls.40:${PORTSDIR}/security/gnutls
 CONFIGURE_ARGS+=       --with-ssl=gnutls


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list